9 lines
101 B
SCSS
9 lines
101 B
SCSS
.arrow {
|
|
display: block;
|
|
|
|
&--white {
|
|
path {
|
|
fill: #fff;
|
|
}
|
|
}
|
|
} |