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