vimo-dt
Version:
A Vue2.x UI Project For Mobile & HyBrid
32 lines (22 loc) • 486 B
text/less
@import "../../../themes/index.less";
// Loading Indicator
// --------------------------------------------------
.ion-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: @z-index-overlay + @z-index-overlay-loading;
display: flex;
align-items: center;
justify-content: center;
contain: strict;
}
.loading-wrapper {
z-index: @z-index-overlay-wrapper;
display: flex;
align-items: center;
font-size: 14px;
margin-bottom: 40px;
}