fix spinner

This commit is contained in:
Yuri Kuznetsov
2024-10-18 14:09:03 +03:00
parent c6382a4a96
commit 8c4a28aa80
@@ -10,3 +10,12 @@
transform: rotate(360deg);
}
}
.fa-spin {
animation-name: fa-spin;
animation-delay: 0s;
animation-direction: normal;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}