From aa955c22ae18d55667006acd222dbc79e39a8b25 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 21 Aug 2018 16:31:05 +0530 Subject: Initial commit --- static/website/bootstrap-css/assets/css/scss/_larger.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/website/bootstrap-css/assets/css/scss/_larger.scss (limited to 'static/website/bootstrap-css/assets/css/scss/_larger.scss') diff --git a/static/website/bootstrap-css/assets/css/scss/_larger.scss b/static/website/bootstrap-css/assets/css/scss/_larger.scss new file mode 100644 index 0000000..41e9a81 --- /dev/null +++ b/static/website/bootstrap-css/assets/css/scss/_larger.scss @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.#{$fa-css-prefix}-lg { + font-size: (4em / 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; } +.#{$fa-css-prefix}-5x { font-size: 5em; } -- cgit