test removing animation

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-05 10:59:25 +01:00
parent 3333e83139
commit 09fa6932c1

View file

@ -99,7 +99,7 @@ body {
}
/* These styles are for the loading spinner on the due considerations page*/
@keyframes spin {
/* @keyframes spin {
0% {
transform: rotate(0deg);
}
@ -110,4 +110,4 @@ body {
.animate-spin {
animation: spin 1s linear infinite;
}
} */