mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 07:09:55 +08:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
|
@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;
|
||
|
}
|
||
|
}
|