fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
8 lines
105 B
CSS
8 lines
105 B
CSS
.chevron {
|
|
display: flex;
|
|
}
|
|
|
|
div[data-rac][data-open="true"] .chevron {
|
|
transform: rotate(180deg);
|
|
}
|