@import "../const.less";

.ant-message-notice-content {
    box-shadow: 0 2px 8px 0 #06070A;
    height: 40px;
    font-size: 14px;
    color: @whiteBF;
    .anticon {
        font-size: 16px;
    }
}
