_table.scss 171 B

1234567891011
  1. th { border-bottom: .1rem solid $border-color }
  2. td,
  3. th {
  4. padding: .5rem;
  5. text-align: left;
  6. &:first-child { padding-left: 0 }
  7. &:last-child { padding-right: 0 }
  8. }