Make user finder more pleasant.

This commit is contained in:
eal 2017-09-10 20:46:42 +03:00
parent 9c7eb1de3c
commit 5e6ffc0e45
3 changed files with 35 additions and 4 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);