F5 Test changes
This commit is contained in:
@@ -1257,4 +1257,3 @@ $button-edit-color: #ffa
|
||||
$button-destroy-color: #faa
|
||||
$button-submit-color: $primary-color
|
||||
$button-cancel-color: $secondary-color
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
.spin-rotate
|
||||
+animation(spinRotate 2s)
|
||||
+keyframes(spinRotate)
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(360deg)
|
||||
Reference in New Issue
Block a user