_stats.rtl.css 213 B

12345678910111213141516
  1. /*=== STATISTICS */
  2. /*===============*/
  3. .stat {
  4. margin: 10px 0 20px;
  5. }
  6. .stat th,
  7. .stat td,
  8. .stat tr {
  9. border: none;
  10. }
  11. .stat > table td,
  12. .stat > table th {
  13. border-bottom: 1px solid var(--grey-medium-light);
  14. }