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.

31 lines
522 B

  1. /*
  2. * # Statistic
  3. *
  4. *
  5. * Copyright 2013 Contributors
  6. * Released under the MIT license
  7. * http://opensource.org/licenses/MIT
  8. *
  9. * Released: Aug 20, 2013
  10. */
  11. /*******************************
  12. Statistic
  13. *******************************/
  14. .ui.statistic {
  15. text-align: center;
  16. }
  17. /*******************************
  18. Content
  19. *******************************/
  20. .ui.statistic > .number {
  21. font-size: 4em;
  22. font-weight: bold;
  23. color: rgba(0, 0, 0, 0.7);
  24. }
  25. .ui.statistic > .description {
  26. opacity: 0.8;
  27. }