Files
ares/public/assets/bootstrap/scss/helpers/_vr.scss
Beyhan Oğur 4d92991817 first commit
2026-04-26 21:30:42 +03:00

9 lines
160 B
SCSS

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