Files
tryno10/app/code/node_modules/bootstrap/scss/helpers/_vr.scss
T
2022-04-07 18:09:31 +05:30

9 lines
147 B
SCSS

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