@import 'antd/lib/notification/style/index.less';
@import '../../../style/index.less';

.ant-notification {
  &-notice {
    &-message {
      font-weight: bold;
    }
    &-description {
      color: @notification-description-color;
    }
  }
}
