Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <agalante@gmail.com>2017-10-23 16:13:18 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-30 23:11:47 +0300
commit1870b871d0b6ad7c842aab780dbd5541d84f3428 (patch)
treeb859121c9f23c8c58224826f27dfe91261b8e8fc /scss/_type.scss
parent904f22c94f58eadc541d3acd52214be5349fbb71 (diff)
adds variables for the hr element margin
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index b1b8f61cf5..57d610f0c1 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -53,8 +53,8 @@ h6, .h6 { font-size: $h6-font-size; }
//
hr {
- margin-top: 1rem;
- margin-bottom: 1rem;
+ margin-top: $hr-margin-y;
+ margin-bottom: $hr-margin-y;
border: 0;
border-top: $hr-border-width solid $hr-border-color;
}