Rework style and loading
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 59s

This commit is contained in:
2025-05-18 14:41:37 +02:00
parent f9df6b4cd8
commit 0bf064327b
10 changed files with 111 additions and 151 deletions

View File

@@ -50,6 +50,6 @@
border-radius: 50%;
border: 3px solid rgba(0, 0, 0, 0.2);
border-top-color: var(--white);
animation: loading 1s linear infinite;
animation: spin 1s linear infinite;
justify-self: center;
}