8 lines
85 B
SCSS
8 lines
85 B
SCSS
![]() |
.chevron {
|
||
|
vertical-align: top;
|
||
|
|
||
|
&.rotate {
|
||
|
transform: rotate(180deg);
|
||
|
}
|
||
|
}
|