refactoring loading screen

This commit is contained in:
Antoine M 2024-05-13 15:04:04 +02:00
parent 1a9f46ea37
commit d07a9f070c

View File

@ -1,5 +1,13 @@
.loading { .loading {
@apply bg-lhoist;
width: 100vw;
height: 100vh;
position: fixed;
&__animation { &__animation {
max-width: 100vh;
max-height: 100vw;
margin: auto;
-webkit-transform: scaleX(-1); -webkit-transform: scaleX(-1);
transform: scaleX(-1); transform: scaleX(-1);
animation: translate 2s infinite linear; animation: translate 2s infinite linear;