MAJ font-awesome
All checks were successful

This commit is contained in:
nyanloutre 2019-07-14 11:47:10 +02:00
parent 7688d1d8d9
commit 8515c71261
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
1624 changed files with 126715 additions and 1671 deletions

View file

@ -1,13 +1,23 @@
// Icon Sizes
// -------------------------
/* makes the font 33% larger relative to the icon container */
// makes the font 33% larger relative to the icon container
.#{$fa-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -15%;
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;
}
}
.#{$fa-css-prefix}-2x { font-size: 2em; }
.#{$fa-css-prefix}-3x { font-size: 3em; }
.#{$fa-css-prefix}-4x { font-size: 4em; }
.#{$fa-css-prefix}-5x { font-size: 5em; }