internet-programming/lab2/node_modules/bootstrap/scss/helpers/_vr.scss

9 lines
160 B
SCSS
Raw Normal View History

2023-10-23 13:48:44 +04:00
.vr {
display: inline-block;
align-self: stretch;
2023-11-02 21:33:55 +04:00
width: $vr-border-width;
2023-10-23 13:48:44 +04:00
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}