@import url(print-complex-table/index.less);
.print-continue-blank {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--wui-printing-background);
    //background: rgba(255, 0, 0, 0.4);
  }
}
.print-continue-blank.print-continue-blank--before {
  &.print-complex-table {
    border-top-color: var(--wui-printing-background) !important ;
    border-left: 0px !important ;
    border-right: 0px !important ;
    border-bottom: 0px !important ;
    & tr:last-child td {
      border-bottom: 0px !important ;
    }
  }
}
.print-continue-blank.print-continue-blank--after {
  &.print-complex-table {
    border-left: 0px !important ;
    border-right: 0px !important ;
    border-top: 0px !important ;
    & tr:first-child td {
      border-top: 0px !important ;
    }
  }
}
