0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-31 18:25:20 +02:00
2023-08-23 13:50:30 +02:00

9 lines
244 B
SCSS

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