refactoring loading screen
This commit is contained in:
parent
1a9f46ea37
commit
d07a9f070c
|
|
@ -1,5 +1,13 @@
|
|||
.loading {
|
||||
@apply bg-lhoist;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
|
||||
&__animation {
|
||||
max-width: 100vh;
|
||||
max-height: 100vw;
|
||||
margin: auto;
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
animation: translate 2s infinite linear;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user