@import "../../style/themes/default"; @import "../../style/mixins/index"; @import "../../input/style/mixin"; @import "../../button/style/mixin"; @import "../../grid/style/mixin"; @import "./mixin"; @form-prefix-cls: ~"@{ant-prefix}-form"; @form-component-height: @input-height-base; @form-feedback-icon-size: 14px; .@{form-prefix-cls} { .reset-component; .reset-form; } .@{form-prefix-cls}-item-required:before { display: inline-block; margin-right: 4px; content: "*"; font-family: SimSun; line-height: 1; font-size: @font-size-base; color: @label-required-color; .@{form-prefix-cls}-hide-required-mark & { display: none; } } // Radio && Checkbox input[type="radio"], input[type="checkbox"] { &[disabled], &.disabled { cursor: not-allowed; } } // These classes are used directly on