work off today
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//= link_tree ../images
|
||||
//
|
||||
//= link theme1/application.js
|
||||
//= link theme1/application.css
|
||||
//
|
||||
//= link cmtool/application.js
|
||||
//= link cmtool/application.css
|
||||
//
|
||||
//= link supplier/foundation1/application.js
|
||||
//= link supplier/foundation1/application.css
|
||||
@@ -1,7 +1,7 @@
|
||||
//= require modernizr
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require jquery-ui/sortable
|
||||
//= require jquery-ui/widgets/sortable
|
||||
// require ./im
|
||||
// require foundation FOUNDATION 5 JAVASCRIPT IMPLEMENTATIONS AND EMBER ARE NOT COMPATIBLE, FOUNDATION IS TOO SIMPLISTIC AT THE MOMENT AND DESTROYS DOM EVENTS
|
||||
//= require js-routes
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
// spin-rotate is currently used when clicked on a section-element in a section view
|
||||
.spin-rotate
|
||||
+animation(spinRotate 2s)
|
||||
+keyframes(spinRotate)
|
||||
//animation(spinRotate 2s)
|
||||
animation-name: spinRotate
|
||||
animation-duration: 2s
|
||||
@keyframes spinRotate
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
|
||||
@@ -9,17 +9,19 @@
|
||||
font-weight: bold
|
||||
font-size: 1.4
|
||||
z-index: 8976
|
||||
+animation(flashMessageInactive 0.5s)
|
||||
animation-name: flashMessageInactive
|
||||
animation-duration: 0.5s
|
||||
&.active
|
||||
+animation(flashMessageActive 0.5s)
|
||||
animation-name: flashMessageActive
|
||||
animation-duration: 0.5s
|
||||
right: 20px
|
||||
|
||||
+keyframes(flashMessageActive)
|
||||
@keyframes flashMessageActive
|
||||
from
|
||||
right: -440px
|
||||
to
|
||||
right: 20px
|
||||
+keyframes(flashMessageInactive)
|
||||
@keyframes flashMessageInactive
|
||||
from
|
||||
right: 20px
|
||||
to
|
||||
|
||||
Reference in New Issue
Block a user