Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_stat.scss 264B

12345678910111213141516
  1. .stat {
  2. background: $stat-bg;
  3. border-radius: 50%;
  4. width: 40px;
  5. height: 40px;
  6. align-items: center;
  7. justify-content: center;
  8. display: flex;
  9. svg {
  10. width: 18px;
  11. height: 18px;
  12. color: $stat-icon-color !important;
  13. stroke-width: 1.5;
  14. }
  15. }