Odoo18-Base/addons/web/static/lib/bootstrap/scss/helpers/_vr.scss
2025-03-10 11:12:23 +07:00

9 lines
147 B
SCSS

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