feat(uti): Compiled CSS
[csit.git] / resources / tools / dash / app / pal / static / sass / bootstrap / helpers / _vr.scss
1 .vr {
2   display: inline-block;
3   align-self: stretch;
4   width: 1px;
5   min-height: 1em;
6   background-color: currentcolor;
7   opacity: $hr-opacity;
8 }