Fix & increase offset of loading indicator

This commit is contained in:
Svilen Markov 2024-08-05 23:16:32 +01:00
parent 74ad27d5fb
commit bf1cc47525

View File

@ -368,12 +368,15 @@ body {
display: flex;
align-items: center;
justify-content: center;
transform: translateY(-5rem);
animation: loadingContainerEntrance 200ms backwards;
animation-delay: 150ms;
font-size: 2rem;
}
.page-loading-container > .loading-icon {
translate: 0 -250%;
}
@keyframes loadingContainerEntrance {
from {
opacity: 0;