Commit 1870b871 authored by Andres Galante's avatar Andres Galante Committed by Mark Otto
Browse files

adds variables for the hr element margin

parent 904f22c9
Showing with 5 additions and 3 deletions
+5 -3
......@@ -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;
}
......
......@@ -282,7 +282,9 @@ $nested-kbd-font-weight: $font-weight-bold !default;
$list-inline-padding: 5px !default;
$mark-bg: #fcf8e3 !default;
$mark-bg: #fcf8e3 !default;
$hr-margin-y: $spacer !default;
// Tables
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment