style.css 293 B

1234567891011121314151617
  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. }