Files
expense/vendor/almasaeed2010/adminlte/build/scss/_animation-effects.scss
T

15 lines
144 B
SCSS
Raw Normal View History

2024-11-27 11:16:45 +07:00
//
// Component: Animation
//
.animation {
&__shake {
animation: shake 1500ms;
}
&__wobble {
animation: wobble 1500ms;
}
}
//