UNPKG

420 BSCSSView Raw
1@import "../../themes/ionic.globals";
2
3// Loading Indicator
4// --------------------------------------------------
5
6ion-loading {
7 @include position(0, 0, 0, 0);
8
9 position: absolute;
10 z-index: $z-index-overlay;
11
12 display: flex;
13
14 align-items: center;
15 justify-content: center;
16
17 contain: strict;
18}
19
20.loading-wrapper {
21 z-index: $z-index-overlay-wrapper;
22 display: flex;
23
24 align-items: center;
25
26 opacity: 0;
27}