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.

13 lines
249 B

@import (reference) '~antd/lib/style/themes/default';
@pro-form-checkbox: ~'@{ant-prefix}-pro-form-checkbox';
.@{pro-form-checkbox} {
&-vertical {
.@{ant-prefix}-checkbox-group-item {
display: block;
margin-right: 0;
}
}
}