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