From 77c0f6e9c47b53c30bce77a1bbcdcc8d1cdf301a Mon Sep 17 00:00:00 2001 From: Johnny Shields Date: Fri, 9 May 2014 16:20:36 +0900 Subject: [PATCH] Add fa-xl size class, between fa-lg and fa-2x --- scss/_larger.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/_larger.scss b/scss/_larger.scss index 41e9a8184..cbf8d1633 100644 --- a/scss/_larger.scss +++ b/scss/_larger.scss @@ -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; }