Server : Apache/2 System : Linux server1.tkcorporation.co.th 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 i686 User : ifixit ( 537) PHP Version : 5.3.29 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source Directory : /home/ifixit/public_html/assets/less/ |
// Icon Sizes // ------------------------- .larger(@factor) when (@factor > 0) { .larger((@factor - 1)); .@{fa-css-prefix}-@{factor}x { font-size: (@factor * 1em); } } /* makes the font 33% larger relative to the icon container */ .@{fa-css-prefix}-lg { font-size: (4em / 3); line-height: (3em / 4); vertical-align: -.0667em; } .@{fa-css-prefix}-xs { font-size: .75em; } .@{fa-css-prefix}-sm { font-size: .875em; } .larger(10);