style.module.css 151 B

123456789101112
  1. .table td {
  2. padding-left: 12px;
  3. }
  4. .table thead td {
  5. height: 33px;
  6. line-height: 33px;
  7. }
  8. .table tbody tr:last-child td {
  9. border-bottom: none;
  10. }