remove animation for now
This commit is contained in:
parent
86aea340eb
commit
9efa886d01
|
@ -38,8 +38,6 @@
|
||||||
@import "app/modules/forms";
|
@import "app/modules/forms";
|
||||||
@import "app/modules/notice";
|
@import "app/modules/notice";
|
||||||
|
|
||||||
@import "app/animation/wheelbarrow";
|
|
||||||
|
|
||||||
@import "app/layout";
|
@import "app/layout";
|
||||||
@import "app/layouts/dashboard";
|
@import "app/layouts/dashboard";
|
||||||
@import "app/layouts/error";
|
@import "app/layouts/error";
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
#wheelbarrow
|
|
||||||
|
|
||||||
|
|
||||||
#small-box
|
|
||||||
display: none
|
|
||||||
|
|
||||||
#big-box
|
|
||||||
transform-origin: center center
|
|
||||||
animation:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@keyframes bigBox
|
|
||||||
0%
|
|
||||||
transform: translate(11%, -25%)rotateZ(5deg)
|
|
||||||
|
|
||||||
100%
|
|
||||||
transform: translate(0, 0)rotateZ(0)
|
|
Loading…
Reference in New Issue
Block a user