_stats.scss 421 B

123456789101112131415161718192021222324252627282930
  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 $grey-medium-light;
  14. }
  15. .stat > .horizontal-list {
  16. margin: 0 0 5px;
  17. }
  18. .stat > .horizontal-list .item {
  19. overflow: hidden;
  20. white-space: nowrap;
  21. text-overflow: ellipsis;
  22. }
  23. .stat > .horizontal-list .item:first-child {
  24. width: 270px;
  25. }