Files
housesof/src/style/atoms/_arrow.scss

9 lines
101 B
SCSS

.arrow {
display: block;
&--white {
path {
fill: #fff;
}
}
}