_tables.scss 277 B

1234567891011121314151617181920
  1. @use "variables";
  2. /*=== Tables */
  3. table {
  4. border-collapse: collapse;
  5. }
  6. th, td {
  7. border: 1px solid variables.$grey-medium-light;
  8. }
  9. th {
  10. background: variables.$grey-lighter;
  11. }
  12. .config-articleicons td,
  13. .config-articleicons th {
  14. font-weight: normal;
  15. text-align: center;
  16. }