2018-03-11 10:36:33 +00:00
|
|
|
// Icon Sizes
|
|
|
|
// -------------------------
|
|
|
|
|
2018-03-11 11:35:04 +00:00
|
|
|
// makes the font 33% larger relative to the icon container
|
2018-03-11 10:36:33 +00:00
|
|
|
.#{$fa-css-prefix}-lg {
|
|
|
|
font-size: (4em / 3);
|
|
|
|
line-height: (3em / 4);
|
2018-03-11 11:35:04 +00:00
|
|
|
vertical-align: -.0667em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.#{$fa-css-prefix}-xs {
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.#{$fa-css-prefix}-sm {
|
|
|
|
font-size: .875em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@for $i from 1 through 10 {
|
|
|
|
.#{$fa-css-prefix}-#{$i}x {
|
|
|
|
font-size: $i * 1em;
|
|
|
|
}
|
2018-03-11 10:36:33 +00:00
|
|
|
}
|