@import '../style/var.less';
.workflow--van-notice-bar {
  background-color: #fcecc8;
  margin: @margin;
  padding: 0 @padding;
  border-radius: @borderRadius;
  .van-notice-bar__wrap {
    min-height: 30px;
    line-height: 20px;
    padding: 4px 0;
  }
  .notice-bar-text-icon {
    font-size: 13px;
    border: 1px solid #794808;
    padding: 0 @padding;
    border-radius: 1.333vw 0 !important;
    color: #794808;
    max-width: 100px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 18px;
  }
}