update Badge style
This commit is contained in:
parent
73a9a739f8
commit
a24e80eeda
1 changed files with 1 additions and 1 deletions
|
@ -1,13 +1,13 @@
|
||||||
@badge-prefix-cls: ~"@{css-prefix}badge";
|
@badge-prefix-cls: ~"@{css-prefix}badge";
|
||||||
|
|
||||||
.@{badge-prefix-cls} {
|
.@{badge-prefix-cls} {
|
||||||
font-family: "Monospaced Number";
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
&-count {
|
&-count {
|
||||||
|
font-family: "Monospaced Number";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
top: -10px;
|
top: -10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue