mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-03 10:14:47 +00:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
|
|
.vr {
|
||
|
|
display: inline-block;
|
||
|
|
align-self: stretch;
|
||
|
|
width: 1px;
|
||
|
|
min-height: 1em;
|
||
|
|
background-color: currentColor;
|
||
|
|
opacity: $hr-opacity;
|
||
|
|
}
|