mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-12 13:28:55 +00:00
test removing animation
This commit is contained in:
parent
3333e83139
commit
09fa6932c1
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These styles are for the loading spinner on the due considerations page*/
|
/* These styles are for the loading spinner on the due considerations page*/
|
||||||
@keyframes spin {
|
/* @keyframes spin {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
@ -110,4 +110,4 @@ body {
|
||||||
|
|
||||||
.animate-spin {
|
.animate-spin {
|
||||||
animation: spin 1s linear infinite;
|
animation: spin 1s linear infinite;
|
||||||
}
|
} */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue