AdminLTE/build/scss/_animation-effects.scss
2021-01-28 01:17:36 +05:30

15 lines
144 B
SCSS

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