2022-06-15 20:24:56 +02:00

7 lines
102 B
SCSS

.navbar-toggler-icon {
transition: transform 0.3s linear;
}
.rotated {
transform: rotate(-90deg);
}