@voplus/morpho-workspace 6.0.112 → 6.0.113
Sign up to get free protection for your applications and to get access to all the features.
@@ -26,10 +26,15 @@
|
|
26
26
|
right: 10px;
|
27
27
|
top: 10px;
|
28
28
|
|
29
|
-
.ant-badge-count {
|
29
|
+
& > .ant-badge-count {
|
30
30
|
background-color: #fff !important;
|
31
31
|
border: none;
|
32
32
|
box-shadow: @badge-hover-shadow;
|
33
|
+
min-width: 22px !important;
|
34
|
+
height: 22px !important;
|
35
|
+
line-height: 20px !important;
|
36
|
+
color: @ant-badge-color !important;
|
37
|
+
border-radius: 11px !important;
|
33
38
|
}
|
34
39
|
}
|
35
40
|
|