You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import '../../style/mixins/index';
|
|
|
|
|
|
|
|
.antCheckboxFn(@checkbox-prefix-cls: ~'@{ant-prefix}-checkbox') {
|
|
|
|
.@{checkbox-prefix-cls}-rtl {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{checkbox-prefix-cls}-group {
|
|
|
|
&-item {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: @checkbox-group-item-margin-right;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&-item + &-item {
|
|
|
|
.@{checkbox-prefix-cls}-group-rtl & {
|
|
|
|
margin-left: @checkbox-group-item-margin-right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|