ym-mint-ui
Version:
750px for Mint UI
52 lines (51 loc) • 1.03 kB
CSS
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* Range Component */
/* z-index */
.mint-indicator {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
}
.mint-indicator-wrapper {
top: 50%;
left: 50%;
position: fixed;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 5px;
background: rgba(0, 0, 0, 0.7);
color: white;
box-sizing: border-box;
text-align: center;
z-index: 10000;
}
.mint-indicator-text {
display: block;
color: #fff;
text-align: center;
margin-top: 20px;
font-size: 32px;
}
.mint-indicator-spin {
display: inline-block;
text-align: center;
}
.mint-indicator-mask {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
opacity: 0;
background: transparent;
z-index: 10000;
}
.mint-indicator-enter, .mint-indicator-leave-active {
opacity: 0;
}