UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

23 lines (21 loc) 441 B
/* === Badge === */ .badge { display: inline-block; color: #fff; background: #8e8e93; position: relative; box-sizing: border-box; text-align: center; .icon &, .f7-icons &, .framework7-icons &, .material-icons & { position: absolute; left: 100%; margin-left: -10px; top: -2px; } } & when (@includeIosTheme) { @import url('./badge-ios.less'); } & when (@includeMdTheme) { @import url('./badge-md.less'); }