2020-03-13 15:09:40 +08:00
|
|
|
@import '../../style/mixins/index';
|
|
|
|
|
|
|
|
.antCheckboxFn(@checkbox-prefix-cls: ~'@{ant-prefix}-checkbox') {
|
2020-04-09 12:39:10 +08:00
|
|
|
.@{checkbox-prefix-cls}-rtl {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2020-03-13 15:09:40 +08:00
|
|
|
.@{checkbox-prefix-cls}-group {
|
|
|
|
&-item {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
|
|
|
margin-right: 0;
|
2020-06-19 10:13:19 +08:00
|
|
|
margin-left: @checkbox-group-item-margin-right;
|
2020-03-13 15:09:40 +08:00
|
|
|
}
|
2021-10-13 15:38:59 +08:00
|
|
|
|
2020-03-13 15:09:40 +08:00
|
|
|
&:last-child {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-10-13 15:38:59 +08:00
|
|
|
|
2020-03-13 15:09:40 +08:00
|
|
|
&-item + &-item {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
2020-06-19 10:13:19 +08:00
|
|
|
margin-left: @checkbox-group-item-margin-right;
|
2020-03-13 15:09:40 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|