Lightweight loading button

This commit is contained in:
SillyLossy
2023-04-11 14:26:30 +03:00
parent fb29219b66
commit ec4b84096b
5 changed files with 25 additions and 18 deletions

View File

@@ -22,15 +22,3 @@
#img_form {
display: none;
}
.spin {
animation-name: spin;
animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}