remove spinner because im not using it

This commit is contained in:
2025-08-03 17:48:30 -07:00
parent 52581578f9
commit 8454d09247
2 changed files with 0 additions and 143 deletions

View File

@@ -5,55 +5,6 @@
--secondary-50: #807424;
}
@keyframes spinner-a {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes spinner-b {
from {
transform: rotate(0deg);
}
to {
transform: rotate(180deg);
}
}
#path1-3 {
transform-origin: 50% 50%;
animation-duration: 2s;
animation-name: spinner-a;
animation-timing-function: ease-in-out;
animation-direction: alternate;
animation-iteration-count: infinite;
}
#path1-4 {
transform-origin: 50% 50%;
animation-duration: 1.1s;
animation-name: spinner-b;
animation-timing-function: ease-in-out;
animation-direction: alternate;
animation-iteration-count: infinite;
}
#spinner-container {
width: 64px;
height: 64px;
}
#overlay {
background: #88888888;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
#content {
max-width: 512px;
}