File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 48
48
align-items : center;
49
49
position : relative;
50
50
background-color : inherit;
51
+ min-width : 8rem ;
52
+ min-height : 3rem ;
51
53
}
52
54
53
55
.ui5-busyindicator-circle {
54
56
display : inline-block;
55
57
background-color : currentColor;
56
58
border-radius : 50% ;
59
+ width : 1rem ;
60
+ height : 1rem ;
61
+ margin : 0 .75rem ;
57
62
}
58
63
59
64
.ui5-busyindicator-circle ::before {
Original file line number Diff line number Diff line change 23
23
</ head >
24
24
25
25
< body style ="background-color: var(--sapBackgroundColor); ">
26
+ < ui5-title > Default (Large) ui5-busyindicator</ ui5-title >
27
+ < ui5-busyindicator active > </ ui5-busyindicator >
28
+ < br />
29
+ < br />
30
+
31
+ < ui5-title > Medium ui5-busyindicator</ ui5-title >
26
32
< ui5-busyindicator size ="Medium " active id ="indicator1 "> </ ui5-busyindicator >
27
33
28
34
< br />
You can’t perform that action at this time.
0 commit comments