vagusX
3 years ago
committed by
GitHub
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
@import '../../style/themes/index'; |
|||
@import '../../style/mixins/index'; |
|||
|
|||
@segmented-prefix-cls: ~'@{ant-prefix}-segmented'; |
|||
|
|||
.@{segmented-prefix-cls} { |
|||
&&-rtl { |
|||
direction: rtl; |
|||
} |
|||
|
|||
&&-rtl &-item-icon { |
|||
margin-right: 0; |
|||
margin-left: 6px; |
|||
} |
|||
} |
Loading…
Reference in new issue