mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
style: add @badge-count-background (#26043)
This commit is contained in:
parent
4da2260342
commit
cdb8a5bcd7
@ -23,7 +23,7 @@
|
||||
line-height: @badge-height;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
background: @highlight-color;
|
||||
background: @badge-count-background;
|
||||
border-radius: @badge-height / 2;
|
||||
box-shadow: 0 0 0 1px @shadow-color-inverse;
|
||||
a,
|
||||
|
@ -656,6 +656,7 @@
|
||||
@badge-font-weight: normal;
|
||||
@badge-status-size: 6px;
|
||||
@badge-text-color: @component-background;
|
||||
@badge-count-background: @highlight-color;
|
||||
|
||||
// Rate
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user