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.

_bordered-pulled.scss 428B

1234567891011121314151617181920
  1. // Bordered & Pulled
  2. // -------------------------
  3. .#{$fa-css-prefix}-border {
  4. border: solid .08em $fa-border-color;
  5. border-radius: .1em;
  6. padding: .2em .25em .15em;
  7. }
  8. .#{$fa-css-prefix}-pull-left { float: left; }
  9. .#{$fa-css-prefix}-pull-right { float: right; }
  10. .#{$fa-css-prefix},
  11. .fas,
  12. .far,
  13. .fal,
  14. .fab {
  15. &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
  16. &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
  17. }