commitall
This commit is contained in:
14
account/theme/pages/build/scss/_animation-effects.scss
Normal file
14
account/theme/pages/build/scss/_animation-effects.scss
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// Component: Animation
|
||||
//
|
||||
|
||||
.animation {
|
||||
&__shake {
|
||||
animation: shake 1500ms;
|
||||
}
|
||||
&__wobble {
|
||||
animation: wobble 1500ms;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
Reference in New Issue
Block a user