Files
mozo-backend/app/assets/stylesheets/supplier/foundation1/components/_animations.sass
T
2015-10-05 18:05:57 +02:00

8 lines
134 B
Sass

.spin-rotate
+animation(spinRotate 2s)
+keyframes(spinRotate)
from
transform: rotate(0deg)
to
transform: rotate(360deg)