2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+2 -2
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;
} }
+2
View File
@@ -284,6 +284,8 @@ $list-inline-padding: 5px !default;
$mark-bg: #fcf8e3 !default; $mark-bg: #fcf8e3 !default;
$hr-margin-y: $spacer !default;
// Tables // Tables
// //