From 9efa886d01aedb8e6babfe9714c0020aa85f6c93 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 3 Aug 2015 18:01:40 +0200 Subject: [PATCH] remove animation for now --- app/styles/app.scss | 2 -- app/styles/app/animation/wheelbarrow.sass | 18 ------------------ 2 files changed, 20 deletions(-) delete mode 100644 app/styles/app/animation/wheelbarrow.sass diff --git a/app/styles/app.scss b/app/styles/app.scss index 0b9c0e30..193e8ddb 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -38,8 +38,6 @@ @import "app/modules/forms"; @import "app/modules/notice"; -@import "app/animation/wheelbarrow"; - @import "app/layout"; @import "app/layouts/dashboard"; @import "app/layouts/error"; diff --git a/app/styles/app/animation/wheelbarrow.sass b/app/styles/app/animation/wheelbarrow.sass deleted file mode 100644 index 6681466d..00000000 --- a/app/styles/app/animation/wheelbarrow.sass +++ /dev/null @@ -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) \ No newline at end of file