mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
|
.vr {
|
||
|
display: inline-block;
|
||
|
align-self: stretch;
|
||
|
width: 1px;
|
||
|
min-height: 1em;
|
||
|
background-color: currentcolor;
|
||
|
opacity: $hr-opacity;
|
||
|
}
|