add assets

This commit is contained in:
2022-01-23 22:48:09 +00:00
parent 49810833ca
commit c6b191ce16
1000 changed files with 9828 additions and 7954 deletions

View File

@@ -1,14 +1,22 @@
/*!
* Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.0.0-beta3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2021 Fonticons, Inc.
*/
svg:not(:root).svg-inline--fa {
:root, :host {
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
overflow: visible;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
.svg-inline--fa {
display: inline-block;
display: var(--fa-display, inline-block);
height: 1em;
overflow: visible;
@@ -25,62 +33,16 @@ svg:not(:root).svg-inline--fa {
vertical-align: -0.25em; }
.svg-inline--fa.fa-2xl {
vertical-align: -0.3125em; }
.svg-inline--fa.fa-w-1 {
width: 0.0625em; }
.svg-inline--fa.fa-w-2 {
width: 0.125em; }
.svg-inline--fa.fa-w-3 {
width: 0.1875em; }
.svg-inline--fa.fa-w-4 {
width: 0.25em; }
.svg-inline--fa.fa-w-5 {
width: 0.3125em; }
.svg-inline--fa.fa-w-6 {
width: 0.375em; }
.svg-inline--fa.fa-w-7 {
width: 0.4375em; }
.svg-inline--fa.fa-w-8 {
width: 0.5em; }
.svg-inline--fa.fa-w-9 {
width: 0.5625em; }
.svg-inline--fa.fa-w-10 {
width: 0.625em; }
.svg-inline--fa.fa-w-11 {
width: 0.6875em; }
.svg-inline--fa.fa-w-12 {
width: 0.75em; }
.svg-inline--fa.fa-w-13 {
width: 0.8125em; }
.svg-inline--fa.fa-w-14 {
width: 0.875em; }
.svg-inline--fa.fa-w-15 {
width: 0.9375em; }
.svg-inline--fa.fa-w-16 {
width: 1em; }
.svg-inline--fa.fa-w-17 {
width: 1.0625em; }
.svg-inline--fa.fa-w-18 {
width: 1.125em; }
.svg-inline--fa.fa-w-19 {
width: 1.1875em; }
.svg-inline--fa.fa-w-20 {
width: 1.25em; }
.svg-inline--fa.fa-pull-left {
margin-right: 0.3em;
margin-right: var(--fa-pull-margin, 0.3em);
width: auto; }
.svg-inline--fa.fa-pull-right {
margin-left: 0.3em;
margin-left: var(--fa-pull-margin, 0.3em);
width: auto; }
.svg-inline--fa.fa-border {
height: 1.5em; }
.svg-inline--fa.fa-li {
width: 2em;
width: var(--fa-li-width, 2em);
top: 0.25em; }
.svg-inline--fa.fa-fw {
width: 1.25em;
width: var(--fa-fw-width, 1.25em); }
.fa-layers svg.svg-inline--fa {
@@ -116,82 +78,55 @@ svg:not(:root).svg-inline--fa {
transform-origin: center center; }
.fa-layers-counter {
background-color: #ff253a;
background-color: var(--fa-counter-background-color, #ff253a);
border-radius: 1em;
border-radius: var(--fa-counter-border-radius, 1em);
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
color: var(--fa-inverse, #fff);
line-height: 1;
line-height: var(--fa-counter-line-height, 1);
max-width: 5em;
max-width: var(--fa-counter-max-width, 5em);
min-width: 1.5em;
min-width: var(--fa-counter-min-width, 1.5em);
overflow: hidden;
padding: 0.25em 0.5em;
padding: var(--fa-counter-padding, 0.25em 0.5em);
right: 0;
right: var(--fa-right, 0);
text-overflow: ellipsis;
top: 0;
top: var(--fa-top, 0);
-webkit-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
transform: scale(var(--fa-counter-scale, 0.25));
-webkit-transform-origin: top right;
transform-origin: top right; }
.fa-layers-bottom-right {
bottom: 0;
bottom: var(--fa-bottom, 0);
right: 0;
right: var(--fa-right, 0);
top: auto;
-webkit-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
transform: scale(var(--fa-layers-scale, 0.25));
-webkit-transform-origin: bottom right;
transform-origin: bottom right; }
.fa-layers-bottom-left {
bottom: 0;
bottom: var(--fa-bottom, 0);
left: 0;
left: var(--fa-left, 0);
right: auto;
top: auto;
-webkit-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
transform: scale(var(--fa-layers-scale, 0.25));
-webkit-transform-origin: bottom left;
transform-origin: bottom left; }
.fa-layers-top-right {
top: 0;
top: var(--fa-top, 0);
right: 0;
right: var(--fa-right, 0);
-webkit-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
transform: scale(var(--fa-layers-scale, 0.25));
-webkit-transform-origin: top right;
transform-origin: top right; }
.fa-layers-top-left {
left: 0;
left: var(--fa-left, 0);
right: auto;
top: 0;
top: var(--fa-top, 0);
-webkit-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
transform: scale(var(--fa-layers-scale, 0.25));
-webkit-transform-origin: top left;
@@ -263,160 +198,100 @@ svg:not(:root).svg-inline--fa {
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(2em * -1);
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: 2em;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: #eee;
border-color: var(--fa-border-color, #eee);
border-radius: 0.1em;
border-radius: var(--fa-border-radius, 0.1em);
border-style: solid;
border-style: var(--fa-border-style, solid);
border-width: 0.08em;
border-width: var(--fa-border-width, 0.08em);
padding: 0.2em 0.25em 0.15em;
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: 0.3em;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: 0.3em;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flash {
-webkit-animation-name: fa-flash;
animation-name: fa-flash;
-webkit-animation-delay: 0;
animation-delay: 0;
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
@@ -427,27 +302,19 @@ svg:not(:root).svg-inline--fa {
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: steps(8);
animation-timing-function: steps(8);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-fade,
.fa-flash,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-spin,
@@ -468,8 +335,6 @@ svg:not(:root).svg-inline--fa {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(1.25);
transform: scale(1.25);
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@@ -478,58 +343,44 @@ svg:not(:root).svg-inline--fa {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(1.25);
transform: scale(1.25);
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-fade {
50% {
opacity: 0.4;
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
50% {
opacity: 0.4;
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-flash {
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: 0.4;
opacity: var(--fa-flash-opacity, 0.4);
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(1.125);
transform: scale(1.125);
-webkit-transform: scale(var(--fa-flash-scale, 1.125));
transform: scale(var(--fa-flash-scale, 1.125)); } }
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flash {
@keyframes fa-beat-fade {
0%, 100% {
opacity: 0.4;
opacity: var(--fa-flash-opacity, 0.4);
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(1.125);
transform: scale(1.125);
-webkit-transform: scale(var(--fa-flash-scale, 1.125));
transform: scale(var(--fa-flash-scale, 1.125)); } }
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@@ -575,8 +426,6 @@ svg:not(:root).svg-inline--fa {
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(none);
transform: rotate(none);
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
@@ -595,7 +444,6 @@ svg:not(:root).svg-inline--fa {
position: absolute;
right: 0;
top: 0;
z-index: auto;
z-index: var(--fa-stack-z-index, auto); }
.svg-inline--fa.fa-stack-1x {
@@ -607,7 +455,6 @@ svg:not(:root).svg-inline--fa {
width: 2.5em; }
.fa-inverse {
color: #fff;
color: var(--fa-inverse, #fff); }
.sr-only,
@@ -635,23 +482,17 @@ svg:not(:root).svg-inline--fa {
border-width: 0; }
.svg-inline--fa .fa-primary {
fill: currentColor;
fill: var(--fa-primary-color, currentColor);
opacity: 1;
opacity: var(--fa-primary-opacity, 1); }
.svg-inline--fa .fa-secondary {
fill: currentColor;
fill: var(--fa-secondary-color, currentColor);
opacity: 0.4;
opacity: var(--fa-secondary-opacity, 0.4); }
.svg-inline--fa.fa-swap-opacity .fa-primary {
opacity: 0.4;
opacity: var(--fa-secondary-opacity, 0.4); }
.svg-inline--fa.fa-swap-opacity .fa-secondary {
opacity: 1;
opacity: var(--fa-primary-opacity, 1); }
.svg-inline--fa mask .fa-primary,
@@ -660,5 +501,4 @@ svg:not(:root).svg-inline--fa {
.fad.fa-inverse,
.fa-duotone.fa-inverse {
color: #fff;
color: var(--fa-inverse, #fff); }