diff options
| author | Catalin Zalog <[email protected]> | 2020-03-14 10:41:38 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-03-14 12:24:16 +0100 |
| commit | ff39e0bf842cbac99126689bc7cfd1fa882d5d93 (patch) | |
| tree | d3f0d93136a6a4e37d6ea8be984bcfb7ca7740f0 | |
| parent | 481f7c6a3d5ae4ab96dad026e4e15a8574759722 (diff) | |
| download | bootstrap-ff39e0bf842cbac99126689bc7cfd1fa882d5d93.tar.xz bootstrap-ff39e0bf842cbac99126689bc7cfd1fa882d5d93.zip | |
feat(css): groups hr element
| -rw-r--r-- | scss/_variables.scss | 3 |
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 // |
