blogamore/assets/bootstrap/scss/helpers/_vr.scss
2022-11-13 20:52:45 +01:00

8 lines
147 B
SCSS

.vr {
display: inline-block;
align-self: stretch;
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}