| 123456789101112131415161718 |
- @use "variables";
- /*=== STATISTICS */
- /*===============*/
- .stat {
- margin: 10px 0 20px;
- }
- .stat th,
- .stat td,
- .stat tr {
- border: none;
- }
- .stat > table td,
- .stat > table th {
- border-bottom: 1px solid variables.$grey-medium-light;
- }
|