Warning, /iDDS/monitor/data/css/icons/font-awesome/less/_larger.less is written in an unsupported language. File is not indexed.
0001 // Icon Sizes
0002 // -------------------------
0003
0004 .larger(@factor) when (@factor > 0) {
0005 .larger((@factor - 1));
0006
0007 .@{fa-css-prefix}-@{factor}x {
0008 font-size: (@factor * 1em);
0009 }
0010 }
0011
0012 /* makes the font 33% larger relative to the icon container */
0013 .@{fa-css-prefix}-lg {
0014 font-size: (4em / 3);
0015 line-height: (3em / 4);
0016 vertical-align: -.0667em;
0017 }
0018
0019 .@{fa-css-prefix}-xs {
0020 font-size: .75em;
0021 }
0022
0023 .@{fa-css-prefix}-sm {
0024 font-size: .875em;
0025 }
0026
0027 .larger(10);