Files
est-frame/node_modules/bootstrap/scss/helpers/_vr.scss
2025-10-22 05:38:27 +00:00

9 lines
160 B
SCSS
Executable File

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