ym-mint-ui
Version:
750px for Mint UI
37 lines (36 loc) • 673 B
CSS
/* Cell Component */
/* Header Component */
/* Button Component */
/* Tab Item Component */
/* Tabbar Component */
/* Navbar Component */
/* Checklist Component */
/* Radio Component */
/* Range Component */
/* z-index */
.mint-tab-item {
display: block;
padding: 14px 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-decoration: none
}
.mint-tab-item-icon {
width: 54px;
height: 54px;
margin: 0 auto 10px
}
.mint-tab-item-icon:empty {
display: none
}
.mint-tab-item-icon > * {
display: block;
width: 100%;
height: 100%
}
.mint-tab-item-label {
color: inherit;
font-size: 32px;
line-height: 1
}