@import '../../style/variables.less';

.has-err {

    .ant-input,
    .custom-input {
        border-color: @alert-color  !important;
    }
}

.mk-item-error {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: @alert-color;
}