body 
.ant-modal {
    &-header {
        background: @primary-color;
        padding: 7px 15px;
    }

    &-title {
        color: #fff;
    }

    &-close {
        color: #fff;

        &-x {
            height: @modal-header-height;
            line-height: @modal-header-height;
        }
    }

    &-footer {
        border-top: 1px solid @border-color-base;
        padding: 15px 30px 0 15px;
        text-align: right;
        border-radius: 0;
        margin: 15px -16px -5px -16px;
    }
}