9 lines
160 B
SCSS
Raw Permalink Normal View History

2025-12-15 21:19:10 -06:00
.vr {
display: inline-block;
align-self: stretch;
width: $vr-border-width;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}