Files
sidata/public/AdminLTE-3.2.0/build/scss/_animation-effects.scss
2022-07-07 16:29:51 +07:00

15 lines
144 B
SCSS
Vendored

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