aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authordevhoussam <[email protected]>2021-05-03 22:11:11 +0000
committerMark Otto <[email protected]>2021-10-05 15:49:35 -0700
commitc331a150cdc2834f08bcf458cdb1b104cc510b67 (patch)
tree8956dbd6f94ae25d273d496e64840ed30b6d88a5 /scss/_variables.scss
parent2596c9703462f327e20e0464cff26c5ed1f091da (diff)
downloadbootstrap-c331a150cdc2834f08bcf458cdb1b104cc510b67.tar.xz
bootstrap-c331a150cdc2834f08bcf458cdb1b104cc510b67.zip
Add Sass variables for hr background-color and border
Co-Authored-By: Houssam Hammouda <[email protected]>
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 79c1498f6..244a15c21 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -661,6 +661,8 @@ $blockquote-footer-font-size: $small-font-size !default;
$hr-margin-y: $spacer !default;
$hr-color: inherit !default;
+$hr-bg-color: currentColor !default;
+$hr-border-width: 0 !default;
$hr-height: $border-width !default;
$hr-opacity: .25 !default;