1
0
Fork 0
bootstrap-html/scss/helpers/_vr.scss
Daniel Baumann 054155b678
Adding upstream version 5.3.1+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 17:48:15 +02:00

8 lines
160 B
SCSS

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