UNPKG

antd-mobile

Version:
18 lines (17 loc) 429 B
.adm-tag { --border-radius: var(--adm-tag-border-radius, 4px); padding: 4px 8px; font-size: var(--adm-font-size-3); line-height: 1; font-weight: normal; background: var(--background-color); color: var(--text-color); display: inline-block; white-space: nowrap; border-radius: var(--border-radius); border: 2px solid var(--border-color); box-sizing: border-box; } .adm-tag-round { border-radius: 200px; }