Canged to pre-made icon pack

This icon pack is awsome. Too bad not all of them fit the material design.
This commit is contained in:
Maxunm 2017-06-13 09:40:28 -04:00
parent e1c25647ec
commit 9b0a5533d8
190 changed files with 8697 additions and 4 deletions

13
font-awesome/scss/_larger.scss vendored Normal file
View file

@ -0,0 +1,13 @@
// Icon Sizes
// -------------------------
/* 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%;
}
.#{$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; }