mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
8 lines
155 B
SCSS
8 lines
155 B
SCSS
.vr {
|
|
display: inline-block;
|
|
align-self: stretch;
|
|
width: 1px;
|
|
min-height: 1em;
|
|
background-color: currentColor;
|
|
opacity: $hr-opacity;
|
|
}
|