_list.scss 322 B

12345678910111213141516171819
  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. }