mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 17:31:42 +08:00
853ba18649
* feat: badge ribbon * fix: demo for ribbon * docs: add chinese api doc for ribbon * fix: scroll number style Co-authored-by: ElderJames <shunjiey@hotmail.com>
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
@import './index.less';
|
|
|
|
.@{number-prefix-cls} {
|
|
font-size: 0;
|
|
|
|
&-only {
|
|
font-size: @badge-font-size;
|
|
}
|
|
} |