@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
17 lines (15 loc) • 330 B
text/less
@import '~antd/es/badge/style/index.less';
@import '../style/vars.less';
// Badge
.@{ant-prefix}-badge-count {
height: 14px;
min-width: 14px;
line-height: 14px;
padding: 0;
background: @error-color;
right: 0;
transform: translate(calc(100% - 7px), -50%);
}
.@{ant-prefix}-badge-multiple-words {
padding: 0 4px;
}