Add fa-xl size class, between fa-lg and fa-2x

This commit is contained in:
Johnny Shields 2014-05-09 16:20:36 +09:00
parent 0373b63c16
commit 77c0f6e9c4

View File

@ -7,6 +7,12 @@
line-height: (3em / 4);
vertical-align: -15%;
}
/* makes the font 66% larger relative to the icon container */
.#{$fa-css-prefix}-xl {
font-size: (5em / 3);
line-height: (3em / 4);
vertical-align: -15%;
}
.#{$fa-css-prefix}-2x { font-size: 2em; }
.#{$fa-css-prefix}-3x { font-size: 3em; }
.#{$fa-css-prefix}-4x { font-size: 4em; }