Bump font awesome 5.11.2
@@ -8,41 +8,77 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lightbox {
|
.lightbox {
|
||||||
|
top: 50%;
|
||||||
|
left: 0;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
.lb-outerContainer {
|
||||||
|
margin: 0;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
.lb-image {
|
||||||
|
image-orientation: from-image;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lb-nav a.lb-prev, .lb-nav a.lb-next {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
position: absolute;
|
||||||
|
top: calc(50% - 1em);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lb-nav a.lb-prev {
|
||||||
|
@include lightbox-icon(prev);
|
||||||
|
&:before {
|
||||||
|
left: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lb-nav a.lb-next {
|
||||||
|
@include lightbox-icon(next);
|
||||||
|
&:before {
|
||||||
|
right: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.lb-dataContainer {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
width: 300px;
|
||||||
|
padding: 1em;
|
||||||
|
|
||||||
|
.lb-data {
|
||||||
|
.lb-details {
|
||||||
|
float: none;
|
||||||
|
|
||||||
|
.lb-number {
|
||||||
|
padding: 0;
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.lb-closeContainer {
|
||||||
|
margin-top: 2em;
|
||||||
|
|
||||||
|
.lb-close {
|
||||||
|
@include lightbox-icon(close);
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.lb-cancel {
|
.lb-cancel {
|
||||||
@include lightbox-icon(cancel);
|
@include lightbox-icon(cancel);
|
||||||
@extend .flicker;
|
@extend .flicker;
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lb-nav a.lb-prev, .lb-nav a.lb-next {
|
|
||||||
color: white;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
position: absolute;
|
|
||||||
top: calc(50% - 1em);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.lb-nav a.lb-prev {
|
|
||||||
@include lightbox-icon(prev);
|
|
||||||
&:before {
|
|
||||||
left: 2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.lb-nav a.lb-next {
|
|
||||||
@include lightbox-icon(next);
|
|
||||||
&:before {
|
|
||||||
right: 2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.lb-data .lb-close {
|
|
||||||
@include lightbox-icon(close);
|
|
||||||
}
|
|
||||||
|
|
||||||
.lb-image {
|
|
||||||
image-orientation: from-image;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
.fas,
|
.fas,
|
||||||
.far,
|
.far,
|
||||||
.fal,
|
.fal,
|
||||||
|
.fad,
|
||||||
.fab {
|
.fab {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: -.125em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
||||||
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
||||||
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
.#{$fa-css-prefix}-flip-both, .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
||||||
|
|
||||||
// Hook for IE8-9
|
// Hook for IE8-9
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@@ -17,7 +17,8 @@
|
|||||||
.#{$fa-css-prefix}-rotate-180,
|
.#{$fa-css-prefix}-rotate-180,
|
||||||
.#{$fa-css-prefix}-rotate-270,
|
.#{$fa-css-prefix}-rotate-270,
|
||||||
.#{$fa-css-prefix}-flip-horizontal,
|
.#{$fa-css-prefix}-flip-horizontal,
|
||||||
.#{$fa-css-prefix}-flip-vertical {
|
.#{$fa-css-prefix}-flip-vertical,
|
||||||
|
.#{$fa-css-prefix}-flip-both {
|
||||||
filter: none;
|
filter: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -626,15 +626,15 @@
|
|||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-up); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-down-alt); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-up); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-down-alt); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-up); }
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-down-alt); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
|
.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
|
||||||
font-family: 'Font Awesome 5 Brands';
|
font-family: 'Font Awesome 5 Brands';
|
||||||
|
|||||||
@@ -1,9 +1,14 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Brands';
|
font-family: 'Font Awesome 5 Brands';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
||||||
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
||||||
|
|||||||
1794
style/fa/duotone.scss
Normal file
4
style/fa/fontawesome.scss
vendored
@@ -1,3 +1,7 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
@import 'core';
|
@import 'core';
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 732 KiB After Width: | Height: | Size: 684 KiB |
BIN
style/fa/fonts/fa-duotone-900.eot
Normal file
13908
style/fa/fonts/fa-duotone-900.svg
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
style/fa/fonts/fa-duotone-900.ttf
Normal file
BIN
style/fa/fonts/fa-duotone-900.woff
Normal file
BIN
style/fa/fonts/fa-duotone-900.woff2
Normal file
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.5 MiB |
@@ -1,9 +1,14 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-light-300.eot');
|
src: url('#{$fa-font-path}/fa-light-300.eot');
|
||||||
src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'),
|
url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'),
|
||||||
|
|||||||
@@ -1,9 +1,14 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
||||||
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
||||||
|
|||||||
@@ -1,9 +1,14 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
||||||
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'shims';
|
@import 'shims';
|
||||||
|
|||||||