Merge 77c0f6e9c47b53c30bce77a1bbcdcc8d1cdf301a into bdfa9823c8b1e25a5c822f6c719ec0e38ead7f71

This commit is contained in:
Johnny Shields 2017-12-07 18:26:18 +00:00 committed by GitHub
commit bbafed13b2

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; }