mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
adds variables for the hr element margin
This commit is contained in:
parent
904f22c94f
commit
1870b871d0
@ -53,8 +53,8 @@ h6, .h6 { font-size: $h6-font-size; }
|
|||||||
//
|
//
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin-top: 1rem;
|
margin-top: $hr-margin-y;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: $hr-margin-y;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: $hr-border-width solid $hr-border-color;
|
border-top: $hr-border-width solid $hr-border-color;
|
||||||
}
|
}
|
||||||
|
@ -282,7 +282,9 @@ $nested-kbd-font-weight: $font-weight-bold !default;
|
|||||||
|
|
||||||
$list-inline-padding: 5px !default;
|
$list-inline-padding: 5px !default;
|
||||||
|
|
||||||
$mark-bg: #fcf8e3 !default;
|
$mark-bg: #fcf8e3 !default;
|
||||||
|
|
||||||
|
$hr-margin-y: $spacer !default;
|
||||||
|
|
||||||
|
|
||||||
// Tables
|
// Tables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user