mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
feat: 💄 Add @badge-color (#26159)
This commit is contained in:
parent
ae843df718
commit
b8f05d3ae7
@ -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
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user