@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-component-max-height: @input-height-lg; @form-feedback-icon-size: @font-size-base; @form-help-margin-top: (@form-component-height - @form-component-max-height) / 2 + 2px; .@{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