Update frontend.

This commit is contained in:
Roger Braun 2017-09-17 14:38:04 +02:00
commit bd100fd765
16 changed files with 29 additions and 21 deletions

View file

@ -8,6 +8,13 @@
animation: spin 2s infinite linear;
display: inline-block;
}
.animate-spin-slow {
-moz-animation: spin 4s infinite linear;
-o-animation: spin 4s infinite linear;
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear;
display: inline-block;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);