fd22b0bf58
V2 (Laravel re-make)
9 lines
147 B
SCSS
Vendored
9 lines
147 B
SCSS
Vendored
.vr {
|
|
display: inline-block;
|
|
align-self: stretch;
|
|
width: 1px;
|
|
min-height: 1em;
|
|
background-color: currentColor;
|
|
opacity: $hr-opacity;
|
|
}
|