src/Pumukit/WebTVBundle/Resources/views/Css/template_stats.css.twig line 1

Open in your IDE?
  1. .stats-circle {
  2.     width: 65px;
  3.     height: 65px;
  4.     border-radius: 65px;
  5.     padding: 20px 0;
  6.     line-height: 12px;
  7.     color: #ffffff;
  8.     font-family: Arial, Helvetica, sans-serif;
  9.     font-weight: bold;
  10. }
  11. .stats-circle .stats-label {
  12.     font-size: 75%;
  13. }
  14. .stats-circle-1 {
  15.     background-color: #2a8737;
  16. }
  17. .stats-circle-2 {
  18.     background-color: #b16300;
  19. }
  20. .stats-circle-3 {
  21.     background-color: #225594;
  22. }