.ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover, .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover, .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-form-item-has-error :not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover
transitions style {
border-bottom-color: rgb(75, 156, 223);
box-shadow: rgba(24, 144, 255, 0.157) 0px 0px 0px 1.55278px;
border-left-color: rgb(75, 156, 223);
border-right-color: rgb(75, 156, 223);
border-top-color: rgb(75, 156, 223);
}
element.style {
}
.article-box .textarea-box {
min-height: 450px;
}
.add-article .ant-input {
border-color: var(--user-input-border-color);
background-color: var(--user-input-bg);
}
.add-article .ant-form-item-label>label, .add-article .ant-input {
color: var(--user-label-input-color);
}
textarea.ant-input {
max-width: 100%;
height: auto;
min-height: 32px;
line-height: 1.5715;
vertical-align: bottom;
transition: all .3s, height 0s;
}
.ant-input {
box-sizing: border-box;
margin: 0;
padding: 0;