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.

12 lines
176 B

  1. .ui.statistic {
  2. text-align: center;
  3. }
  4. .ui.statistic>.number {
  5. font-size: 4em;
  6. font-weight: 700;
  7. color: rgba(0,0,0,.7);
  8. }
  9. .ui.statistic>.description {
  10. opacity: .8;
  11. }