File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
typescript-version/public Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# loading-bg {
11
11
position : absolute;
12
- display : block;
12
+ display : flex;
13
+ flex-direction : column;
14
+ align-items : center;
15
+ justify-content : center;
13
16
background : var (--initial-loader-bg , # fff );
14
17
block-size : 100% ;
18
+ gap : 1rem 0 ;
15
19
inline-size : 100% ;
16
20
}
17
21
18
- .loading-logo {
19
- position : absolute;
20
- inset-block-start : 40% ;
21
- inset-inline-start : calc (50% - 45px );
22
- }
23
-
24
22
.loading {
25
- position : absolute ;
23
+ position : relative ;
26
24
box-sizing : border-box;
27
25
border : 3px solid transparent;
28
- block-size : 55px ;
29
26
border-radius : 50% ;
27
+ block-size : 55px ;
30
28
inline-size : 55px ;
31
- inset-block-start : 50% ;
32
- inset-inline-start : calc (50% - 35px );
33
29
}
34
30
35
31
.loading .effect-1 ,
You can’t perform that action at this time.
0 commit comments