mdui
Version:
a CSS Framework based on material design
32 lines (28 loc) • 663 B
text/less
/**
* =============================================================================
* ************ Icon 图标 ************
* =============================================================================
*/
.mdui-icon,
.mdui-icon::before {
color: inherit;
font-weight: normal;
font-size: 24px; /* Preferred icon size */
font-style: normal;
line-height: 1;
direction: ltr;
letter-spacing: normal;
white-space: nowrap;
text-transform: none;
vertical-align: middle;
word-wrap: normal;
}
.mdui-icon {
display: inline-block;
text-align: center;
}
.mdui-icon::before {
display: block ;
width: 24px;
height: 24px;
}