_tables.scss 200 B

123456789101112
  1. // Tables
  2. table {
  3. // background will be set dynamically
  4. }
  5. th, thead, table thead tr {
  6. // background and color will be set dynamically
  7. }
  8. caption {
  9. // background will be set dynamically
  10. }