Fix & increase offset of loading indicator
This commit is contained in:
parent
74ad27d5fb
commit
bf1cc47525
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue