_tables.scss 210 B

123456789101112131415161718192021
  1. table {
  2. width: 100%;
  3. margin-bottom: 1.75em;
  4. }
  5. tr {
  6. border-bottom: 1px solid #EEE;
  7. }
  8. tr:nth-child(even) {
  9. background: #fcfcfc;
  10. }
  11. td, th {
  12. padding: 8px;
  13. text-align: left;
  14. }
  15. th {
  16. padding-bottom: 4px;
  17. }