feat: add Badge component (#7602)

This commit is contained in:
neverland
2020-11-22 10:26:59 +08:00
committed by GitHub
parent cda5e0869e
commit 28a04148f1
12 changed files with 467 additions and 0 deletions
+12
View File
@@ -113,6 +113,18 @@
@address-list-item-radio-icon-color: @red;
@address-list-edit-icon-size: 20px;
// Badge
@badge-size: 16px;
@badge-color: @white;
@badge-padding: 0 3px;
@badge-font-size: @font-size-sm;
@badge-font-weight: @font-weight-bold;
@badge-border-width: @border-width-base;
@badge-background-color: @red;
@badge-dot-color: @red;
@badge-dot-size: 8px;
@badge-font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
// Button
@button-mini-height: 24px;
@button-mini-font-size: @font-size-xs;