mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 00:13:06 +00:00
9 lines
148 B
CSS
9 lines
148 B
CSS
.availabilityTable-chevron {
|
|
cursor: pointer;
|
|
transition: transform 0.35s;
|
|
}
|
|
|
|
.availabilityTable-chevron--open {
|
|
transform: rotate(180deg);
|
|
}
|