Files
web/components/Header/MainMenu/MyPages/myPages.module.css
2024-09-03 13:26:15 +02:00

12 lines
130 B
CSS

.button {
font-weight: 600;
}
.chevron {
transition: transform 0.2s;
}
.chevron.isExpanded {
transform: rotate(180deg);
}