@import '../core/variables.less';
@import '../theme/index.less';

@ant-message: ant-message;
.@{ant-message} {
    z-index: 202303031102;

    &-notice-content {
        .linear-gradient-background();
        color: var(--mi-theme, @mi-theme);
        .border-radius(42);
    }
}