Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
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.

22 lines
420 B

6 years ago
4 years ago
6 years ago
4 years ago
6 years ago
6 years ago
6 years ago
  1. /**
  2. * template: home
  3. *
  4. * @author Björn Hase, Tentakelfabrik
  5. * @license http://opensource.org/licenses/MIT The MIT License
  6. * @link https://github.com/tentakelfabrik/crispy-css
  7. *
  8. */
  9. @mixin template__home()
  10. {
  11. .h3__icon {
  12. display: inline-block;
  13. border-radius: 50%;
  14. padding: 0.9em;
  15. margin: 0 0 0.5em;
  16. .icon {
  17. font-size: 3rem !important;
  18. }
  19. }
  20. }