mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
8 lines
147 B
SCSS
8 lines
147 B
SCSS
.vr {
|
|
display: inline-block;
|
|
align-self: stretch;
|
|
width: 1px;
|
|
min-height: 1em;
|
|
background-color: currentColor;
|
|
opacity: $hr-opacity;
|
|
}
|