mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Split .vr from stacks as a new helper
This commit is contained in:
@@ -13,12 +13,3 @@
|
||||
align-self: stretch;
|
||||
}
|
||||
// scss-docs-end stacks
|
||||
|
||||
.vr {
|
||||
display: inline-block;
|
||||
align-self: stretch;
|
||||
width: 1px;
|
||||
min-height: 1em;
|
||||
background-color: currentColor;
|
||||
opacity: $hr-opacity;
|
||||
}
|
||||
|
8
scss/helpers/_vr.scss
Normal file
8
scss/helpers/_vr.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.vr {
|
||||
display: inline-block;
|
||||
align-self: stretch;
|
||||
width: 1px;
|
||||
min-height: 1em;
|
||||
background-color: currentColor;
|
||||
opacity: $hr-opacity;
|
||||
}
|
Reference in New Issue
Block a user