.vl-data-table--lined {
  td,
  th {
    padding: $vl-pad;

    &:not(:first-child) {
      border-left: 0.1rem solid $vl-border-color;
    }
  }
}
