eduardogsilva.routerfleet/static_files/AdminLTE-3.2.0/build/scss/_animation-effects.scss
2024-03-10 21:50:12 -03:00

14 lines
144 B
SCSS

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