Artifact 940e1c5ebc690283bfaee92560cf15fabedbf6a9:
- File cgisetup/www/css/fonts/font-awesome-4.2.0/scss/_larger.scss — part of check-in [f9ed9f102e] at 2017-02-26 21:22:54 on branch v1.64 — Added beginings for cgi interface support (user: matt, size: 375) [annotate] [blame] [check-ins using] [more...]
- File cgisetup/www/html-kickstart/css/fonts/font-awesome-4.2.0/scss/_larger.scss — part of check-in [e8f9900f14] at 2017-02-26 19:56:09 on branch v1.64 — Adding some templates for cgi (user: matt, size: 375) [annotate] [blame] [check-ins using]
// 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; }