0
0
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:
Andres Galante 2017-10-23 10:13:18 -03:00 committed by Mark Otto
parent 904f22c94f
commit 1870b871d0
2 changed files with 5 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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