Files
namaste/html/sass/mdb/pro/_animations-pro.scss
gramps 373ebc8c93 Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
2026-04-05 09:49:30 -07:00

7 lines
132 B
SCSS
Executable File

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