style.css 712 B

12345678910111213141516171819202122232425262728293031
  1. #statistics {
  2. padding: 14px 10px 8px 10px;
  3. }
  4. #statistics > .title {
  5. font-size: 24px;
  6. display: flex;
  7. align-items: center;
  8. padding-bottom: 7px;
  9. }
  10. #statistics > .title > .statistics-icon {
  11. background-image: url(/img/statistics.svg);
  12. width: 30px;
  13. height: 30px;
  14. background-size: cover;
  15. }
  16. #statistics > .content > .documented-info-content > table {
  17. width: 50%;
  18. color: #d1d1d1;
  19. border-collapse: collapse;
  20. text-align: center;
  21. }
  22. #statistics > .content > .documented-info-content > table,
  23. #statistics > .content > .documented-info-content > table tr,
  24. #statistics > .content > .documented-info-content > table td,
  25. #statistics > .content > .documented-info-content > table th {
  26. border: 1px solid #d1d1d1;
  27. }