1
0
mirror of https://github.com/captainark/mystartpage.git synced 2024-11-14 22:07:39 +01:00
mystartpage/font-awesome-4.5.0/scss/_larger.scss

14 lines
375 B
SCSS
Raw Normal View History

2016-02-09 00:40:30 +01:00
// 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; }