We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a61a86 commit ccd7ed7Copy full SHA for ccd7ed7
src/packages/badge/badge.harmony.css
@@ -18,10 +18,6 @@
18
border-radius: 14px;
19
z-index: 1;
20
}
21
-.nut-badge-icon-rtl {
22
- right: auto;
23
- left: -15%;
24
-}
25
.nut-badge-icon .nut-icon {
26
width: 12px;
27
height: 12px;
src/packages/badge/badge.scss
@@ -17,11 +17,6 @@
17
border-radius: $badge-border-radius;
z-index: $badge-z-index;
- &-rtl {
- }
-
.nut-icon {
width: $badge-icon-size;
height: $badge-icon-size;
0 commit comments