update font awesome to 5.5

This commit is contained in:
2018-11-06 21:00:27 +01:00
parent 427c46a1b8
commit 1054430fac
34 changed files with 8138 additions and 237 deletions

View File

@@ -1,7 +1,7 @@
$fa-font-path: "fa/fonts";
$fa-css-prefix: fa;
@import 'fa/fa-light';
@import 'fa/light';
@import 'fa/mixins';
@import 'fa/core';
@import 'fa/larger';
@@ -16,15 +16,15 @@ $fa-css-prefix: fa;
.#{$fa-css-prefix}-password:before { content: fa-content($fa-var-key); }
//Menu
.#{$fa-css-prefix}-write:before { content: fa-content($fa-var-pen-fancy); }
.#{$fa-css-prefix}-settings:before { content: fa-content($fa-var-cog); }
.#{$fa-css-prefix}-logoff:before { content: fa-content($fa-var-sign-out); }
.#{$fa-css-prefix}-prev:before { content: fa-content($fa-var-angle-left); }
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-angle-right); }
//Writer
.#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); }
.#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); }
.#{$fa-css-prefix}-ol:before { content: fa-content($fa-var-list-ol); }
.#{$fa-css-prefix}-ul:before { content: fa-content($fa-var-list-ul); }
.#{$fa-css-prefix}-strike:before { content: fa-content($fa-var-strikethrough); }
.#{$fa-css-prefix}-prev:before { content: fa-content($fa-var-angle-left); }
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-angle-right); }

View File

@@ -231,7 +231,7 @@ footer {
bottom: 0;
text-align: center;
color: $gray-400;
font-size: 0.9em;
font-size: 0.8em;
width: 100%;
height: 2rem;

View File

@@ -14,3 +14,7 @@
text-rendering: auto;
line-height: 1;
}
%fa-icon {
@include fa-icon;
}

View File

@@ -2,5 +2,5 @@
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
width: (20em / 16);
width: $fa-fw-width;
}

File diff suppressed because it is too large Load Diff

2062
style/fa/_shims.scss Normal file

File diff suppressed because it is too large Load Diff

View 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,

File diff suppressed because it is too large Load Diff

View File

@@ -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';

View File

@@ -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';

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 587 KiB

After

Width:  |  Height:  |  Size: 697 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 848 KiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 778 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 658 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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';

View File

@@ -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';

View File

@@ -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
View 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';