InternetProgramming/Lab3/node_modules/bootstrap/scss/helpers/_vr.scss

9 lines
147 B
SCSS
Raw Normal View History

2023-12-15 14:42:22 +04:00
.vr {
display: inline-block;
align-self: stretch;
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: $hr-opacity;
}