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.

18 lines
322 B

4 years ago
  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. }