Files
optolith-client/src/components/Hr.scss
T

6 lines
78 B
SCSS

hr {
margin: 15px 0 5px;
border: none;
height: 1px;
background: $color9;
}