You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/pro/_animations-pro.scss

7 lines
132 B
SCSS

// Animations Pro
.collapsible .active {
.rotate-icon {
transform: rotate(180deg);
transition: all 150ms ease-in 0s;
}
}