_stats.scss 236 B

123456789101112131415161718
  1. @use "variables";
  2. /*=== STATISTICS */
  3. /*===============*/
  4. .stat {
  5. margin: 10px 0 20px;
  6. }
  7. .stat th,
  8. .stat td,
  9. .stat tr {
  10. border: none;
  11. }
  12. .stat > table td,
  13. .stat > table th {
  14. border-bottom: 1px solid variables.$grey-medium-light;
  15. }