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.

_list.scss 322B

123456789101112131415161718
  1. // List Icons
  2. // -------------------------
  3. .#{$fa-css-prefix}-ul {
  4. list-style-type: none;
  5. margin-left: $fa-li-width * 5/4;
  6. padding-left: 0;
  7. > li { position: relative; }
  8. }
  9. .#{$fa-css-prefix}-li {
  10. left: -$fa-li-width;
  11. position: absolute;
  12. text-align: center;
  13. width: $fa-li-width;
  14. line-height: inherit;
  15. }