update font awesome to 5.5
@@ -14,3 +14,7 @@
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
%fa-icon {
|
||||
@include fa-icon;
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
// -------------------------
|
||||
.#{$fa-css-prefix}-fw {
|
||||
text-align: center;
|
||||
width: (20em / 16);
|
||||
width: $fa-fw-width;
|
||||
}
|
||||
|
||||
2062
style/fa/_shims.scss
Normal file
@@ -7,7 +7,7 @@
|
||||
line-height: 2em;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
width: 2em;
|
||||
width: ($fa-fw-width*2);
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-stack-1x,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
2
style/fa/fontawesome.scss
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
|
Before Width: | Height: | Size: 587 KiB After Width: | Height: | Size: 697 KiB |
|
Before Width: | Height: | Size: 848 KiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 778 KiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 1.2 MiB |
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
6
style/fa/v4-shims.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
@import 'shims';
|
||||