偏右
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/badge/style/index.less
-
components/style/themes/default.less
|
|
@ -23,7 +23,7 @@ |
|
|
|
line-height: @badge-height; |
|
|
|
white-space: nowrap; |
|
|
|
text-align: center; |
|
|
|
background: @badge-count-background; |
|
|
|
background: @badge-color; |
|
|
|
border-radius: @badge-height / 2; |
|
|
|
box-shadow: 0 0 0 1px @shadow-color-inverse; |
|
|
|
a, |
|
|
|
|
|
@ -662,7 +662,7 @@ |
|
|
|
@badge-font-weight: normal; |
|
|
|
@badge-status-size: 6px; |
|
|
|
@badge-text-color: @component-background; |
|
|
|
@badge-count-background: @highlight-color; |
|
|
|
@badge-color: @highlight-color; |
|
|
|
|
|
|
|
// Rate |
|
|
|
// --- |
|
|
|