bootstrap5/scss/helpers/_vr.scss
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

8 lines
147 B
SCSS

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