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.

19 lines
375 B

  1. // List Icons
  2. // -------------------------
  3. .@{fa-css-prefix}-ul {
  4. padding-left: 0;
  5. margin-left: @fa-li-width;
  6. list-style-type: none;
  7. > li { position: relative; }
  8. }
  9. .@{fa-css-prefix}-li {
  10. position: absolute;
  11. left: -@fa-li-width;
  12. width: @fa-li-width;
  13. top: (2em / 14);
  14. text-align: center;
  15. &.@{fa-css-prefix}-lg {
  16. left: -@fa-li-width + (4em / 14);
  17. }
  18. }