11 lines
121 B
SCSS
11 lines
121 B
SCSS
.trigger {
|
|
white-space: nowrap;
|
|
}
|
|
.chevron {
|
|
vertical-align: top;
|
|
|
|
&.rotate {
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|