Files
expense/vendor/almasaeed2010/adminlte/build/scss/_animation-effects.scss
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

15 lines
144 B
SCSS
Vendored

//
// Component: Animation
//
.animation {
&__shake {
animation: shake 1500ms;
}
&__wobble {
animation: wobble 1500ms;
}
}
//