1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| .preloading-animate {
| background: #ffffff;
| width: 100%;
| height: 100%;
| position: fixed;
| left: 0;
| top: 0;
| z-index: 299;
| }
|
| .preloading-animate .preloading-wrapper {
| position: absolute;
| width: 5rem;
| height: 5rem;
| left: 50%;
| top: 50%;
| transform: translate(-50%,-50%);
| }
|
| .preloading-animate .preloading-wrapper .preloading-balls {
| font-size: 5rem;
| }
|
|