mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
Add fa-xl size class, between fa-lg and fa-2x
This commit is contained in:
parent
0373b63c16
commit
77c0f6e9c4
@ -7,6 +7,12 @@
|
|||||||
line-height: (3em / 4);
|
line-height: (3em / 4);
|
||||||
vertical-align: -15%;
|
vertical-align: -15%;
|
||||||
}
|
}
|
||||||
|
/* makes the font 66% larger relative to the icon container */
|
||||||
|
.#{$fa-css-prefix}-xl {
|
||||||
|
font-size: (5em / 3);
|
||||||
|
line-height: (3em / 4);
|
||||||
|
vertical-align: -15%;
|
||||||
|
}
|
||||||
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
||||||
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
||||||
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
||||||
|
Loading…
Reference in New Issue
Block a user