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