@import '../common/component.light.theme.less';
@import '../common/component.common.less';
:host-context(.theme-light) ::ng-deep {
    .ant-alert-info{
        .cm-light-alert-info
    }
    .ant-alert-success{
        .cm-light-alert-success;
    }
    .ant-alert-warning{
        .cm-light-alert-warning;
    }
    .ant-alert-error{
        .cm-light-alert-error;
    }
    .ant-alert-with-description .ant-alert-message{
        .cm-light-alert-info-color;
    }  
    .ant-alert-with-description .ant-alert-message{
        //上方文字颜色
        .cm-light-alert-info-main-color;
        
    }
    .ant-alert-close-icon .anticon-cross,.ant-alert-close-icon{
        //小箭头颜色+hover
        .cm-light-alert-warning-color;
        &:hover{
            .cm-light-alert-info-main-color;
        }
    } 
}