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.

_stacked.scss 505B

12345678910111213141516171819202122232425262728293031
  1. // Stacked Icons
  2. // -------------------------
  3. .#{$fa-css-prefix}-stack {
  4. display: inline-block;
  5. height: 2em;
  6. line-height: 2em;
  7. position: relative;
  8. vertical-align: middle;
  9. width: ($fa-fw-width*2);
  10. }
  11. .#{$fa-css-prefix}-stack-1x,
  12. .#{$fa-css-prefix}-stack-2x {
  13. left: 0;
  14. position: absolute;
  15. text-align: center;
  16. width: 100%;
  17. }
  18. .#{$fa-css-prefix}-stack-1x {
  19. line-height: inherit;
  20. }
  21. .#{$fa-css-prefix}-stack-2x {
  22. font-size: 2em;
  23. }
  24. .#{$fa-css-prefix}-inverse {
  25. color: $fa-inverse;
  26. }