@import '../style/var.less';
.workflow--card {
  background-color: #fff;
  padding: @padding;
  margin: @margin 0;
  .card-header {
    font-size: @titleFontSize;
    font-weight: 600;
    line-height: @titleLineHieght;
    margin-bottom: 6px;
    color: @fontColor;
  }
  .card-tips {
    display: flex;
    justify-content: space-between;
    font-size: @smallFontSize;
    margin-bottom: 6px;
    color: @smallFontColor;
    .card-tips--name {
      color: @fontColor;
    }
  }
  .card-body {
    font-size: @fontSize;
    color: @fontColor;
    max-height: 160px;
    overflow-y: auto;
    .zt-text-ellipsis {
      font-size: 13px;
    }
  }
}