summaryrefslogtreecommitdiffstats
path: root/install/ui/less/font-awesome/larger.less
blob: c9fbf3a049f678046029420f3bb9fcdbf745c558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Icon Sizes
// -------------------------

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: (4em / 3);
  line-height: (3em / 4);
  vertical-align: -15%;
}
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }