9 lines
148 B
CSS
Raw Normal View History

.availabilityTable-chevron {
cursor: pointer;
transition: transform 0.35s;
}
.availabilityTable-chevron--open {
transform: rotate(180deg);
}