12345678910111213141516171819202122232425262728 |
- @import "../../themes/ionic.globals";
-
- // Loading Indicator
- // --------------------------------------------------
-
- ion-loading {
- @include position(0, 0, 0, 0);
-
- position: absolute;
- z-index: $z-index-overlay;
-
- display: flex;
-
- align-items: center;
- justify-content: center;
-
- contain: strict;
- }
-
- .loading-wrapper {
- z-index: $z-index-overlay-wrapper;
- display: flex;
-
- align-items: center;
-
- opacity: 0;
- }
|