aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorCatalin Zalog <[email protected]>2020-03-14 10:41:38 +0200
committerMartijn Cuppens <[email protected]>2020-03-14 12:24:16 +0100
commitff39e0bf842cbac99126689bc7cfd1fa882d5d93 (patch)
treed3f0d93136a6a4e37d6ea8be984bcfb7ca7740f0 /scss
parent481f7c6a3d5ae4ab96dad026e4e15a8574759722 (diff)
downloadbootstrap-ff39e0bf842cbac99126689bc7cfd1fa882d5d93.tar.xz
bootstrap-ff39e0bf842cbac99126689bc7cfd1fa882d5d93.zip
feat(css): groups hr element
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 26bbb1393..509a364ee 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -428,6 +428,7 @@ $blockquote-small-color: $gray-600 !default;
$blockquote-small-font-size: $small-font-size !default;
$blockquote-font-size: $font-size-base * 1.25 !default;
+$hr-margin-y: $spacer !default;
$hr-color: inherit !default;
$hr-height: $border-width !default;
$hr-opacity: .25 !default;
@@ -446,8 +447,6 @@ $list-inline-padding: .5rem !default;
$mark-bg: #fcf8e3 !default;
-$hr-margin-y: $spacer !default;
-
// Tables
//