Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

_core.scss 332B

123456789101112131415161718192021
  1. // Base Class Definition
  2. // -------------------------
  3. .#{$fa-css-prefix},
  4. .fas,
  5. .far,
  6. .fal,
  7. .fad,
  8. .fab {
  9. -moz-osx-font-smoothing: grayscale;
  10. -webkit-font-smoothing: antialiased;
  11. display: inline-block;
  12. font-style: normal;
  13. font-variant: normal;
  14. text-rendering: auto;
  15. line-height: 1;
  16. }
  17. %fa-icon {
  18. @include fa-icon;
  19. }