remove spinner because im not using it
This commit is contained in:
49
style.css
49
style.css
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user