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