update font awesome to 5.5
@@ -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); }
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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';
|
||||