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.

13 lines
370 B

  1. // Icon Sizes
  2. // -------------------------
  3. /* makes the font 33% larger relative to the icon container */
  4. .@{fa-css-prefix}-lg {
  5. font-size: (4em / 3);
  6. line-height: (3em / 4);
  7. vertical-align: -15%;
  8. }
  9. .@{fa-css-prefix}-2x { font-size: 2em; }
  10. .@{fa-css-prefix}-3x { font-size: 3em; }
  11. .@{fa-css-prefix}-4x { font-size: 4em; }
  12. .@{fa-css-prefix}-5x { font-size: 5em; }