aboutsummaryrefslogtreecommitdiff
path: root/scss/helpers
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-07-10 16:26:44 +0200
committerMark Otto <[email protected]>2023-07-16 20:39:54 -0700
commit6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe (patch)
treeabf6f93c8d943679e561017b09a17cfca80faa6d /scss/helpers
parent8c135169e7ef5a4d6b92b99e21630711d7830963 (diff)
downloadbootstrap-6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe.tar.xz
bootstrap-6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe.zip
New Sass variable to change vertical rule width
Diffstat (limited to 'scss/helpers')
-rw-r--r--scss/helpers/_vr.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/helpers/_vr.scss b/scss/helpers/_vr.scss
index 9bca09953..b6f9d42cb 100644
--- a/scss/helpers/_vr.scss
+++ b/scss/helpers/_vr.scss
@@ -1,7 +1,7 @@
.vr {
display: inline-block;
align-self: stretch;
- width: 1px;
+ width: $vr-border-width;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;