blob: f0d0606c3df43eb217f31cacf47237cfd45aba59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
.LoadingContainer {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
}
.LoadingContainer strong {
color: white;
font-size: 20px;
}
|