Files
tmhr/static/scss/argon-dashboard/bootstrap/helpers/_vr.scss
2024-02-23 10:30:02 +00:00

9 lines
147 B
SCSS
Executable File

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