@import '../../style/var.less';
.workflow-popup-title {
  height: @headerHeight;
  line-height: @headerHeight;
  text-align: center;
  font-size: @popupTitleFontSize;
  display: flex;
  align-items: center;
  justify-content: center;
  > span {
    margin-right: 5px;
  }
  .van-icon {
    margin-right: 6px;
  }
}