Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37eff7fa00 | ||
|
|
138f8c3971 | ||
|
|
05235ab745 | ||
|
|
c0f460dca7 | ||
|
|
a1232e3455 | ||
|
|
dcdc48a561 | ||
|
|
deeea78c52 | ||
|
|
2885a3cfb8 | ||
|
|
8302f1cca7 | ||
|
|
f0c25837a3 | ||
|
|
0698449d50 |
70
.github/ISSUE_TEMPLATE/000_icon_request.yml
vendored
@@ -1,36 +1,60 @@
|
||||
name: Icon request
|
||||
description: Suggest an icon to be included in Font Awesome
|
||||
description: Suggest an icon, modifier, or emoji to be included in Font Awesome
|
||||
labels: ["new icon"]
|
||||
title: "Icon request: "
|
||||
projects: ["FortAwesome/20"]
|
||||
title: "Icon Request: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Before You Request"
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to request a new icon!
|
||||
Thanks for requesting a new Font Awesome icon! But first, let's get some specifics out of the way. For example, lots of amazing custom icons can already be created using our [Icon Wizard](https://blog.fontawesome.com/icon-wizard/)! Please check through this list first to ensure your request is as useful and unique as possible:
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: 'The title of this issue starts with "Icon Request: " and is followed by the new icon name *(ex. "Icon Request: Proton Torpedo")*'
|
||||
required: true
|
||||
- label: This icon does not represent a brand
|
||||
required: true
|
||||
- label: 'This request is for a single icon or a matched pair *(ex. `lock` and `unlock`)*'
|
||||
required: true
|
||||
- label: I've already [searched through existing issues](https://github.com/FortAwesome/Font-Awesome/issues), and to the best of my knowledge this request isn't a duplicate
|
||||
required: true
|
||||
- label: I understand [how new icon requests work](https://fontawesome.com/support#requesting-icons)
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Your Request"
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Request type
|
||||
description: What kind of icon or element do you have in mind?
|
||||
options:
|
||||
- ✨ New icon
|
||||
- 😄 Emoji (please provide Unicode code point)
|
||||
- 🧙 Wizard modifier
|
||||
- 🔧 Icon improvement
|
||||
## - 🧱 Element (save this for the future)
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: use-case
|
||||
attributes:
|
||||
label: Use case
|
||||
description: Describe how this icon could be used.
|
||||
description: How should this new icon be used?
|
||||
placeholder: ex. a proton torpedo for our holographic space station attack plans
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: example
|
||||
attributes:
|
||||
label: Example image
|
||||
description: Insert the example image here if necessary. A good example is a single color image which plays well at small sizes (16px)
|
||||
- type: checkboxes
|
||||
id: icon-request-checklist
|
||||
attributes:
|
||||
label: Icon request checklist
|
||||
options:
|
||||
- label: 'The title starts with "Icon request: " and is followed by the requested icon name'
|
||||
required: true
|
||||
- label: 'This icon does not represent a brand'
|
||||
required: true
|
||||
- label: 'This is a single icon or matched pair (Ex: `lock` / `unlock`)'
|
||||
required: true
|
||||
- label: The request is for a concrete object, or I've included an example image
|
||||
required: true
|
||||
- label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
|
||||
required: true
|
||||
- label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/new#faqs)'
|
||||
required: true
|
||||
label: Visual example
|
||||
description: Insert an example image or other visual reference to help us get the picture (literally).
|
||||
validations:
|
||||
required: true
|
||||
@@ -8,18 +8,16 @@ We only accept issues that are icon requests, bug reports, or feature requests.
|
||||
Bugs must be isolated and reproducible problems that we can fix within the Font
|
||||
Awesome core.
|
||||
|
||||
* [Request a new icon](https://github.com/FortAwesome/Font-Awesome/issues/new?title=Icon%20request:%20icon-name&template=icon-request.md)
|
||||
* [Request a new feature](https://github.com/FortAwesome/Font-Awesome/issues/new??title=Feature%20request:feature-name&template=feature-request.md)
|
||||
* [Submit a bug report](https://github.com/FortAwesome/Font-Awesome/issues/new?template=bug-report.md)
|
||||
|
||||
## Key branches
|
||||
|
||||
- `master` is the latest, deployed version
|
||||
* [Request a new icon](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=new+icon&projects=&template=000_icon_request.yml&title=Icon+request%3A+)
|
||||
* [Request a new brand icon](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=brand+icon&projects=&template=001_brand_request.yml&title=Brand+request%3A+)
|
||||
* [Submit a bug report for Web (Kit, CSS, JS)](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=bug%2Cneeds-triage&projects=&template=100_web_bug_report.yml&title=Bug%3A+)
|
||||
* [Submit a bug report for Desktop, Native, and other use cases](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=bug%2Cneeds-triage&projects=&template=101_other_bug_report.yml&title=Bug%3A+)
|
||||
* [Request a new feature](https://github.com/FortAwesome/Font-Awesome/issues/new?assignees=&labels=feature&projects=&template=200_feature_request.yml&title=Feature+request%3A+)
|
||||
|
||||
## Pull requests
|
||||
|
||||
- At the moment we are not accepting pull requests containing icons
|
||||
- **At the moment we are not accepting pull requests containing icons**
|
||||
- Pull requests that do not solve an existing issue are essentially un-prioritized–don't expect these to be addressed quickly
|
||||
- The files in this repository are generated elsewhere and we do not merge PR's directly into master
|
||||
- Most of the files in this repository are generated by a build system, so we may not be able to merge PRs directly
|
||||
- Try not to pollute your pull request with unintended changes–keep them simple and small
|
||||
- Try to share which browsers your code has been tested in before submitting a pull request
|
||||
|
||||
@@ -23,7 +23,7 @@ as SVG and JS file types.
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
|
||||
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
|
||||
with Reserved Font Name: "Font Awesome".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
Copyright 2023 Fonticons, Inc.
|
||||
Copyright 2024 Fonticons, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in the
|
||||
|
||||
447
css/all.css
@@ -1,21 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
font-weight: var(--fa-style, 900); }
|
||||
|
||||
.fa,
|
||||
.fa-classic,
|
||||
.fa-sharp,
|
||||
.fas,
|
||||
.fa-solid,
|
||||
.far,
|
||||
.fa-regular,
|
||||
.fa-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.fa-brands {
|
||||
.fa-sharp-solid,
|
||||
.fa-classic,
|
||||
.fa {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--fa-display, inline-block);
|
||||
@@ -107,7 +107,7 @@
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -129,118 +129,71 @@
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -252,219 +205,97 @@
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
@@ -1892,6 +1723,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-passport::before {
|
||||
content: "\f5ab"; }
|
||||
|
||||
.fa-thumbtack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-thumb-tack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-heart-pulse::before {
|
||||
content: "\f21e"; }
|
||||
|
||||
@@ -2768,6 +2605,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-italic::before {
|
||||
content: "\f033"; }
|
||||
|
||||
.fa-table-cells-column-lock::before {
|
||||
content: "\e678"; }
|
||||
|
||||
.fa-church::before {
|
||||
content: "\f51d"; }
|
||||
|
||||
@@ -4940,6 +4780,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-font::before {
|
||||
content: "\f031"; }
|
||||
|
||||
.fa-table-cells-row-lock::before {
|
||||
content: "\e67a"; }
|
||||
|
||||
.fa-rupiah-sign::before {
|
||||
content: "\e23d"; }
|
||||
|
||||
@@ -5969,9 +5812,6 @@ readers do not read off random characters that represent icons */
|
||||
.fa-share::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-arrow-turn-right::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-mail-forward::before {
|
||||
content: "\f064"; }
|
||||
|
||||
@@ -6200,6 +6040,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bone::before {
|
||||
content: "\f5d7"; }
|
||||
|
||||
.fa-table-cells-row-unlock::before {
|
||||
content: "\e691"; }
|
||||
|
||||
.fa-user-injured::before {
|
||||
content: "\f728"; }
|
||||
|
||||
@@ -6421,6 +6264,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-ups:before {
|
||||
content: "\f7e0"; }
|
||||
|
||||
.fa-pixiv:before {
|
||||
content: "\e640"; }
|
||||
|
||||
.fa-wpexplorer:before {
|
||||
content: "\f2de"; }
|
||||
|
||||
@@ -6481,6 +6327,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-drupal:before {
|
||||
content: "\f1a9"; }
|
||||
|
||||
.fa-jxl:before {
|
||||
content: "\e67b"; }
|
||||
|
||||
.fa-dart-lang:before {
|
||||
content: "\e693"; }
|
||||
|
||||
.fa-hire-a-helper:before {
|
||||
content: "\f3b0"; }
|
||||
|
||||
@@ -6526,6 +6378,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-deskpro:before {
|
||||
content: "\f38f"; }
|
||||
|
||||
.fa-brave:before {
|
||||
content: "\e63c"; }
|
||||
|
||||
.fa-sistrix:before {
|
||||
content: "\f3ee"; }
|
||||
|
||||
@@ -6550,6 +6405,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-edge:before {
|
||||
content: "\f282"; }
|
||||
|
||||
.fa-threads:before {
|
||||
content: "\e618"; }
|
||||
|
||||
.fa-napster:before {
|
||||
content: "\f3d2"; }
|
||||
|
||||
@@ -6691,6 +6549,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-cloudsmith:before {
|
||||
content: "\f384"; }
|
||||
|
||||
.fa-opensuse:before {
|
||||
content: "\e62b"; }
|
||||
|
||||
.fa-pied-piper-alt:before {
|
||||
content: "\f1a8"; }
|
||||
|
||||
@@ -6718,6 +6579,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-scribd:before {
|
||||
content: "\f28a"; }
|
||||
|
||||
.fa-debian:before {
|
||||
content: "\e60b"; }
|
||||
|
||||
.fa-openid:before {
|
||||
content: "\f19b"; }
|
||||
|
||||
@@ -6772,6 +6636,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-square-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-grav:before {
|
||||
content: "\f2d6"; }
|
||||
|
||||
@@ -6832,6 +6699,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bluetooth-b:before {
|
||||
content: "\f294"; }
|
||||
|
||||
.fa-square-letterboxd:before {
|
||||
content: "\e62e"; }
|
||||
|
||||
.fa-sticker-mule:before {
|
||||
content: "\f3f7"; }
|
||||
|
||||
@@ -6865,6 +6735,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-confluence:before {
|
||||
content: "\f78d"; }
|
||||
|
||||
.fa-shoelace:before {
|
||||
content: "\e60c"; }
|
||||
|
||||
.fa-mdb:before {
|
||||
content: "\f8ca"; }
|
||||
|
||||
@@ -6958,6 +6831,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-neos:before {
|
||||
content: "\f612"; }
|
||||
|
||||
.fa-square-threads:before {
|
||||
content: "\e619"; }
|
||||
|
||||
.fa-hackerrank:before {
|
||||
content: "\f5f7"; }
|
||||
|
||||
@@ -6985,6 +6861,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-envira:before {
|
||||
content: "\f299"; }
|
||||
|
||||
.fa-google-scholar:before {
|
||||
content: "\e63b"; }
|
||||
|
||||
.fa-square-gitlab:before {
|
||||
content: "\e5ae"; }
|
||||
|
||||
@@ -7117,6 +6996,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-vine:before {
|
||||
content: "\f1ca"; }
|
||||
|
||||
.fa-signal-messenger:before {
|
||||
content: "\e663"; }
|
||||
|
||||
.fa-paypal:before {
|
||||
content: "\f1ed"; }
|
||||
|
||||
@@ -7150,6 +7032,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-nfc-symbol:before {
|
||||
content: "\e531"; }
|
||||
|
||||
.fa-mintbit:before {
|
||||
content: "\e62f"; }
|
||||
|
||||
.fa-ethereum:before {
|
||||
content: "\f42e"; }
|
||||
|
||||
@@ -7174,6 +7059,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bimobject:before {
|
||||
content: "\f378"; }
|
||||
|
||||
.fa-brave-reverse:before {
|
||||
content: "\e63d"; }
|
||||
|
||||
.fa-facebook-f:before {
|
||||
content: "\f39e"; }
|
||||
|
||||
@@ -7183,6 +7071,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-google-plus-square:before {
|
||||
content: "\f0d4"; }
|
||||
|
||||
.fa-web-awesome:before {
|
||||
content: "\e682"; }
|
||||
|
||||
.fa-mandalorian:before {
|
||||
content: "\f50f"; }
|
||||
|
||||
@@ -7276,6 +7167,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-tencent-weibo:before {
|
||||
content: "\f1d5"; }
|
||||
|
||||
.fa-letterboxd:before {
|
||||
content: "\e62d"; }
|
||||
|
||||
.fa-symfony:before {
|
||||
content: "\f83d"; }
|
||||
|
||||
@@ -7300,6 +7194,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-erlang:before {
|
||||
content: "\f39d"; }
|
||||
|
||||
.fa-x-twitter:before {
|
||||
content: "\e61b"; }
|
||||
|
||||
.fa-cotton-bureau:before {
|
||||
content: "\f89e"; }
|
||||
|
||||
@@ -7339,6 +7236,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-xbox:before {
|
||||
content: "\f412"; }
|
||||
|
||||
.fa-square-web-awesome-stroke:before {
|
||||
content: "\e684"; }
|
||||
|
||||
.fa-searchengin:before {
|
||||
content: "\f3eb"; }
|
||||
|
||||
@@ -7372,6 +7272,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-twitch:before {
|
||||
content: "\f1e8"; }
|
||||
|
||||
.fa-flutter:before {
|
||||
content: "\e694"; }
|
||||
|
||||
.fa-ravelry:before {
|
||||
content: "\f2d9"; }
|
||||
|
||||
@@ -7411,6 +7314,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-cmplid:before {
|
||||
content: "\e360"; }
|
||||
|
||||
.fa-upwork:before {
|
||||
content: "\e641"; }
|
||||
|
||||
.fa-facebook:before {
|
||||
content: "\f09a"; }
|
||||
|
||||
@@ -7444,6 +7350,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-whatsapp:before {
|
||||
content: "\f232"; }
|
||||
|
||||
.fa-square-upwork:before {
|
||||
content: "\e67c"; }
|
||||
|
||||
.fa-slideshare:before {
|
||||
content: "\f1e7"; }
|
||||
|
||||
@@ -7522,6 +7431,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-sellsy:before {
|
||||
content: "\f213"; }
|
||||
|
||||
.fa-square-web-awesome:before {
|
||||
content: "\e683"; }
|
||||
|
||||
.fa-sass:before {
|
||||
content: "\f41e"; }
|
||||
|
||||
@@ -7558,6 +7470,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-waze:before {
|
||||
content: "\f83f"; }
|
||||
|
||||
.fa-bluesky:before {
|
||||
content: "\e671"; }
|
||||
|
||||
.fa-cc-jcb:before {
|
||||
content: "\f24b"; }
|
||||
|
||||
@@ -7585,6 +7500,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-supple:before {
|
||||
content: "\f3f9"; }
|
||||
|
||||
.fa-webflow:before {
|
||||
content: "\e65c"; }
|
||||
|
||||
.fa-rebel:before {
|
||||
content: "\f1d0"; }
|
||||
|
||||
@@ -7795,6 +7713,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-quora:before {
|
||||
content: "\f2c4"; }
|
||||
|
||||
.fa-square-x-twitter:before {
|
||||
content: "\e61a"; }
|
||||
|
||||
.fa-reacteurope:before {
|
||||
content: "\f75d"; }
|
||||
|
||||
|
||||
10
css/all.min.css
vendored
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-brands: 'Font Awesome 6 Brands';
|
||||
@@ -54,6 +54,9 @@
|
||||
.fa-ups:before {
|
||||
content: "\f7e0"; }
|
||||
|
||||
.fa-pixiv:before {
|
||||
content: "\e640"; }
|
||||
|
||||
.fa-wpexplorer:before {
|
||||
content: "\f2de"; }
|
||||
|
||||
@@ -114,6 +117,12 @@
|
||||
.fa-drupal:before {
|
||||
content: "\f1a9"; }
|
||||
|
||||
.fa-jxl:before {
|
||||
content: "\e67b"; }
|
||||
|
||||
.fa-dart-lang:before {
|
||||
content: "\e693"; }
|
||||
|
||||
.fa-hire-a-helper:before {
|
||||
content: "\f3b0"; }
|
||||
|
||||
@@ -159,6 +168,9 @@
|
||||
.fa-deskpro:before {
|
||||
content: "\f38f"; }
|
||||
|
||||
.fa-brave:before {
|
||||
content: "\e63c"; }
|
||||
|
||||
.fa-sistrix:before {
|
||||
content: "\f3ee"; }
|
||||
|
||||
@@ -183,6 +195,9 @@
|
||||
.fa-edge:before {
|
||||
content: "\f282"; }
|
||||
|
||||
.fa-threads:before {
|
||||
content: "\e618"; }
|
||||
|
||||
.fa-napster:before {
|
||||
content: "\f3d2"; }
|
||||
|
||||
@@ -324,6 +339,9 @@
|
||||
.fa-cloudsmith:before {
|
||||
content: "\f384"; }
|
||||
|
||||
.fa-opensuse:before {
|
||||
content: "\e62b"; }
|
||||
|
||||
.fa-pied-piper-alt:before {
|
||||
content: "\f1a8"; }
|
||||
|
||||
@@ -351,6 +369,9 @@
|
||||
.fa-scribd:before {
|
||||
content: "\f28a"; }
|
||||
|
||||
.fa-debian:before {
|
||||
content: "\e60b"; }
|
||||
|
||||
.fa-openid:before {
|
||||
content: "\f19b"; }
|
||||
|
||||
@@ -405,6 +426,9 @@
|
||||
.fa-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-square-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-grav:before {
|
||||
content: "\f2d6"; }
|
||||
|
||||
@@ -465,6 +489,9 @@
|
||||
.fa-bluetooth-b:before {
|
||||
content: "\f294"; }
|
||||
|
||||
.fa-square-letterboxd:before {
|
||||
content: "\e62e"; }
|
||||
|
||||
.fa-sticker-mule:before {
|
||||
content: "\f3f7"; }
|
||||
|
||||
@@ -498,6 +525,9 @@
|
||||
.fa-confluence:before {
|
||||
content: "\f78d"; }
|
||||
|
||||
.fa-shoelace:before {
|
||||
content: "\e60c"; }
|
||||
|
||||
.fa-mdb:before {
|
||||
content: "\f8ca"; }
|
||||
|
||||
@@ -591,6 +621,9 @@
|
||||
.fa-neos:before {
|
||||
content: "\f612"; }
|
||||
|
||||
.fa-square-threads:before {
|
||||
content: "\e619"; }
|
||||
|
||||
.fa-hackerrank:before {
|
||||
content: "\f5f7"; }
|
||||
|
||||
@@ -618,6 +651,9 @@
|
||||
.fa-envira:before {
|
||||
content: "\f299"; }
|
||||
|
||||
.fa-google-scholar:before {
|
||||
content: "\e63b"; }
|
||||
|
||||
.fa-square-gitlab:before {
|
||||
content: "\e5ae"; }
|
||||
|
||||
@@ -750,6 +786,9 @@
|
||||
.fa-vine:before {
|
||||
content: "\f1ca"; }
|
||||
|
||||
.fa-signal-messenger:before {
|
||||
content: "\e663"; }
|
||||
|
||||
.fa-paypal:before {
|
||||
content: "\f1ed"; }
|
||||
|
||||
@@ -783,6 +822,9 @@
|
||||
.fa-nfc-symbol:before {
|
||||
content: "\e531"; }
|
||||
|
||||
.fa-mintbit:before {
|
||||
content: "\e62f"; }
|
||||
|
||||
.fa-ethereum:before {
|
||||
content: "\f42e"; }
|
||||
|
||||
@@ -807,6 +849,9 @@
|
||||
.fa-bimobject:before {
|
||||
content: "\f378"; }
|
||||
|
||||
.fa-brave-reverse:before {
|
||||
content: "\e63d"; }
|
||||
|
||||
.fa-facebook-f:before {
|
||||
content: "\f39e"; }
|
||||
|
||||
@@ -816,6 +861,9 @@
|
||||
.fa-google-plus-square:before {
|
||||
content: "\f0d4"; }
|
||||
|
||||
.fa-web-awesome:before {
|
||||
content: "\e682"; }
|
||||
|
||||
.fa-mandalorian:before {
|
||||
content: "\f50f"; }
|
||||
|
||||
@@ -909,6 +957,9 @@
|
||||
.fa-tencent-weibo:before {
|
||||
content: "\f1d5"; }
|
||||
|
||||
.fa-letterboxd:before {
|
||||
content: "\e62d"; }
|
||||
|
||||
.fa-symfony:before {
|
||||
content: "\f83d"; }
|
||||
|
||||
@@ -933,6 +984,9 @@
|
||||
.fa-erlang:before {
|
||||
content: "\f39d"; }
|
||||
|
||||
.fa-x-twitter:before {
|
||||
content: "\e61b"; }
|
||||
|
||||
.fa-cotton-bureau:before {
|
||||
content: "\f89e"; }
|
||||
|
||||
@@ -972,6 +1026,9 @@
|
||||
.fa-xbox:before {
|
||||
content: "\f412"; }
|
||||
|
||||
.fa-square-web-awesome-stroke:before {
|
||||
content: "\e684"; }
|
||||
|
||||
.fa-searchengin:before {
|
||||
content: "\f3eb"; }
|
||||
|
||||
@@ -1005,6 +1062,9 @@
|
||||
.fa-twitch:before {
|
||||
content: "\f1e8"; }
|
||||
|
||||
.fa-flutter:before {
|
||||
content: "\e694"; }
|
||||
|
||||
.fa-ravelry:before {
|
||||
content: "\f2d9"; }
|
||||
|
||||
@@ -1044,6 +1104,9 @@
|
||||
.fa-cmplid:before {
|
||||
content: "\e360"; }
|
||||
|
||||
.fa-upwork:before {
|
||||
content: "\e641"; }
|
||||
|
||||
.fa-facebook:before {
|
||||
content: "\f09a"; }
|
||||
|
||||
@@ -1077,6 +1140,9 @@
|
||||
.fa-whatsapp:before {
|
||||
content: "\f232"; }
|
||||
|
||||
.fa-square-upwork:before {
|
||||
content: "\e67c"; }
|
||||
|
||||
.fa-slideshare:before {
|
||||
content: "\f1e7"; }
|
||||
|
||||
@@ -1155,6 +1221,9 @@
|
||||
.fa-sellsy:before {
|
||||
content: "\f213"; }
|
||||
|
||||
.fa-square-web-awesome:before {
|
||||
content: "\e683"; }
|
||||
|
||||
.fa-sass:before {
|
||||
content: "\f41e"; }
|
||||
|
||||
@@ -1191,6 +1260,9 @@
|
||||
.fa-waze:before {
|
||||
content: "\f83f"; }
|
||||
|
||||
.fa-bluesky:before {
|
||||
content: "\e671"; }
|
||||
|
||||
.fa-cc-jcb:before {
|
||||
content: "\f24b"; }
|
||||
|
||||
@@ -1218,6 +1290,9 @@
|
||||
.fa-supple:before {
|
||||
content: "\f3f9"; }
|
||||
|
||||
.fa-webflow:before {
|
||||
content: "\e65c"; }
|
||||
|
||||
.fa-rebel:before {
|
||||
content: "\f1d0"; }
|
||||
|
||||
@@ -1428,6 +1503,9 @@
|
||||
.fa-quora:before {
|
||||
content: "\f2c4"; }
|
||||
|
||||
.fa-square-x-twitter:before {
|
||||
content: "\e61a"; }
|
||||
|
||||
.fa-reacteurope:before {
|
||||
content: "\f75d"; }
|
||||
|
||||
|
||||
6
css/brands.min.css
vendored
369
css/fontawesome.css
vendored
@@ -1,21 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
font-weight: var(--fa-style, 900); }
|
||||
|
||||
.fa,
|
||||
.fa-classic,
|
||||
.fa-sharp,
|
||||
.fas,
|
||||
.fa-solid,
|
||||
.far,
|
||||
.fa-regular,
|
||||
.fa-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.fa-brands {
|
||||
.fa-sharp-solid,
|
||||
.fa-classic,
|
||||
.fa {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--fa-display, inline-block);
|
||||
@@ -107,7 +107,7 @@
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -129,118 +129,71 @@
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -252,219 +205,97 @@
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
@@ -1892,6 +1723,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-passport::before {
|
||||
content: "\f5ab"; }
|
||||
|
||||
.fa-thumbtack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-thumb-tack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-heart-pulse::before {
|
||||
content: "\f21e"; }
|
||||
|
||||
@@ -2768,6 +2605,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-italic::before {
|
||||
content: "\f033"; }
|
||||
|
||||
.fa-table-cells-column-lock::before {
|
||||
content: "\e678"; }
|
||||
|
||||
.fa-church::before {
|
||||
content: "\f51d"; }
|
||||
|
||||
@@ -4940,6 +4780,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-font::before {
|
||||
content: "\f031"; }
|
||||
|
||||
.fa-table-cells-row-lock::before {
|
||||
content: "\e67a"; }
|
||||
|
||||
.fa-rupiah-sign::before {
|
||||
content: "\e23d"; }
|
||||
|
||||
@@ -5969,9 +5812,6 @@ readers do not read off random characters that represent icons */
|
||||
.fa-share::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-arrow-turn-right::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-mail-forward::before {
|
||||
content: "\f064"; }
|
||||
|
||||
@@ -6200,6 +6040,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bone::before {
|
||||
content: "\f5d7"; }
|
||||
|
||||
.fa-table-cells-row-unlock::before {
|
||||
content: "\e691"; }
|
||||
|
||||
.fa-user-injured::before {
|
||||
content: "\f728"; }
|
||||
|
||||
|
||||
8
css/fontawesome.min.css
vendored
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-classic: 'Font Awesome 6 Free';
|
||||
|
||||
4
css/regular.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-classic: 'Font Awesome 6 Free';
|
||||
|
||||
4
css/solid.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
||||
@@ -1,17 +1,20 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
: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-solid: normal 900 1em/1 'Font Awesome 6 Free';
|
||||
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
|
||||
--fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
|
||||
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
|
||||
--fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
|
||||
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
||||
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
|
||||
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone'; }
|
||||
|
||||
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
overflow: visible;
|
||||
@@ -67,16 +70,13 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
vertical-align: -.125em;
|
||||
width: 1em; }
|
||||
.fa-layers svg.svg-inline--fa {
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-text {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
transform: translate(-50%, -50%);
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-counter {
|
||||
background-color: var(--fa-counter-background-color, #ff253a);
|
||||
@@ -91,46 +91,36 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
right: var(--fa-right, 0);
|
||||
text-overflow: ellipsis;
|
||||
top: var(--fa-top, 0);
|
||||
-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; }
|
||||
transform: scale(var(--fa-counter-scale, 0.25));
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-bottom-right {
|
||||
bottom: var(--fa-bottom, 0);
|
||||
right: var(--fa-right, 0);
|
||||
top: auto;
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: bottom right; }
|
||||
|
||||
.fa-layers-bottom-left {
|
||||
bottom: var(--fa-bottom, 0);
|
||||
left: var(--fa-left, 0);
|
||||
right: auto;
|
||||
top: auto;
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: bottom left; }
|
||||
|
||||
.fa-layers-top-right {
|
||||
top: var(--fa-top, 0);
|
||||
right: var(--fa-right, 0);
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-top-left {
|
||||
left: var(--fa-left, 0);
|
||||
right: auto;
|
||||
top: var(--fa-top, 0);
|
||||
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
-webkit-transform-origin: top left;
|
||||
transform-origin: top left; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: top left; }
|
||||
|
||||
.fa-1x {
|
||||
font-size: 1em; }
|
||||
@@ -204,7 +194,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -226,118 +216,71 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -349,219 +292,97 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
|
||||
6
css/svg-with-js.min.css
vendored
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
|
||||
4
css/v4-font-face.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa.fa-glass:before {
|
||||
content: "\f000"; }
|
||||
|
||||
4
css/v4-shims.min.css
vendored
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
|
||||
4
css/v5-font-face.min.css
vendored
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}
|
||||
@@ -23,7 +23,7 @@ as SVG and JS file types.
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
|
||||
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
|
||||
with Reserved Font Name: "Font Awesome".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
Copyright 2023 Fonticons, Inc.
|
||||
Copyright 2024 Fonticons, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in the
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
console.log(`Font Awesome Free 6.3.0 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 2023 Fonticons, Inc.
|
||||
`)
|
||||
@@ -21,11 +21,8 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "6.3.0",
|
||||
"version": "6.6.0",
|
||||
"name": "@fortawesome/fontawesome-common-types",
|
||||
"license": "MIT",
|
||||
"types": "./index.d.ts",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
@@ -23,7 +23,7 @@ as SVG and JS file types.
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
|
||||
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
|
||||
with Reserved Font Name: "Font Awesome".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
Copyright 2023 Fonticons, Inc.
|
||||
Copyright 2024 Fonticons, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in the
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
console.log(`Font Awesome Free 6.3.0 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 2023 Fonticons, Inc.
|
||||
`)
|
||||
@@ -1,21 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
font-weight: var(--fa-style, 900); }
|
||||
|
||||
.fa,
|
||||
.fa-classic,
|
||||
.fa-sharp,
|
||||
.fas,
|
||||
.fa-solid,
|
||||
.far,
|
||||
.fa-regular,
|
||||
.fa-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.fa-brands {
|
||||
.fa-sharp-solid,
|
||||
.fa-classic,
|
||||
.fa {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--fa-display, inline-block);
|
||||
@@ -107,7 +107,7 @@
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -129,118 +129,71 @@
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -252,219 +205,97 @@
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
@@ -1892,6 +1723,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-passport::before {
|
||||
content: "\f5ab"; }
|
||||
|
||||
.fa-thumbtack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-thumb-tack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-heart-pulse::before {
|
||||
content: "\f21e"; }
|
||||
|
||||
@@ -2768,6 +2605,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-italic::before {
|
||||
content: "\f033"; }
|
||||
|
||||
.fa-table-cells-column-lock::before {
|
||||
content: "\e678"; }
|
||||
|
||||
.fa-church::before {
|
||||
content: "\f51d"; }
|
||||
|
||||
@@ -4940,6 +4780,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-font::before {
|
||||
content: "\f031"; }
|
||||
|
||||
.fa-table-cells-row-lock::before {
|
||||
content: "\e67a"; }
|
||||
|
||||
.fa-rupiah-sign::before {
|
||||
content: "\e23d"; }
|
||||
|
||||
@@ -5969,9 +5812,6 @@ readers do not read off random characters that represent icons */
|
||||
.fa-share::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-arrow-turn-right::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-mail-forward::before {
|
||||
content: "\f064"; }
|
||||
|
||||
@@ -6200,6 +6040,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bone::before {
|
||||
content: "\f5d7"; }
|
||||
|
||||
.fa-table-cells-row-unlock::before {
|
||||
content: "\e691"; }
|
||||
|
||||
.fa-user-injured::before {
|
||||
content: "\f728"; }
|
||||
|
||||
@@ -6421,6 +6264,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-ups:before {
|
||||
content: "\f7e0"; }
|
||||
|
||||
.fa-pixiv:before {
|
||||
content: "\e640"; }
|
||||
|
||||
.fa-wpexplorer:before {
|
||||
content: "\f2de"; }
|
||||
|
||||
@@ -6481,6 +6327,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-drupal:before {
|
||||
content: "\f1a9"; }
|
||||
|
||||
.fa-jxl:before {
|
||||
content: "\e67b"; }
|
||||
|
||||
.fa-dart-lang:before {
|
||||
content: "\e693"; }
|
||||
|
||||
.fa-hire-a-helper:before {
|
||||
content: "\f3b0"; }
|
||||
|
||||
@@ -6526,6 +6378,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-deskpro:before {
|
||||
content: "\f38f"; }
|
||||
|
||||
.fa-brave:before {
|
||||
content: "\e63c"; }
|
||||
|
||||
.fa-sistrix:before {
|
||||
content: "\f3ee"; }
|
||||
|
||||
@@ -6550,6 +6405,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-edge:before {
|
||||
content: "\f282"; }
|
||||
|
||||
.fa-threads:before {
|
||||
content: "\e618"; }
|
||||
|
||||
.fa-napster:before {
|
||||
content: "\f3d2"; }
|
||||
|
||||
@@ -6691,6 +6549,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-cloudsmith:before {
|
||||
content: "\f384"; }
|
||||
|
||||
.fa-opensuse:before {
|
||||
content: "\e62b"; }
|
||||
|
||||
.fa-pied-piper-alt:before {
|
||||
content: "\f1a8"; }
|
||||
|
||||
@@ -6718,6 +6579,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-scribd:before {
|
||||
content: "\f28a"; }
|
||||
|
||||
.fa-debian:before {
|
||||
content: "\e60b"; }
|
||||
|
||||
.fa-openid:before {
|
||||
content: "\f19b"; }
|
||||
|
||||
@@ -6772,6 +6636,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-square-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-grav:before {
|
||||
content: "\f2d6"; }
|
||||
|
||||
@@ -6832,6 +6699,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bluetooth-b:before {
|
||||
content: "\f294"; }
|
||||
|
||||
.fa-square-letterboxd:before {
|
||||
content: "\e62e"; }
|
||||
|
||||
.fa-sticker-mule:before {
|
||||
content: "\f3f7"; }
|
||||
|
||||
@@ -6865,6 +6735,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-confluence:before {
|
||||
content: "\f78d"; }
|
||||
|
||||
.fa-shoelace:before {
|
||||
content: "\e60c"; }
|
||||
|
||||
.fa-mdb:before {
|
||||
content: "\f8ca"; }
|
||||
|
||||
@@ -6958,6 +6831,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-neos:before {
|
||||
content: "\f612"; }
|
||||
|
||||
.fa-square-threads:before {
|
||||
content: "\e619"; }
|
||||
|
||||
.fa-hackerrank:before {
|
||||
content: "\f5f7"; }
|
||||
|
||||
@@ -6985,6 +6861,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-envira:before {
|
||||
content: "\f299"; }
|
||||
|
||||
.fa-google-scholar:before {
|
||||
content: "\e63b"; }
|
||||
|
||||
.fa-square-gitlab:before {
|
||||
content: "\e5ae"; }
|
||||
|
||||
@@ -7117,6 +6996,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-vine:before {
|
||||
content: "\f1ca"; }
|
||||
|
||||
.fa-signal-messenger:before {
|
||||
content: "\e663"; }
|
||||
|
||||
.fa-paypal:before {
|
||||
content: "\f1ed"; }
|
||||
|
||||
@@ -7150,6 +7032,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-nfc-symbol:before {
|
||||
content: "\e531"; }
|
||||
|
||||
.fa-mintbit:before {
|
||||
content: "\e62f"; }
|
||||
|
||||
.fa-ethereum:before {
|
||||
content: "\f42e"; }
|
||||
|
||||
@@ -7174,6 +7059,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bimobject:before {
|
||||
content: "\f378"; }
|
||||
|
||||
.fa-brave-reverse:before {
|
||||
content: "\e63d"; }
|
||||
|
||||
.fa-facebook-f:before {
|
||||
content: "\f39e"; }
|
||||
|
||||
@@ -7183,6 +7071,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-google-plus-square:before {
|
||||
content: "\f0d4"; }
|
||||
|
||||
.fa-web-awesome:before {
|
||||
content: "\e682"; }
|
||||
|
||||
.fa-mandalorian:before {
|
||||
content: "\f50f"; }
|
||||
|
||||
@@ -7276,6 +7167,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-tencent-weibo:before {
|
||||
content: "\f1d5"; }
|
||||
|
||||
.fa-letterboxd:before {
|
||||
content: "\e62d"; }
|
||||
|
||||
.fa-symfony:before {
|
||||
content: "\f83d"; }
|
||||
|
||||
@@ -7300,6 +7194,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-erlang:before {
|
||||
content: "\f39d"; }
|
||||
|
||||
.fa-x-twitter:before {
|
||||
content: "\e61b"; }
|
||||
|
||||
.fa-cotton-bureau:before {
|
||||
content: "\f89e"; }
|
||||
|
||||
@@ -7339,6 +7236,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-xbox:before {
|
||||
content: "\f412"; }
|
||||
|
||||
.fa-square-web-awesome-stroke:before {
|
||||
content: "\e684"; }
|
||||
|
||||
.fa-searchengin:before {
|
||||
content: "\f3eb"; }
|
||||
|
||||
@@ -7372,6 +7272,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-twitch:before {
|
||||
content: "\f1e8"; }
|
||||
|
||||
.fa-flutter:before {
|
||||
content: "\e694"; }
|
||||
|
||||
.fa-ravelry:before {
|
||||
content: "\f2d9"; }
|
||||
|
||||
@@ -7411,6 +7314,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-cmplid:before {
|
||||
content: "\e360"; }
|
||||
|
||||
.fa-upwork:before {
|
||||
content: "\e641"; }
|
||||
|
||||
.fa-facebook:before {
|
||||
content: "\f09a"; }
|
||||
|
||||
@@ -7444,6 +7350,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-whatsapp:before {
|
||||
content: "\f232"; }
|
||||
|
||||
.fa-square-upwork:before {
|
||||
content: "\e67c"; }
|
||||
|
||||
.fa-slideshare:before {
|
||||
content: "\f1e7"; }
|
||||
|
||||
@@ -7522,6 +7431,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-sellsy:before {
|
||||
content: "\f213"; }
|
||||
|
||||
.fa-square-web-awesome:before {
|
||||
content: "\e683"; }
|
||||
|
||||
.fa-sass:before {
|
||||
content: "\f41e"; }
|
||||
|
||||
@@ -7558,6 +7470,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-waze:before {
|
||||
content: "\f83f"; }
|
||||
|
||||
.fa-bluesky:before {
|
||||
content: "\e671"; }
|
||||
|
||||
.fa-cc-jcb:before {
|
||||
content: "\f24b"; }
|
||||
|
||||
@@ -7585,6 +7500,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-supple:before {
|
||||
content: "\f3f9"; }
|
||||
|
||||
.fa-webflow:before {
|
||||
content: "\e65c"; }
|
||||
|
||||
.fa-rebel:before {
|
||||
content: "\f1d0"; }
|
||||
|
||||
@@ -7795,6 +7713,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-quora:before {
|
||||
content: "\f2c4"; }
|
||||
|
||||
.fa-square-x-twitter:before {
|
||||
content: "\e61a"; }
|
||||
|
||||
.fa-reacteurope:before {
|
||||
content: "\f75d"; }
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-brands: 'Font Awesome 6 Brands';
|
||||
@@ -54,6 +54,9 @@
|
||||
.fa-ups:before {
|
||||
content: "\f7e0"; }
|
||||
|
||||
.fa-pixiv:before {
|
||||
content: "\e640"; }
|
||||
|
||||
.fa-wpexplorer:before {
|
||||
content: "\f2de"; }
|
||||
|
||||
@@ -114,6 +117,12 @@
|
||||
.fa-drupal:before {
|
||||
content: "\f1a9"; }
|
||||
|
||||
.fa-jxl:before {
|
||||
content: "\e67b"; }
|
||||
|
||||
.fa-dart-lang:before {
|
||||
content: "\e693"; }
|
||||
|
||||
.fa-hire-a-helper:before {
|
||||
content: "\f3b0"; }
|
||||
|
||||
@@ -159,6 +168,9 @@
|
||||
.fa-deskpro:before {
|
||||
content: "\f38f"; }
|
||||
|
||||
.fa-brave:before {
|
||||
content: "\e63c"; }
|
||||
|
||||
.fa-sistrix:before {
|
||||
content: "\f3ee"; }
|
||||
|
||||
@@ -183,6 +195,9 @@
|
||||
.fa-edge:before {
|
||||
content: "\f282"; }
|
||||
|
||||
.fa-threads:before {
|
||||
content: "\e618"; }
|
||||
|
||||
.fa-napster:before {
|
||||
content: "\f3d2"; }
|
||||
|
||||
@@ -324,6 +339,9 @@
|
||||
.fa-cloudsmith:before {
|
||||
content: "\f384"; }
|
||||
|
||||
.fa-opensuse:before {
|
||||
content: "\e62b"; }
|
||||
|
||||
.fa-pied-piper-alt:before {
|
||||
content: "\f1a8"; }
|
||||
|
||||
@@ -351,6 +369,9 @@
|
||||
.fa-scribd:before {
|
||||
content: "\f28a"; }
|
||||
|
||||
.fa-debian:before {
|
||||
content: "\e60b"; }
|
||||
|
||||
.fa-openid:before {
|
||||
content: "\f19b"; }
|
||||
|
||||
@@ -405,6 +426,9 @@
|
||||
.fa-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-square-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-grav:before {
|
||||
content: "\f2d6"; }
|
||||
|
||||
@@ -465,6 +489,9 @@
|
||||
.fa-bluetooth-b:before {
|
||||
content: "\f294"; }
|
||||
|
||||
.fa-square-letterboxd:before {
|
||||
content: "\e62e"; }
|
||||
|
||||
.fa-sticker-mule:before {
|
||||
content: "\f3f7"; }
|
||||
|
||||
@@ -498,6 +525,9 @@
|
||||
.fa-confluence:before {
|
||||
content: "\f78d"; }
|
||||
|
||||
.fa-shoelace:before {
|
||||
content: "\e60c"; }
|
||||
|
||||
.fa-mdb:before {
|
||||
content: "\f8ca"; }
|
||||
|
||||
@@ -591,6 +621,9 @@
|
||||
.fa-neos:before {
|
||||
content: "\f612"; }
|
||||
|
||||
.fa-square-threads:before {
|
||||
content: "\e619"; }
|
||||
|
||||
.fa-hackerrank:before {
|
||||
content: "\f5f7"; }
|
||||
|
||||
@@ -618,6 +651,9 @@
|
||||
.fa-envira:before {
|
||||
content: "\f299"; }
|
||||
|
||||
.fa-google-scholar:before {
|
||||
content: "\e63b"; }
|
||||
|
||||
.fa-square-gitlab:before {
|
||||
content: "\e5ae"; }
|
||||
|
||||
@@ -750,6 +786,9 @@
|
||||
.fa-vine:before {
|
||||
content: "\f1ca"; }
|
||||
|
||||
.fa-signal-messenger:before {
|
||||
content: "\e663"; }
|
||||
|
||||
.fa-paypal:before {
|
||||
content: "\f1ed"; }
|
||||
|
||||
@@ -783,6 +822,9 @@
|
||||
.fa-nfc-symbol:before {
|
||||
content: "\e531"; }
|
||||
|
||||
.fa-mintbit:before {
|
||||
content: "\e62f"; }
|
||||
|
||||
.fa-ethereum:before {
|
||||
content: "\f42e"; }
|
||||
|
||||
@@ -807,6 +849,9 @@
|
||||
.fa-bimobject:before {
|
||||
content: "\f378"; }
|
||||
|
||||
.fa-brave-reverse:before {
|
||||
content: "\e63d"; }
|
||||
|
||||
.fa-facebook-f:before {
|
||||
content: "\f39e"; }
|
||||
|
||||
@@ -816,6 +861,9 @@
|
||||
.fa-google-plus-square:before {
|
||||
content: "\f0d4"; }
|
||||
|
||||
.fa-web-awesome:before {
|
||||
content: "\e682"; }
|
||||
|
||||
.fa-mandalorian:before {
|
||||
content: "\f50f"; }
|
||||
|
||||
@@ -909,6 +957,9 @@
|
||||
.fa-tencent-weibo:before {
|
||||
content: "\f1d5"; }
|
||||
|
||||
.fa-letterboxd:before {
|
||||
content: "\e62d"; }
|
||||
|
||||
.fa-symfony:before {
|
||||
content: "\f83d"; }
|
||||
|
||||
@@ -933,6 +984,9 @@
|
||||
.fa-erlang:before {
|
||||
content: "\f39d"; }
|
||||
|
||||
.fa-x-twitter:before {
|
||||
content: "\e61b"; }
|
||||
|
||||
.fa-cotton-bureau:before {
|
||||
content: "\f89e"; }
|
||||
|
||||
@@ -972,6 +1026,9 @@
|
||||
.fa-xbox:before {
|
||||
content: "\f412"; }
|
||||
|
||||
.fa-square-web-awesome-stroke:before {
|
||||
content: "\e684"; }
|
||||
|
||||
.fa-searchengin:before {
|
||||
content: "\f3eb"; }
|
||||
|
||||
@@ -1005,6 +1062,9 @@
|
||||
.fa-twitch:before {
|
||||
content: "\f1e8"; }
|
||||
|
||||
.fa-flutter:before {
|
||||
content: "\e694"; }
|
||||
|
||||
.fa-ravelry:before {
|
||||
content: "\f2d9"; }
|
||||
|
||||
@@ -1044,6 +1104,9 @@
|
||||
.fa-cmplid:before {
|
||||
content: "\e360"; }
|
||||
|
||||
.fa-upwork:before {
|
||||
content: "\e641"; }
|
||||
|
||||
.fa-facebook:before {
|
||||
content: "\f09a"; }
|
||||
|
||||
@@ -1077,6 +1140,9 @@
|
||||
.fa-whatsapp:before {
|
||||
content: "\f232"; }
|
||||
|
||||
.fa-square-upwork:before {
|
||||
content: "\e67c"; }
|
||||
|
||||
.fa-slideshare:before {
|
||||
content: "\f1e7"; }
|
||||
|
||||
@@ -1155,6 +1221,9 @@
|
||||
.fa-sellsy:before {
|
||||
content: "\f213"; }
|
||||
|
||||
.fa-square-web-awesome:before {
|
||||
content: "\e683"; }
|
||||
|
||||
.fa-sass:before {
|
||||
content: "\f41e"; }
|
||||
|
||||
@@ -1191,6 +1260,9 @@
|
||||
.fa-waze:before {
|
||||
content: "\f83f"; }
|
||||
|
||||
.fa-bluesky:before {
|
||||
content: "\e671"; }
|
||||
|
||||
.fa-cc-jcb:before {
|
||||
content: "\f24b"; }
|
||||
|
||||
@@ -1218,6 +1290,9 @@
|
||||
.fa-supple:before {
|
||||
content: "\f3f9"; }
|
||||
|
||||
.fa-webflow:before {
|
||||
content: "\e65c"; }
|
||||
|
||||
.fa-rebel:before {
|
||||
content: "\f1d0"; }
|
||||
|
||||
@@ -1428,6 +1503,9 @@
|
||||
.fa-quora:before {
|
||||
content: "\f2c4"; }
|
||||
|
||||
.fa-square-x-twitter:before {
|
||||
content: "\e61a"; }
|
||||
|
||||
.fa-reacteurope:before {
|
||||
content: "\f75d"; }
|
||||
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
font-weight: var(--fa-style, 900); }
|
||||
|
||||
.fa,
|
||||
.fa-classic,
|
||||
.fa-sharp,
|
||||
.fas,
|
||||
.fa-solid,
|
||||
.far,
|
||||
.fa-regular,
|
||||
.fa-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.fa-brands {
|
||||
.fa-sharp-solid,
|
||||
.fa-classic,
|
||||
.fa {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--fa-display, inline-block);
|
||||
@@ -107,7 +107,7 @@
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -129,118 +129,71 @@
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -252,219 +205,97 @@
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
@@ -1892,6 +1723,12 @@ readers do not read off random characters that represent icons */
|
||||
.fa-passport::before {
|
||||
content: "\f5ab"; }
|
||||
|
||||
.fa-thumbtack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-thumb-tack-slash::before {
|
||||
content: "\e68f"; }
|
||||
|
||||
.fa-heart-pulse::before {
|
||||
content: "\f21e"; }
|
||||
|
||||
@@ -2768,6 +2605,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-italic::before {
|
||||
content: "\f033"; }
|
||||
|
||||
.fa-table-cells-column-lock::before {
|
||||
content: "\e678"; }
|
||||
|
||||
.fa-church::before {
|
||||
content: "\f51d"; }
|
||||
|
||||
@@ -4940,6 +4780,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-font::before {
|
||||
content: "\f031"; }
|
||||
|
||||
.fa-table-cells-row-lock::before {
|
||||
content: "\e67a"; }
|
||||
|
||||
.fa-rupiah-sign::before {
|
||||
content: "\e23d"; }
|
||||
|
||||
@@ -5969,9 +5812,6 @@ readers do not read off random characters that represent icons */
|
||||
.fa-share::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-arrow-turn-right::before {
|
||||
content: "\f064"; }
|
||||
|
||||
.fa-mail-forward::before {
|
||||
content: "\f064"; }
|
||||
|
||||
@@ -6200,6 +6040,9 @@ readers do not read off random characters that represent icons */
|
||||
.fa-bone::before {
|
||||
content: "\f5d7"; }
|
||||
|
||||
.fa-table-cells-row-unlock::before {
|
||||
content: "\e691"; }
|
||||
|
||||
.fa-user-injured::before {
|
||||
content: "\f728"; }
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-classic: 'Font Awesome 6 Free';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-classic: 'Font Awesome 6 Free';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
||||
@@ -1,17 +1,20 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
: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-solid: normal 900 1em/1 'Font Awesome 6 Free';
|
||||
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
|
||||
--fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
|
||||
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
|
||||
--fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
|
||||
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
||||
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
|
||||
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
|
||||
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone'; }
|
||||
|
||||
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
overflow: visible;
|
||||
@@ -67,16 +70,13 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
vertical-align: -.125em;
|
||||
width: 1em; }
|
||||
.fa-layers svg.svg-inline--fa {
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-text {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
transform: translate(-50%, -50%);
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-counter {
|
||||
background-color: var(--fa-counter-background-color, #ff253a);
|
||||
@@ -91,46 +91,36 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
right: var(--fa-right, 0);
|
||||
text-overflow: ellipsis;
|
||||
top: var(--fa-top, 0);
|
||||
-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; }
|
||||
transform: scale(var(--fa-counter-scale, 0.25));
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-bottom-right {
|
||||
bottom: var(--fa-bottom, 0);
|
||||
right: var(--fa-right, 0);
|
||||
top: auto;
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: bottom right; }
|
||||
|
||||
.fa-layers-bottom-left {
|
||||
bottom: var(--fa-bottom, 0);
|
||||
left: var(--fa-left, 0);
|
||||
right: auto;
|
||||
top: auto;
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: bottom left; }
|
||||
|
||||
.fa-layers-top-right {
|
||||
top: var(--fa-top, 0);
|
||||
right: var(--fa-right, 0);
|
||||
-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; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-top-left {
|
||||
left: var(--fa-left, 0);
|
||||
right: auto;
|
||||
top: var(--fa-top, 0);
|
||||
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
-webkit-transform-origin: top left;
|
||||
transform-origin: top left; }
|
||||
transform: scale(var(--fa-layers-scale, 0.25));
|
||||
transform-origin: top left; }
|
||||
|
||||
.fa-1x {
|
||||
font-size: 1em; }
|
||||
@@ -204,7 +194,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: calc(var(--fa-li-width, 2em) * -1);
|
||||
left: calc(-1 * var(--fa-li-width, 2em));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--fa-li-width, 2em);
|
||||
@@ -226,118 +216,71 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
margin-left: var(--fa-pull-margin, 0.3em); }
|
||||
|
||||
.fa-beat {
|
||||
-webkit-animation-name: fa-beat;
|
||||
animation-name: fa-beat;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-beat;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-bounce {
|
||||
-webkit-animation-name: fa-bounce;
|
||||
animation-name: fa-bounce;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
animation-name: fa-bounce;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
||||
|
||||
.fa-fade {
|
||||
-webkit-animation-name: fa-fade;
|
||||
animation-name: fa-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
||||
|
||||
.fa-beat-fade {
|
||||
-webkit-animation-name: fa-beat-fade;
|
||||
animation-name: fa-beat-fade;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-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)); }
|
||||
animation-name: fa-beat-fade;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
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: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
animation-name: fa-flip;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
||||
|
||||
.fa-shake {
|
||||
-webkit-animation-name: fa-shake;
|
||||
animation-name: fa-shake;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-shake;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
animation-name: fa-spin;
|
||||
animation-delay: var(--fa-animation-delay, 0s);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 2s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, linear); }
|
||||
|
||||
.fa-spin-reverse {
|
||||
--fa-animation-direction: reverse; }
|
||||
|
||||
.fa-pulse,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-name: fa-spin;
|
||||
animation-name: fa-spin;
|
||||
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
animation-name: fa-spin;
|
||||
animation-direction: var(--fa-animation-direction, normal);
|
||||
animation-duration: var(--fa-animation-duration, 1s);
|
||||
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
||||
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.fa-beat,
|
||||
@@ -349,219 +292,97 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
||||
.fa-shake,
|
||||
.fa-spin,
|
||||
.fa-spin-pulse {
|
||||
-webkit-animation-delay: -1ms;
|
||||
animation-delay: -1ms;
|
||||
-webkit-animation-duration: 1ms;
|
||||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
animation-delay: -1ms;
|
||||
animation-duration: 1ms;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@keyframes fa-beat {
|
||||
0%, 90% {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
45% {
|
||||
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@-webkit-keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
||||
|
||||
@keyframes fa-bounce {
|
||||
0% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
10% {
|
||||
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
||||
30% {
|
||||
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
||||
50% {
|
||||
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
||||
57% {
|
||||
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
||||
64% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
transform: scale(1, 1) translateY(0); }
|
||||
100% {
|
||||
-webkit-transform: scale(1, 1) translateY(0);
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@-webkit-keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
transform: scale(1, 1) translateY(0); } }
|
||||
|
||||
@keyframes fa-fade {
|
||||
50% {
|
||||
opacity: var(--fa-fade-opacity, 0.4); } }
|
||||
|
||||
@-webkit-keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-beat-fade {
|
||||
0%, 100% {
|
||||
opacity: var(--fa-beat-fade-opacity, 0.4);
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
transform: scale(1); }
|
||||
50% {
|
||||
opacity: 1;
|
||||
-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(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)); } }
|
||||
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
||||
|
||||
@keyframes fa-flip {
|
||||
50% {
|
||||
-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)); } }
|
||||
|
||||
@-webkit-keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
||||
|
||||
@keyframes fa-shake {
|
||||
0% {
|
||||
-webkit-transform: rotate(-15deg);
|
||||
transform: rotate(-15deg); }
|
||||
transform: rotate(-15deg); }
|
||||
4% {
|
||||
-webkit-transform: rotate(15deg);
|
||||
transform: rotate(15deg); }
|
||||
transform: rotate(15deg); }
|
||||
8%, 24% {
|
||||
-webkit-transform: rotate(-18deg);
|
||||
transform: rotate(-18deg); }
|
||||
transform: rotate(-18deg); }
|
||||
12%, 28% {
|
||||
-webkit-transform: rotate(18deg);
|
||||
transform: rotate(18deg); }
|
||||
transform: rotate(18deg); }
|
||||
16% {
|
||||
-webkit-transform: rotate(-22deg);
|
||||
transform: rotate(-22deg); }
|
||||
transform: rotate(-22deg); }
|
||||
20% {
|
||||
-webkit-transform: rotate(22deg);
|
||||
transform: rotate(22deg); }
|
||||
transform: rotate(22deg); }
|
||||
32% {
|
||||
-webkit-transform: rotate(-12deg);
|
||||
transform: rotate(-12deg); }
|
||||
transform: rotate(-12deg); }
|
||||
36% {
|
||||
-webkit-transform: rotate(12deg);
|
||||
transform: rotate(12deg); }
|
||||
transform: rotate(12deg); }
|
||||
40%, 100% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(0deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both,
|
||||
.fa-flip-horizontal.fa-flip-vertical {
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa.fa-glass:before {
|
||||
content: "\f000"; }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}
|
||||
6244
js-packages/@fortawesome/fontawesome-free/js/all.min.js
vendored
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory() :
|
||||
@@ -9,118 +9,32 @@
|
||||
(factory());
|
||||
}(this, (function () { 'use strict';
|
||||
|
||||
function ownKeys(object, enumerableOnly) {
|
||||
var keys = Object.keys(object);
|
||||
|
||||
if (Object.getOwnPropertySymbols) {
|
||||
var symbols = Object.getOwnPropertySymbols(object);
|
||||
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
||||
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
||||
})), keys.push.apply(keys, symbols);
|
||||
}
|
||||
|
||||
return keys;
|
||||
}
|
||||
|
||||
function _objectSpread2(target) {
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var source = null != arguments[i] ? arguments[i] : {};
|
||||
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
|
||||
_defineProperty(target, key, source[key]);
|
||||
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
|
||||
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
||||
});
|
||||
}
|
||||
|
||||
return target;
|
||||
}
|
||||
|
||||
function _typeof(obj) {
|
||||
"@babel/helpers - typeof";
|
||||
|
||||
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
||||
return typeof obj;
|
||||
} : function (obj) {
|
||||
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
||||
}, _typeof(obj);
|
||||
}
|
||||
|
||||
function _defineProperty(obj, key, value) {
|
||||
if (key in obj) {
|
||||
Object.defineProperty(obj, key, {
|
||||
value: value,
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
writable: true
|
||||
});
|
||||
} else {
|
||||
obj[key] = value;
|
||||
}
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
||||
function _toConsumableArray(arr) {
|
||||
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
||||
}
|
||||
|
||||
function _arrayWithoutHoles(arr) {
|
||||
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
||||
}
|
||||
|
||||
function _iterableToArray(iter) {
|
||||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
||||
}
|
||||
|
||||
function _unsupportedIterableToArray(o, minLen) {
|
||||
if (!o) return;
|
||||
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||
if (n === "Map" || n === "Set") return Array.from(o);
|
||||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
||||
}
|
||||
|
||||
function _arrayLikeToArray(arr, len) {
|
||||
if (len == null || len > arr.length) len = arr.length;
|
||||
|
||||
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
||||
|
||||
return arr2;
|
||||
}
|
||||
|
||||
function _nonIterableSpread() {
|
||||
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
||||
}
|
||||
|
||||
var _WINDOW = {};
|
||||
var _DOCUMENT = {};
|
||||
let _WINDOW = {};
|
||||
let _DOCUMENT = {};
|
||||
|
||||
try {
|
||||
if (typeof window !== 'undefined') _WINDOW = window;
|
||||
if (typeof document !== 'undefined') _DOCUMENT = document;
|
||||
} catch (e) {}
|
||||
|
||||
var _ref = _WINDOW.navigator || {},
|
||||
_ref$userAgent = _ref.userAgent,
|
||||
userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;
|
||||
var WINDOW = _WINDOW;
|
||||
var DOCUMENT = _DOCUMENT;
|
||||
var IS_BROWSER = !!WINDOW.document;
|
||||
var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
|
||||
var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
|
||||
const {
|
||||
userAgent = ''
|
||||
} = _WINDOW.navigator || {};
|
||||
const WINDOW = _WINDOW;
|
||||
const DOCUMENT = _DOCUMENT;
|
||||
const IS_BROWSER = !!WINDOW.document;
|
||||
const IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
|
||||
const IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
|
||||
|
||||
var functions = [];
|
||||
const functions = [];
|
||||
|
||||
var listener = function listener() {
|
||||
const listener = function () {
|
||||
DOCUMENT.removeEventListener('DOMContentLoaded', listener);
|
||||
loaded = 1;
|
||||
functions.map(function (fn) {
|
||||
return fn();
|
||||
});
|
||||
functions.map(fn => fn());
|
||||
};
|
||||
|
||||
var loaded = false;
|
||||
let loaded = false;
|
||||
|
||||
if (IS_DOM) {
|
||||
loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);
|
||||
@@ -133,25 +47,27 @@
|
||||
}
|
||||
|
||||
function report (_ref) {
|
||||
var nodesTested = _ref.nodesTested,
|
||||
nodesFound = _ref.nodesFound;
|
||||
var timedOutTests = {};
|
||||
let {
|
||||
nodesTested,
|
||||
nodesFound
|
||||
} = _ref;
|
||||
const timedOutTests = {};
|
||||
|
||||
for (var key in nodesFound) {
|
||||
for (let key in nodesFound) {
|
||||
if (!(nodesTested.conflict[key] || nodesTested.noConflict[key])) {
|
||||
timedOutTests[key] = nodesFound[key];
|
||||
}
|
||||
}
|
||||
|
||||
var conflictsCount = Object.keys(nodesTested.conflict).length;
|
||||
const conflictsCount = Object.keys(nodesTested.conflict).length;
|
||||
|
||||
if (conflictsCount > 0) {
|
||||
console.info("%cConflict".concat(conflictsCount > 1 ? 's' : '', " found:"), 'color: darkred; font-size: large');
|
||||
var data = {};
|
||||
const data = {};
|
||||
|
||||
for (var _key in nodesTested.conflict) {
|
||||
var item = nodesTested.conflict[_key];
|
||||
data[_key] = {
|
||||
for (let key in nodesTested.conflict) {
|
||||
const item = nodesTested.conflict[key];
|
||||
data[key] = {
|
||||
'tagName': item.tagName,
|
||||
'src/href': item.src || item.href || 'n/a',
|
||||
'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
@@ -161,40 +77,40 @@
|
||||
console.table(data);
|
||||
}
|
||||
|
||||
var noConflictsCount = Object.keys(nodesTested.noConflict).length;
|
||||
const noConflictsCount = Object.keys(nodesTested.noConflict).length;
|
||||
|
||||
if (noConflictsCount > 0) {
|
||||
console.info("%cNo conflict".concat(noConflictsCount > 1 ? 's' : '', " found with ").concat(noConflictsCount === 1 ? 'this' : 'these', ":"), 'color: green; font-size: large');
|
||||
var _data = {};
|
||||
const data = {};
|
||||
|
||||
for (var _key2 in nodesTested.noConflict) {
|
||||
var _item = nodesTested.noConflict[_key2];
|
||||
_data[_key2] = {
|
||||
'tagName': _item.tagName,
|
||||
'src/href': _item.src || _item.href || 'n/a',
|
||||
'innerText excerpt': _item.innerText && _item.innerText !== '' ? _item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
for (let key in nodesTested.noConflict) {
|
||||
const item = nodesTested.noConflict[key];
|
||||
data[key] = {
|
||||
'tagName': item.tagName,
|
||||
'src/href': item.src || item.href || 'n/a',
|
||||
'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
};
|
||||
}
|
||||
|
||||
console.table(_data);
|
||||
console.table(data);
|
||||
}
|
||||
|
||||
var timeOutCount = Object.keys(timedOutTests).length;
|
||||
const timeOutCount = Object.keys(timedOutTests).length;
|
||||
|
||||
if (timeOutCount > 0) {
|
||||
console.info("%cLeftovers--we timed out before collecting test results for ".concat(timeOutCount === 1 ? 'this' : 'these', ":"), 'color: blue; font-size: large');
|
||||
var _data2 = {};
|
||||
const data = {};
|
||||
|
||||
for (var _key3 in timedOutTests) {
|
||||
var _item2 = timedOutTests[_key3];
|
||||
_data2[_key3] = {
|
||||
'tagName': _item2.tagName,
|
||||
'src/href': _item2.src || _item2.href || 'n/a',
|
||||
'innerText excerpt': _item2.innerText && _item2.innerText !== '' ? _item2.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
for (let key in timedOutTests) {
|
||||
const item = timedOutTests[key];
|
||||
data[key] = {
|
||||
'tagName': item.tagName,
|
||||
'src/href': item.src || item.href || 'n/a',
|
||||
'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
};
|
||||
}
|
||||
|
||||
console.table(_data2);
|
||||
console.table(data);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -617,7 +533,7 @@
|
||||
});
|
||||
|
||||
function md5ForNode(node) {
|
||||
if (null === node || 'object' !== _typeof(node)) return undefined;
|
||||
if (null === node || 'object' !== typeof node) return undefined;
|
||||
|
||||
if (node.src) {
|
||||
return md5(node.src);
|
||||
@@ -631,35 +547,31 @@
|
||||
}
|
||||
}
|
||||
|
||||
var diagScriptId = 'fa-kits-diag';
|
||||
var nodeUnderTestId = 'fa-kits-node-under-test';
|
||||
var md5Attr = 'data-md5';
|
||||
var detectionIgnoreAttr = 'data-fa-detection-ignore';
|
||||
var timeoutAttr = 'data-fa-detection-timeout';
|
||||
var resultsCollectionMaxWaitAttr = 'data-fa-detection-results-collection-max-wait';
|
||||
const diagScriptId = 'fa-kits-diag';
|
||||
const nodeUnderTestId = 'fa-kits-node-under-test';
|
||||
const md5Attr = 'data-md5';
|
||||
const detectionIgnoreAttr = 'data-fa-detection-ignore';
|
||||
const timeoutAttr = 'data-fa-detection-timeout';
|
||||
const resultsCollectionMaxWaitAttr = 'data-fa-detection-results-collection-max-wait';
|
||||
|
||||
var silenceErrors = function silenceErrors(e) {
|
||||
const silenceErrors = e => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
};
|
||||
|
||||
function pollUntil(_ref) {
|
||||
var _ref$fn = _ref.fn,
|
||||
fn = _ref$fn === void 0 ? function () {
|
||||
return true;
|
||||
} : _ref$fn,
|
||||
_ref$initialDuration = _ref.initialDuration,
|
||||
initialDuration = _ref$initialDuration === void 0 ? 1 : _ref$initialDuration,
|
||||
_ref$maxDuration = _ref.maxDuration,
|
||||
maxDuration = _ref$maxDuration === void 0 ? WINDOW.FontAwesomeDetection.timeout : _ref$maxDuration,
|
||||
_ref$showProgress = _ref.showProgress,
|
||||
showProgress = _ref$showProgress === void 0 ? false : _ref$showProgress,
|
||||
progressIndicator = _ref.progressIndicator;
|
||||
let {
|
||||
fn = () => true,
|
||||
initialDuration = 1,
|
||||
maxDuration = WINDOW.FontAwesomeDetection.timeout,
|
||||
showProgress = false,
|
||||
progressIndicator
|
||||
} = _ref;
|
||||
return new Promise(function (resolve, reject) {
|
||||
// eslint-disable-line compat/compat
|
||||
function poll(duration, cumulativeDuration) {
|
||||
setTimeout(function () {
|
||||
var result = fn();
|
||||
const result = fn();
|
||||
|
||||
if (showProgress) {
|
||||
console.info(progressIndicator);
|
||||
@@ -669,8 +581,8 @@
|
||||
// eslint-disable-line no-extra-boolean-cast
|
||||
resolve(result);
|
||||
} else {
|
||||
var nextDuration = 250;
|
||||
var nextCumulativeDuration = nextDuration + cumulativeDuration;
|
||||
const nextDuration = 250;
|
||||
const nextCumulativeDuration = nextDuration + cumulativeDuration;
|
||||
|
||||
if (nextCumulativeDuration <= maxDuration) {
|
||||
poll(nextDuration, nextCumulativeDuration);
|
||||
@@ -686,10 +598,8 @@
|
||||
}
|
||||
|
||||
function detectWebfontConflicts() {
|
||||
var linkTags = Array.from(DOCUMENT.getElementsByTagName('link')).filter(function (t) {
|
||||
return !t.hasAttribute(detectionIgnoreAttr);
|
||||
});
|
||||
var styleTags = Array.from(DOCUMENT.getElementsByTagName('style')).filter(function (t) {
|
||||
const linkTags = Array.from(DOCUMENT.getElementsByTagName('link')).filter(t => !t.hasAttribute(detectionIgnoreAttr));
|
||||
const styleTags = Array.from(DOCUMENT.getElementsByTagName('style')).filter(t => {
|
||||
if (t.hasAttribute(detectionIgnoreAttr)) {
|
||||
return false;
|
||||
} // If the browser has loaded the FA5 CSS, let's not test that <style> element.
|
||||
@@ -705,15 +615,15 @@
|
||||
});
|
||||
|
||||
function runDiag(scriptOrLinkTag, md5) {
|
||||
var diagFrame = DOCUMENT.createElement('iframe'); // Using "visibility: hidden; position: absolute" instead of "display: none;" because
|
||||
const diagFrame = DOCUMENT.createElement('iframe'); // Using "visibility: hidden; position: absolute" instead of "display: none;" because
|
||||
// Firefox will not return the expected results for getComputedStyle if our iframe has display: none.
|
||||
|
||||
diagFrame.setAttribute('style', 'visibility: hidden; position: absolute; height: 0; width: 0;');
|
||||
var testIconId = 'fa-test-icon-' + md5;
|
||||
var iTag = DOCUMENT.createElement('i');
|
||||
const testIconId = 'fa-test-icon-' + md5;
|
||||
const iTag = DOCUMENT.createElement('i');
|
||||
iTag.setAttribute('class', 'fa fa-coffee');
|
||||
iTag.setAttribute('id', testIconId);
|
||||
var diagScript = DOCUMENT.createElement('script');
|
||||
const diagScript = DOCUMENT.createElement('script');
|
||||
diagScript.setAttribute('id', diagScriptId); // WARNING: this function will be toString()'d and assigned to innerText of the diag script
|
||||
// element that we'll be putting into a diagnostic iframe.
|
||||
// That means that this code won't compile until after the outer script has run and injected
|
||||
@@ -722,12 +632,12 @@
|
||||
// will probably cause it to choke. Chrome will show an error like this:
|
||||
// Uncaught SyntaxError: Unexpected end of input
|
||||
|
||||
var diagScriptFun = function diagScriptFun(nodeUnderTestId, testIconId, md5, parentOrigin) {
|
||||
const diagScriptFun = (nodeUnderTestId, testIconId, md5, parentOrigin) => {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function fn() {
|
||||
var iEl = document.getElementById(testIconId);
|
||||
var computedStyle = window.getComputedStyle(iEl);
|
||||
var fontFamily = computedStyle.getPropertyValue('font-family');
|
||||
fn: () => {
|
||||
const iEl = document.getElementById(testIconId);
|
||||
const computedStyle = window.getComputedStyle(iEl);
|
||||
const fontFamily = computedStyle.getPropertyValue('font-family');
|
||||
|
||||
if (!!fontFamily.match(/FontAwesome/) || !!fontFamily.match(/Font Awesome [56]/)) {
|
||||
return true;
|
||||
@@ -735,18 +645,18 @@
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}).then(function () {
|
||||
var node = document.getElementById(nodeUnderTestId);
|
||||
}).then(() => {
|
||||
const node = document.getElementById(nodeUnderTestId);
|
||||
parent.postMessage({
|
||||
type: 'fontawesome-conflict',
|
||||
technology: 'webfont',
|
||||
href: node.href,
|
||||
innerText: node.innerText,
|
||||
tagName: node.tagName,
|
||||
md5: md5
|
||||
md5
|
||||
}, parentOrigin);
|
||||
}).catch(function (e) {
|
||||
var node = document.getElementById(nodeUnderTestId);
|
||||
const node = document.getElementById(nodeUnderTestId);
|
||||
|
||||
if (e === 'timeout') {
|
||||
parent.postMessage({
|
||||
@@ -755,7 +665,7 @@
|
||||
href: node.src,
|
||||
innerText: node.innerText,
|
||||
tagName: node.tagName,
|
||||
md5: md5
|
||||
md5
|
||||
}, parentOrigin);
|
||||
} else {
|
||||
console.error(e);
|
||||
@@ -763,7 +673,7 @@
|
||||
});
|
||||
};
|
||||
|
||||
var parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
const parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
diagScript.innerText = "(".concat(diagScriptFun.toString(), ")('").concat(nodeUnderTestId, "', '").concat(testIconId || 'foo', "', '").concat(md5, "', '").concat(parentOrigin, "');");
|
||||
|
||||
diagFrame.onload = function () {
|
||||
@@ -773,31 +683,29 @@
|
||||
diagFrame.contentDocument.body.appendChild(iTag);
|
||||
};
|
||||
|
||||
domready(function () {
|
||||
return DOCUMENT.body.appendChild(diagFrame);
|
||||
});
|
||||
domready(() => DOCUMENT.body.appendChild(diagFrame));
|
||||
}
|
||||
|
||||
var cssByMD5 = {};
|
||||
const cssByMD5 = {};
|
||||
|
||||
for (var i = 0; i < linkTags.length; i++) {
|
||||
var linkUnderTest = DOCUMENT.createElement('link');
|
||||
for (let i = 0; i < linkTags.length; i++) {
|
||||
const linkUnderTest = DOCUMENT.createElement('link');
|
||||
linkUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
linkUnderTest.setAttribute('href', linkTags[i].href);
|
||||
linkUnderTest.setAttribute('rel', linkTags[i].rel);
|
||||
var md5ForLink = md5ForNode(linkTags[i]);
|
||||
const md5ForLink = md5ForNode(linkTags[i]);
|
||||
linkUnderTest.setAttribute(md5Attr, md5ForLink);
|
||||
cssByMD5[md5ForLink] = linkTags[i];
|
||||
runDiag(linkUnderTest, md5ForLink);
|
||||
}
|
||||
|
||||
for (var _i = 0; _i < styleTags.length; _i++) {
|
||||
for (let i = 0; i < styleTags.length; i++) {
|
||||
var styleUnderTest = DOCUMENT.createElement('style');
|
||||
styleUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
var md5ForStyle = md5ForNode(styleTags[_i]);
|
||||
const md5ForStyle = md5ForNode(styleTags[i]);
|
||||
styleUnderTest.setAttribute(md5Attr, md5ForStyle);
|
||||
styleUnderTest.innerText = styleTags[_i].innerText;
|
||||
cssByMD5[md5ForStyle] = styleTags[_i];
|
||||
styleUnderTest.innerText = styleTags[i].innerText;
|
||||
cssByMD5[md5ForStyle] = styleTags[i];
|
||||
runDiag(styleUnderTest, md5ForStyle);
|
||||
}
|
||||
|
||||
@@ -805,17 +713,15 @@
|
||||
}
|
||||
|
||||
function detectSvgConflicts(currentScript) {
|
||||
var scripts = Array.from(DOCUMENT.scripts).filter(function (t) {
|
||||
return !t.hasAttribute(detectionIgnoreAttr) && t !== currentScript;
|
||||
});
|
||||
var scriptsByMD5 = {};
|
||||
const scripts = Array.from(DOCUMENT.scripts).filter(t => !t.hasAttribute(detectionIgnoreAttr) && t !== currentScript);
|
||||
const scriptsByMD5 = {};
|
||||
|
||||
var _loop = function _loop(scriptIdx) {
|
||||
var diagFrame = DOCUMENT.createElement('iframe');
|
||||
for (let scriptIdx = 0; scriptIdx < scripts.length; scriptIdx++) {
|
||||
const diagFrame = DOCUMENT.createElement('iframe');
|
||||
diagFrame.setAttribute('style', 'display:none;');
|
||||
var scriptUnderTest = DOCUMENT.createElement('script');
|
||||
const scriptUnderTest = DOCUMENT.createElement('script');
|
||||
scriptUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
var md5ForScript = md5ForNode(scripts[scriptIdx]);
|
||||
const md5ForScript = md5ForNode(scripts[scriptIdx]);
|
||||
scriptUnderTest.setAttribute(md5Attr, md5ForScript);
|
||||
scriptsByMD5[md5ForScript] = scripts[scriptIdx];
|
||||
|
||||
@@ -828,24 +734,24 @@
|
||||
}
|
||||
|
||||
scriptUnderTest.async = true;
|
||||
var diagScript = DOCUMENT.createElement('script');
|
||||
const diagScript = DOCUMENT.createElement('script');
|
||||
diagScript.setAttribute('id', diagScriptId);
|
||||
var parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
const parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
|
||||
var diagScriptFun = function diagScriptFun(nodeUnderTestId, md5, parentOrigin) {
|
||||
const diagScriptFun = (nodeUnderTestId, md5, parentOrigin) => {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function fn() {
|
||||
fn: () => {
|
||||
return !!window.FontAwesomeConfig || !!window.FontAwesomeKitConfig;
|
||||
}
|
||||
}).then(function () {
|
||||
var scriptNode = document.getElementById(nodeUnderTestId);
|
||||
const scriptNode = document.getElementById(nodeUnderTestId);
|
||||
parent.postMessage({
|
||||
type: 'fontawesome-conflict',
|
||||
technology: 'js',
|
||||
src: scriptNode.src,
|
||||
innerText: scriptNode.innerText,
|
||||
tagName: scriptNode.tagName,
|
||||
md5: md5
|
||||
md5
|
||||
}, parentOrigin);
|
||||
}).catch(function (e) {
|
||||
var scriptNode = document.getElementById(nodeUnderTestId);
|
||||
@@ -856,7 +762,7 @@
|
||||
src: scriptNode.src,
|
||||
innerText: scriptNode.innerText,
|
||||
tagName: scriptNode.tagName,
|
||||
md5: md5
|
||||
md5
|
||||
}, parentOrigin);
|
||||
} else {
|
||||
console.error(e);
|
||||
@@ -872,21 +778,17 @@
|
||||
diagFrame.contentDocument.head.appendChild(scriptUnderTest);
|
||||
};
|
||||
|
||||
domready(function () {
|
||||
return DOCUMENT.body.appendChild(diagFrame);
|
||||
});
|
||||
};
|
||||
|
||||
for (var scriptIdx = 0; scriptIdx < scripts.length; scriptIdx++) {
|
||||
_loop(scriptIdx);
|
||||
domready(() => DOCUMENT.body.appendChild(diagFrame));
|
||||
}
|
||||
|
||||
return scriptsByMD5;
|
||||
}
|
||||
|
||||
function setDoneResults(_ref2) {
|
||||
var nodesTested = _ref2.nodesTested,
|
||||
nodesFound = _ref2.nodesFound;
|
||||
let {
|
||||
nodesTested,
|
||||
nodesFound
|
||||
} = _ref2;
|
||||
WINDOW.FontAwesomeDetection = WINDOW.FontAwesomeDetection || {};
|
||||
WINDOW.FontAwesomeDetection.nodesTested = nodesTested;
|
||||
WINDOW.FontAwesomeDetection.nodesFound = nodesFound;
|
||||
@@ -894,8 +796,8 @@
|
||||
}
|
||||
|
||||
function conflictDetection() {
|
||||
var report$$1 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {};
|
||||
var nodesTested = {
|
||||
let report$$1 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : () => {};
|
||||
const nodesTested = {
|
||||
conflict: {},
|
||||
noConflict: {}
|
||||
};
|
||||
@@ -912,19 +814,19 @@
|
||||
}
|
||||
};
|
||||
|
||||
var scriptsToTest = detectSvgConflicts(DOCUMENT.currentScript);
|
||||
var cssToTest = detectWebfontConflicts();
|
||||
|
||||
var nodesFound = _objectSpread2(_objectSpread2({}, scriptsToTest), cssToTest);
|
||||
|
||||
var testCount = Object.keys(scriptsToTest).length + Object.keys(cssToTest).length; // The resultsCollectionMaxWait allows for the time between when the tests running under
|
||||
const scriptsToTest = detectSvgConflicts(DOCUMENT.currentScript);
|
||||
const cssToTest = detectWebfontConflicts();
|
||||
const nodesFound = { ...scriptsToTest,
|
||||
...cssToTest
|
||||
};
|
||||
const testCount = Object.keys(scriptsToTest).length + Object.keys(cssToTest).length; // The resultsCollectionMaxWait allows for the time between when the tests running under
|
||||
// child iframes call postMessage with their results, and when the parent window
|
||||
// receives and handles those events with window.onmessage.
|
||||
// Making it configurable allows us to test the scenario where this timeout is exceeded.
|
||||
// Naming it something very different from "timeout" is to help avoid the potential ambiguity between
|
||||
// these two timeout-related settings.
|
||||
|
||||
var masterTimeout = WINDOW.FontAwesomeDetection.timeout + WINDOW.FontAwesomeDetection.resultsCollectionMaxWait;
|
||||
const masterTimeout = WINDOW.FontAwesomeDetection.timeout + WINDOW.FontAwesomeDetection.resultsCollectionMaxWait;
|
||||
console.group('Font Awesome Detector');
|
||||
|
||||
if (testCount === 0) {
|
||||
@@ -941,41 +843,41 @@
|
||||
maxDuration: masterTimeout,
|
||||
showProgress: true,
|
||||
progressIndicator: 'waiting...',
|
||||
fn: function fn() {
|
||||
fn: () => {
|
||||
return Object.keys(nodesTested.conflict).length + Object.keys(nodesTested.noConflict).length >= testCount;
|
||||
}
|
||||
}).then(function () {
|
||||
}).then(() => {
|
||||
console.info('DONE!');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
console.groupEnd();
|
||||
}).catch(function (e) {
|
||||
}).catch(e => {
|
||||
if (e === 'timeout') {
|
||||
console.info('TIME OUT! We waited until we got tired. Here\'s what we found:');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
} else {
|
||||
console.info('Whoops! We hit an error:', e);
|
||||
console.info('Here\'s what we\'d found up until that error:');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
nodesTested,
|
||||
nodesFound
|
||||
});
|
||||
}
|
||||
|
||||
@@ -984,130 +886,222 @@
|
||||
}
|
||||
} // Allow clients to access, and in some cases, override some properties
|
||||
|
||||
var initialConfig = WINDOW.FontAwesomeDetection || {}; // These can be overridden
|
||||
const initialConfig = WINDOW.FontAwesomeDetection || {}; // These can be overridden
|
||||
|
||||
var _default = {
|
||||
report: report,
|
||||
const _default = {
|
||||
report,
|
||||
timeout: +(DOCUMENT.currentScript.getAttribute(timeoutAttr) || "2000"),
|
||||
resultsCollectionMaxWait: +(DOCUMENT.currentScript.getAttribute(resultsCollectionMaxWaitAttr) || "5000")
|
||||
};
|
||||
|
||||
var _config = _objectSpread2(_objectSpread2(_objectSpread2({}, _default), initialConfig), {}, {
|
||||
const _config = { ..._default,
|
||||
...initialConfig,
|
||||
// These cannot be overridden
|
||||
__pollUntil: pollUntil,
|
||||
md5ForNode: md5ForNode,
|
||||
md5ForNode,
|
||||
detectionDone: false,
|
||||
nodesTested: null,
|
||||
nodesFound: null
|
||||
});
|
||||
|
||||
};
|
||||
WINDOW.FontAwesomeDetection = _config;
|
||||
|
||||
var _familyProxy, _familyProxy2, _familyProxy3, _familyProxy4, _familyProxy5;
|
||||
var PRODUCTION = function () {
|
||||
var a = "classic",
|
||||
r = "sharp",
|
||||
o = "sharp-duotone";
|
||||
|
||||
var et$1 = {
|
||||
classic: {
|
||||
900: "fas",
|
||||
400: "far",
|
||||
normal: "far",
|
||||
300: "fal",
|
||||
100: "fat"
|
||||
},
|
||||
sharp: {
|
||||
900: "fass",
|
||||
400: "fasr",
|
||||
300: "fasl",
|
||||
100: "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
900: "fasds"
|
||||
}
|
||||
};
|
||||
var bt = {
|
||||
kit: {
|
||||
fak: "kit",
|
||||
"fa-kit": "kit"
|
||||
},
|
||||
"kit-duotone": {
|
||||
fakd: "kit-duotone",
|
||||
"fa-kit-duotone": "kit-duotone"
|
||||
}
|
||||
};
|
||||
var lo = {
|
||||
classic: {
|
||||
"fa-brands": "fab",
|
||||
"fa-duotone": "fad",
|
||||
"fa-light": "fal",
|
||||
"fa-regular": "far",
|
||||
"fa-solid": "fas",
|
||||
"fa-thin": "fat"
|
||||
},
|
||||
sharp: {
|
||||
"fa-solid": "fass",
|
||||
"fa-regular": "fasr",
|
||||
"fa-light": "fasl",
|
||||
"fa-thin": "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
"fa-solid": "fasds"
|
||||
}
|
||||
},
|
||||
no = {
|
||||
classic: {
|
||||
fab: "fa-brands",
|
||||
fad: "fa-duotone",
|
||||
fal: "fa-light",
|
||||
far: "fa-regular",
|
||||
fas: "fa-solid",
|
||||
fat: "fa-thin"
|
||||
},
|
||||
sharp: {
|
||||
fass: "fa-solid",
|
||||
fasr: "fa-regular",
|
||||
fasl: "fa-light",
|
||||
fast: "fa-thin"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
fasds: "fa-solid"
|
||||
}
|
||||
},
|
||||
fo = {
|
||||
classic: {
|
||||
solid: "fas",
|
||||
regular: "far",
|
||||
light: "fal",
|
||||
thin: "fat",
|
||||
duotone: "fad",
|
||||
brands: "fab"
|
||||
},
|
||||
sharp: {
|
||||
solid: "fass",
|
||||
regular: "fasr",
|
||||
light: "fasl",
|
||||
thin: "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
solid: "fasds"
|
||||
}
|
||||
},
|
||||
ho = {
|
||||
classic: {
|
||||
fa: "solid",
|
||||
fas: "solid",
|
||||
"fa-solid": "solid",
|
||||
far: "regular",
|
||||
"fa-regular": "regular",
|
||||
fal: "light",
|
||||
"fa-light": "light",
|
||||
fat: "thin",
|
||||
"fa-thin": "thin",
|
||||
fad: "duotone",
|
||||
"fa-duotone": "duotone",
|
||||
fab: "brands",
|
||||
"fa-brands": "brands"
|
||||
},
|
||||
sharp: {
|
||||
fa: "solid",
|
||||
fass: "solid",
|
||||
"fa-solid": "solid",
|
||||
fasr: "regular",
|
||||
"fa-regular": "regular",
|
||||
fasl: "light",
|
||||
"fa-light": "light",
|
||||
fast: "thin",
|
||||
"fa-thin": "thin"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
fa: "solid",
|
||||
fasds: "solid",
|
||||
"fa-solid": "solid"
|
||||
}
|
||||
};
|
||||
var Io = {
|
||||
kit: {
|
||||
"fa-kit": "fak"
|
||||
},
|
||||
"kit-duotone": {
|
||||
"fa-kit-duotone": "fakd"
|
||||
}
|
||||
},
|
||||
Fo = {
|
||||
kit: {
|
||||
fak: "fa-kit"
|
||||
},
|
||||
"kit-duotone": {
|
||||
fakd: "fa-kit-duotone"
|
||||
}
|
||||
},
|
||||
So = {
|
||||
kit: {
|
||||
kit: "fak"
|
||||
},
|
||||
"kit-duotone": {
|
||||
"kit-duotone": "fakd"
|
||||
}
|
||||
};
|
||||
|
||||
const PRODUCTION = (() => {
|
||||
try {
|
||||
return process.env.NODE_ENV === 'production';
|
||||
} catch (e) {
|
||||
} catch (e$$1) {
|
||||
return false;
|
||||
}
|
||||
}();
|
||||
var FAMILY_CLASSIC = 'classic';
|
||||
var FAMILY_SHARP = 'sharp';
|
||||
var FAMILIES = [FAMILY_CLASSIC, FAMILY_SHARP];
|
||||
})();
|
||||
|
||||
function familyProxy(obj) {
|
||||
// Defaults to the classic family if family is not available
|
||||
return new Proxy(obj, {
|
||||
get: function get(target, prop) {
|
||||
return prop in target ? target[prop] : target[FAMILY_CLASSIC];
|
||||
get(target, prop) {
|
||||
return prop in target ? target[prop] : target[a];
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
var PREFIX_TO_STYLE = familyProxy((_familyProxy = {}, _defineProperty(_familyProxy, FAMILY_CLASSIC, {
|
||||
'fa': 'solid',
|
||||
'fas': 'solid',
|
||||
'fa-solid': 'solid',
|
||||
'far': 'regular',
|
||||
'fa-regular': 'regular',
|
||||
'fal': 'light',
|
||||
'fa-light': 'light',
|
||||
'fat': 'thin',
|
||||
'fa-thin': 'thin',
|
||||
'fad': 'duotone',
|
||||
'fa-duotone': 'duotone',
|
||||
'fab': 'brands',
|
||||
'fa-brands': 'brands',
|
||||
'fak': 'kit',
|
||||
'fa-kit': 'kit'
|
||||
}), _defineProperty(_familyProxy, FAMILY_SHARP, {
|
||||
'fa': 'solid',
|
||||
'fass': 'solid',
|
||||
'fa-solid': 'solid',
|
||||
'fasr': 'regular',
|
||||
'fa-regular': 'regular'
|
||||
}), _familyProxy));
|
||||
var STYLE_TO_PREFIX = familyProxy((_familyProxy2 = {}, _defineProperty(_familyProxy2, FAMILY_CLASSIC, {
|
||||
'solid': 'fas',
|
||||
'regular': 'far',
|
||||
'light': 'fal',
|
||||
'thin': 'fat',
|
||||
'duotone': 'fad',
|
||||
'brands': 'fab',
|
||||
'kit': 'fak'
|
||||
}), _defineProperty(_familyProxy2, FAMILY_SHARP, {
|
||||
'solid': 'fass',
|
||||
'regular': 'fasr'
|
||||
}), _familyProxy2));
|
||||
var PREFIX_TO_LONG_STYLE = familyProxy((_familyProxy3 = {}, _defineProperty(_familyProxy3, FAMILY_CLASSIC, {
|
||||
'fab': 'fa-brands',
|
||||
'fad': 'fa-duotone',
|
||||
'fak': 'fa-kit',
|
||||
'fal': 'fa-light',
|
||||
'far': 'fa-regular',
|
||||
'fas': 'fa-solid',
|
||||
'fat': 'fa-thin'
|
||||
}), _defineProperty(_familyProxy3, FAMILY_SHARP, {
|
||||
'fass': 'fa-solid',
|
||||
'fasr': 'fa-regular'
|
||||
}), _familyProxy3));
|
||||
var LONG_STYLE_TO_PREFIX = familyProxy((_familyProxy4 = {}, _defineProperty(_familyProxy4, FAMILY_CLASSIC, {
|
||||
'fa-brands': 'fab',
|
||||
'fa-duotone': 'fad',
|
||||
'fa-kit': 'fak',
|
||||
'fa-light': 'fal',
|
||||
'fa-regular': 'far',
|
||||
'fa-solid': 'fas',
|
||||
'fa-thin': 'fat'
|
||||
}), _defineProperty(_familyProxy4, FAMILY_SHARP, {
|
||||
'fa-solid': 'fass',
|
||||
'fa-regular': 'fasr'
|
||||
}), _familyProxy4));
|
||||
var FONT_WEIGHT_TO_PREFIX = familyProxy((_familyProxy5 = {}, _defineProperty(_familyProxy5, FAMILY_CLASSIC, {
|
||||
'900': 'fas',
|
||||
'400': 'far',
|
||||
'normal': 'far',
|
||||
'300': 'fal',
|
||||
'100': 'fat'
|
||||
}), _defineProperty(_familyProxy5, FAMILY_SHARP, {
|
||||
'900': 'fass',
|
||||
'400': 'fasr'
|
||||
}), _familyProxy5));
|
||||
var oneToTen = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
||||
var oneToTwenty = oneToTen.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]);
|
||||
var DUOTONE_CLASSES = {
|
||||
GROUP: 'duotone-group',
|
||||
SWAP_OPACITY: 'swap-opacity',
|
||||
PRIMARY: 'primary',
|
||||
SECONDARY: 'secondary'
|
||||
|
||||
const _PREFIX_TO_STYLE = { ...ho
|
||||
};
|
||||
var prefixes = new Set();
|
||||
Object.keys(STYLE_TO_PREFIX[FAMILY_CLASSIC]).map(prefixes.add.bind(prefixes));
|
||||
Object.keys(STYLE_TO_PREFIX[FAMILY_SHARP]).map(prefixes.add.bind(prefixes));
|
||||
var RESERVED_CLASSES = [].concat(FAMILIES, _toConsumableArray(prefixes), ['2xs', 'xs', 'sm', 'lg', 'xl', '2xl', 'beat', 'border', 'fade', 'beat-fade', 'bounce', 'flip-both', 'flip-horizontal', 'flip-vertical', 'flip', 'fw', 'inverse', 'layers-counter', 'layers-text', 'layers', 'li', 'pull-left', 'pull-right', 'pulse', 'rotate-180', 'rotate-270', 'rotate-90', 'rotate-by', 'shake', 'spin-pulse', 'spin-reverse', 'spin', 'stack-1x', 'stack-2x', 'stack', 'ul', DUOTONE_CLASSES.GROUP, DUOTONE_CLASSES.SWAP_OPACITY, DUOTONE_CLASSES.PRIMARY, DUOTONE_CLASSES.SECONDARY]).concat(oneToTen.map(function (n) {
|
||||
return "".concat(n, "x");
|
||||
})).concat(oneToTwenty.map(function (n) {
|
||||
return "w-".concat(n);
|
||||
}));
|
||||
_PREFIX_TO_STYLE[a] = { ...ho[a],
|
||||
...bt['kit'],
|
||||
...bt['kit-duotone']
|
||||
};
|
||||
const PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE);
|
||||
const _STYLE_TO_PREFIX = { ...fo
|
||||
};
|
||||
_STYLE_TO_PREFIX[a] = { ..._STYLE_TO_PREFIX[a],
|
||||
...So['kit'],
|
||||
...So['kit-duotone']
|
||||
};
|
||||
const STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX);
|
||||
const _PREFIX_TO_LONG_STYLE = { ...no
|
||||
};
|
||||
_PREFIX_TO_LONG_STYLE[a] = { ..._PREFIX_TO_LONG_STYLE[a],
|
||||
...Fo['kit']
|
||||
};
|
||||
const PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE);
|
||||
const _LONG_STYLE_TO_PREFIX = { ...lo
|
||||
};
|
||||
_LONG_STYLE_TO_PREFIX[a] = { ..._LONG_STYLE_TO_PREFIX[a],
|
||||
...Io['kit']
|
||||
};
|
||||
const LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX);
|
||||
const _FONT_WEIGHT_TO_PREFIX = { ...et$1
|
||||
};
|
||||
const FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX);
|
||||
const prefixes = new Set();
|
||||
Object.keys(STYLE_TO_PREFIX[a]).map(prefixes.add.bind(prefixes));
|
||||
Object.keys(STYLE_TO_PREFIX[r]).map(prefixes.add.bind(prefixes));
|
||||
Object.keys(STYLE_TO_PREFIX[o]).map(prefixes.add.bind(prefixes));
|
||||
|
||||
function bunker(fn) {
|
||||
try {
|
||||
@@ -1115,7 +1109,7 @@
|
||||
args[_key - 1] = arguments[_key];
|
||||
}
|
||||
|
||||
fn.apply(void 0, args);
|
||||
fn(...args);
|
||||
} catch (e) {
|
||||
if (!PRODUCTION) {
|
||||
throw e;
|
||||
@@ -1123,7 +1117,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
bunker(function () {
|
||||
bunker(() => {
|
||||
if (IS_BROWSER && IS_DOM) {
|
||||
conflictDetection(window.FontAwesomeDetection.report);
|
||||
}
|
||||
|
||||
@@ -1,262 +1,229 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
var t;
|
||||
|
||||
t = function() {
|
||||
"use strict";
|
||||
function o(e, t) {
|
||||
var n, o = Object.keys(e);
|
||||
return Object.getOwnPropertySymbols && (n = Object.getOwnPropertySymbols(e), t && (n = n.filter(function(t) {
|
||||
return Object.getOwnPropertyDescriptor(e, t).enumerable;
|
||||
})), o.push.apply(o, n)), o;
|
||||
}
|
||||
function a(e) {
|
||||
for (var t = 1; t < arguments.length; t++) {
|
||||
var n = null != arguments[t] ? arguments[t] : {};
|
||||
t % 2 ? o(Object(n), !0).forEach(function(t) {
|
||||
r(e, t, n[t]);
|
||||
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : o(Object(n)).forEach(function(t) {
|
||||
Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
|
||||
});
|
||||
}
|
||||
return e;
|
||||
}
|
||||
function e(t) {
|
||||
return (e = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t) {
|
||||
return typeof t;
|
||||
} : function(t) {
|
||||
return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
||||
})(t);
|
||||
}
|
||||
function r(t, e, n) {
|
||||
return e in t ? Object.defineProperty(t, e, {
|
||||
value: n,
|
||||
enumerable: !0,
|
||||
configurable: !0,
|
||||
writable: !0
|
||||
}) : t[e] = n, t;
|
||||
}
|
||||
function i(t, e) {
|
||||
(null == e || e > t.length) && (e = t.length);
|
||||
for (var n = 0, o = new Array(e); n < e; n++) o[n] = t[n];
|
||||
return o;
|
||||
}
|
||||
var t = {}, n = {};
|
||||
let t = {}, e = {};
|
||||
try {
|
||||
"undefined" != typeof window && (t = window), "undefined" != typeof document && (n = document);
|
||||
"undefined" != typeof window && (t = window), "undefined" != typeof document && (e = document);
|
||||
} catch (t) {}
|
||||
function c() {
|
||||
u.removeEventListener("DOMContentLoaded", c), p = 1, g.map(function(t) {
|
||||
return t();
|
||||
});
|
||||
const {
|
||||
userAgent: n = ""
|
||||
} = t.navigator || {}, f = t, l = e, o = !!f.document, a = !!l.documentElement && !!l.head && "function" == typeof l.addEventListener && "function" == typeof l.createElement;
|
||||
~n.indexOf("MSIE") || n.indexOf("Trident/");
|
||||
function i() {
|
||||
l.removeEventListener("DOMContentLoaded", i), s = 1, r.map(t => t());
|
||||
}
|
||||
var f = (t.navigator || {}).userAgent, s = void 0 === f ? "" : f, l = t, u = n, d = !!l.document, m = !!u.documentElement && !!u.head && "function" == typeof u.addEventListener && "function" == typeof u.createElement, g = (~s.indexOf("MSIE") || s.indexOf("Trident/"),
|
||||
[]), p = !1;
|
||||
function h(t) {
|
||||
m && (p ? setTimeout(t, 0) : g.push(t));
|
||||
const r = [];
|
||||
let s = !1;
|
||||
function d(t) {
|
||||
a && (s ? setTimeout(t, 0) : r.push(t));
|
||||
}
|
||||
m && ((p = (u.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(u.readyState)) || u.addEventListener("DOMContentLoaded", c));
|
||||
var b = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : {};
|
||||
var y = (function(t) {
|
||||
function u(t, e) {
|
||||
a && (s = (l.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(l.readyState),
|
||||
s || l.addEventListener("DOMContentLoaded", i));
|
||||
var p = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof self ? self : {};
|
||||
var c = (function(t) {
|
||||
function d(t, e) {
|
||||
var n = (65535 & t) + (65535 & e);
|
||||
return (t >> 16) + (e >> 16) + (n >> 16) << 16 | 65535 & n;
|
||||
}
|
||||
function c(t, e, n, o, r, i) {
|
||||
return u((i = u(u(e, t), u(o, i))) << r | i >>> 32 - r, n);
|
||||
function s(t, e, n, o, a, i) {
|
||||
return d((i = d(d(e, t), d(o, i))) << a | i >>> 32 - a, n);
|
||||
}
|
||||
function d(t, e, n, o, r, i, a) {
|
||||
return c(e & n | ~e & o, t, e, r, i, a);
|
||||
function u(t, e, n, o, a, i, r) {
|
||||
return s(e & n | ~e & o, t, e, a, i, r);
|
||||
}
|
||||
function m(t, e, n, o, r, i, a) {
|
||||
return c(e & o | n & ~o, t, e, r, i, a);
|
||||
function h(t, e, n, o, a, i, r) {
|
||||
return s(e & o | n & ~o, t, e, a, i, r);
|
||||
}
|
||||
function g(t, e, n, o, r, i, a) {
|
||||
return c(e ^ n ^ o, t, e, r, i, a);
|
||||
function g(t, e, n, o, a, i, r) {
|
||||
return s(e ^ n ^ o, t, e, a, i, r);
|
||||
}
|
||||
function p(t, e, n, o, r, i, a) {
|
||||
return c(n ^ (e | ~o), t, e, r, i, a);
|
||||
function m(t, e, n, o, a, i, r) {
|
||||
return s(n ^ (e | ~o), t, e, a, i, r);
|
||||
}
|
||||
function a(t, e) {
|
||||
var n, o, r, i;
|
||||
function r(t, e) {
|
||||
var n, o, a, i;
|
||||
t[e >> 5] |= 128 << e % 32, t[14 + (e + 64 >>> 9 << 4)] = e;
|
||||
for (var a = 1732584193, c = -271733879, f = -1732584194, s = 271733878, l = 0; l < t.length; l += 16) a = d(n = a, o = c, r = f, i = s, t[l], 7, -680876936),
|
||||
s = d(s, a, c, f, t[l + 1], 12, -389564586), f = d(f, s, a, c, t[l + 2], 17, 606105819),
|
||||
c = d(c, f, s, a, t[l + 3], 22, -1044525330), a = d(a, c, f, s, t[l + 4], 7, -176418897),
|
||||
s = d(s, a, c, f, t[l + 5], 12, 1200080426), f = d(f, s, a, c, t[l + 6], 17, -1473231341),
|
||||
c = d(c, f, s, a, t[l + 7], 22, -45705983), a = d(a, c, f, s, t[l + 8], 7, 1770035416),
|
||||
s = d(s, a, c, f, t[l + 9], 12, -1958414417), f = d(f, s, a, c, t[l + 10], 17, -42063),
|
||||
c = d(c, f, s, a, t[l + 11], 22, -1990404162), a = d(a, c, f, s, t[l + 12], 7, 1804603682),
|
||||
s = d(s, a, c, f, t[l + 13], 12, -40341101), f = d(f, s, a, c, t[l + 14], 17, -1502002290),
|
||||
a = m(a, c = d(c, f, s, a, t[l + 15], 22, 1236535329), f, s, t[l + 1], 5, -165796510),
|
||||
s = m(s, a, c, f, t[l + 6], 9, -1069501632), f = m(f, s, a, c, t[l + 11], 14, 643717713),
|
||||
c = m(c, f, s, a, t[l], 20, -373897302), a = m(a, c, f, s, t[l + 5], 5, -701558691),
|
||||
s = m(s, a, c, f, t[l + 10], 9, 38016083), f = m(f, s, a, c, t[l + 15], 14, -660478335),
|
||||
c = m(c, f, s, a, t[l + 4], 20, -405537848), a = m(a, c, f, s, t[l + 9], 5, 568446438),
|
||||
s = m(s, a, c, f, t[l + 14], 9, -1019803690), f = m(f, s, a, c, t[l + 3], 14, -187363961),
|
||||
c = m(c, f, s, a, t[l + 8], 20, 1163531501), a = m(a, c, f, s, t[l + 13], 5, -1444681467),
|
||||
s = m(s, a, c, f, t[l + 2], 9, -51403784), f = m(f, s, a, c, t[l + 7], 14, 1735328473),
|
||||
a = g(a, c = m(c, f, s, a, t[l + 12], 20, -1926607734), f, s, t[l + 5], 4, -378558),
|
||||
s = g(s, a, c, f, t[l + 8], 11, -2022574463), f = g(f, s, a, c, t[l + 11], 16, 1839030562),
|
||||
c = g(c, f, s, a, t[l + 14], 23, -35309556), a = g(a, c, f, s, t[l + 1], 4, -1530992060),
|
||||
s = g(s, a, c, f, t[l + 4], 11, 1272893353), f = g(f, s, a, c, t[l + 7], 16, -155497632),
|
||||
c = g(c, f, s, a, t[l + 10], 23, -1094730640), a = g(a, c, f, s, t[l + 13], 4, 681279174),
|
||||
s = g(s, a, c, f, t[l], 11, -358537222), f = g(f, s, a, c, t[l + 3], 16, -722521979),
|
||||
c = g(c, f, s, a, t[l + 6], 23, 76029189), a = g(a, c, f, s, t[l + 9], 4, -640364487),
|
||||
s = g(s, a, c, f, t[l + 12], 11, -421815835), f = g(f, s, a, c, t[l + 15], 16, 530742520),
|
||||
a = p(a, c = g(c, f, s, a, t[l + 2], 23, -995338651), f, s, t[l], 6, -198630844),
|
||||
s = p(s, a, c, f, t[l + 7], 10, 1126891415), f = p(f, s, a, c, t[l + 14], 15, -1416354905),
|
||||
c = p(c, f, s, a, t[l + 5], 21, -57434055), a = p(a, c, f, s, t[l + 12], 6, 1700485571),
|
||||
s = p(s, a, c, f, t[l + 3], 10, -1894986606), f = p(f, s, a, c, t[l + 10], 15, -1051523),
|
||||
c = p(c, f, s, a, t[l + 1], 21, -2054922799), a = p(a, c, f, s, t[l + 8], 6, 1873313359),
|
||||
s = p(s, a, c, f, t[l + 15], 10, -30611744), f = p(f, s, a, c, t[l + 6], 15, -1560198380),
|
||||
c = p(c, f, s, a, t[l + 13], 21, 1309151649), a = p(a, c, f, s, t[l + 4], 6, -145523070),
|
||||
s = p(s, a, c, f, t[l + 11], 10, -1120210379), f = p(f, s, a, c, t[l + 2], 15, 718787259),
|
||||
c = p(c, f, s, a, t[l + 9], 21, -343485551), a = u(a, n), c = u(c, o), f = u(f, r),
|
||||
s = u(s, i);
|
||||
return [ a, c, f, s ];
|
||||
for (var r = 1732584193, s = -271733879, c = -1732584194, f = 271733878, l = 0; l < t.length; l += 16) r = u(n = r, o = s, a = c, i = f, t[l], 7, -680876936),
|
||||
f = u(f, r, s, c, t[l + 1], 12, -389564586), c = u(c, f, r, s, t[l + 2], 17, 606105819),
|
||||
s = u(s, c, f, r, t[l + 3], 22, -1044525330), r = u(r, s, c, f, t[l + 4], 7, -176418897),
|
||||
f = u(f, r, s, c, t[l + 5], 12, 1200080426), c = u(c, f, r, s, t[l + 6], 17, -1473231341),
|
||||
s = u(s, c, f, r, t[l + 7], 22, -45705983), r = u(r, s, c, f, t[l + 8], 7, 1770035416),
|
||||
f = u(f, r, s, c, t[l + 9], 12, -1958414417), c = u(c, f, r, s, t[l + 10], 17, -42063),
|
||||
s = u(s, c, f, r, t[l + 11], 22, -1990404162), r = u(r, s, c, f, t[l + 12], 7, 1804603682),
|
||||
f = u(f, r, s, c, t[l + 13], 12, -40341101), c = u(c, f, r, s, t[l + 14], 17, -1502002290),
|
||||
r = h(r, s = u(s, c, f, r, t[l + 15], 22, 1236535329), c, f, t[l + 1], 5, -165796510),
|
||||
f = h(f, r, s, c, t[l + 6], 9, -1069501632), c = h(c, f, r, s, t[l + 11], 14, 643717713),
|
||||
s = h(s, c, f, r, t[l], 20, -373897302), r = h(r, s, c, f, t[l + 5], 5, -701558691),
|
||||
f = h(f, r, s, c, t[l + 10], 9, 38016083), c = h(c, f, r, s, t[l + 15], 14, -660478335),
|
||||
s = h(s, c, f, r, t[l + 4], 20, -405537848), r = h(r, s, c, f, t[l + 9], 5, 568446438),
|
||||
f = h(f, r, s, c, t[l + 14], 9, -1019803690), c = h(c, f, r, s, t[l + 3], 14, -187363961),
|
||||
s = h(s, c, f, r, t[l + 8], 20, 1163531501), r = h(r, s, c, f, t[l + 13], 5, -1444681467),
|
||||
f = h(f, r, s, c, t[l + 2], 9, -51403784), c = h(c, f, r, s, t[l + 7], 14, 1735328473),
|
||||
r = g(r, s = h(s, c, f, r, t[l + 12], 20, -1926607734), c, f, t[l + 5], 4, -378558),
|
||||
f = g(f, r, s, c, t[l + 8], 11, -2022574463), c = g(c, f, r, s, t[l + 11], 16, 1839030562),
|
||||
s = g(s, c, f, r, t[l + 14], 23, -35309556), r = g(r, s, c, f, t[l + 1], 4, -1530992060),
|
||||
f = g(f, r, s, c, t[l + 4], 11, 1272893353), c = g(c, f, r, s, t[l + 7], 16, -155497632),
|
||||
s = g(s, c, f, r, t[l + 10], 23, -1094730640), r = g(r, s, c, f, t[l + 13], 4, 681279174),
|
||||
f = g(f, r, s, c, t[l], 11, -358537222), c = g(c, f, r, s, t[l + 3], 16, -722521979),
|
||||
s = g(s, c, f, r, t[l + 6], 23, 76029189), r = g(r, s, c, f, t[l + 9], 4, -640364487),
|
||||
f = g(f, r, s, c, t[l + 12], 11, -421815835), c = g(c, f, r, s, t[l + 15], 16, 530742520),
|
||||
r = m(r, s = g(s, c, f, r, t[l + 2], 23, -995338651), c, f, t[l], 6, -198630844),
|
||||
f = m(f, r, s, c, t[l + 7], 10, 1126891415), c = m(c, f, r, s, t[l + 14], 15, -1416354905),
|
||||
s = m(s, c, f, r, t[l + 5], 21, -57434055), r = m(r, s, c, f, t[l + 12], 6, 1700485571),
|
||||
f = m(f, r, s, c, t[l + 3], 10, -1894986606), c = m(c, f, r, s, t[l + 10], 15, -1051523),
|
||||
s = m(s, c, f, r, t[l + 1], 21, -2054922799), r = m(r, s, c, f, t[l + 8], 6, 1873313359),
|
||||
f = m(f, r, s, c, t[l + 15], 10, -30611744), c = m(c, f, r, s, t[l + 6], 15, -1560198380),
|
||||
s = m(s, c, f, r, t[l + 13], 21, 1309151649), r = m(r, s, c, f, t[l + 4], 6, -145523070),
|
||||
f = m(f, r, s, c, t[l + 11], 10, -1120210379), c = m(c, f, r, s, t[l + 2], 15, 718787259),
|
||||
s = m(s, c, f, r, t[l + 9], 21, -343485551), r = d(r, n), s = d(s, o), c = d(c, a),
|
||||
f = d(f, i);
|
||||
return [ r, s, c, f ];
|
||||
}
|
||||
function f(t) {
|
||||
function c(t) {
|
||||
for (var e = "", n = 32 * t.length, o = 0; o < n; o += 8) e += String.fromCharCode(t[o >> 5] >>> o % 32 & 255);
|
||||
return e;
|
||||
}
|
||||
function s(t) {
|
||||
function f(t) {
|
||||
var e = [];
|
||||
for (e[(t.length >> 2) - 1] = void 0, o = 0; o < e.length; o += 1) e[o] = 0;
|
||||
for (var n = 8 * t.length, o = 0; o < n; o += 8) e[o >> 5] |= (255 & t.charCodeAt(o / 8)) << o % 32;
|
||||
return e;
|
||||
}
|
||||
function o(t) {
|
||||
for (var e, n = "0123456789abcdef", o = "", r = 0; r < t.length; r += 1) e = t.charCodeAt(r),
|
||||
for (var e, n = "0123456789abcdef", o = "", a = 0; a < t.length; a += 1) e = t.charCodeAt(a),
|
||||
o += n.charAt(e >>> 4 & 15) + n.charAt(15 & e);
|
||||
return o;
|
||||
}
|
||||
function n(t) {
|
||||
return unescape(encodeURIComponent(t));
|
||||
}
|
||||
function r(t) {
|
||||
return f(a(s(t = n(t)), 8 * t.length));
|
||||
function a(t) {
|
||||
return c(r(f(t = n(t)), 8 * t.length));
|
||||
}
|
||||
function i(t, e) {
|
||||
return function(t, e) {
|
||||
var n, o = s(t), r = [], i = [];
|
||||
for (r[15] = i[15] = void 0, 16 < o.length && (o = a(o, 8 * t.length)), n = 0; n < 16; n += 1) r[n] = 909522486 ^ o[n],
|
||||
var n, o = f(t), a = [], i = [];
|
||||
for (a[15] = i[15] = void 0, 16 < o.length && (o = r(o, 8 * t.length)), n = 0; n < 16; n += 1) a[n] = 909522486 ^ o[n],
|
||||
i[n] = 1549556828 ^ o[n];
|
||||
return e = a(r.concat(s(e)), 512 + 8 * e.length), f(a(i.concat(e), 640));
|
||||
return e = r(a.concat(f(e)), 512 + 8 * e.length), c(r(i.concat(e), 640));
|
||||
}(n(t), n(e));
|
||||
}
|
||||
function e(t, e, n) {
|
||||
return e ? n ? i(e, t) : o(i(e, t)) : n ? r(t) : o(r(t));
|
||||
return e ? n ? i(e, t) : o(i(e, t)) : n ? a(t) : o(a(t));
|
||||
}
|
||||
var l;
|
||||
l = b, t.exports ? t.exports = e : l.md5 = e;
|
||||
}(z = {
|
||||
l = p, t.exports ? t.exports = e : l.md5 = e;
|
||||
}(N = {
|
||||
exports: {}
|
||||
}), z.exports);
|
||||
function w(t) {
|
||||
if (null !== t && "object" === e(t)) return t.src ? y(t.src) : t.href ? y(t.href) : t.innerText && "" !== t.innerText ? y(t.innerText) : void 0;
|
||||
}), N.exports);
|
||||
function u(t) {
|
||||
if (null !== t && "object" == typeof t) return t.src ? c(t.src) : t.href ? c(t.href) : t.innerText && "" !== t.innerText ? c(t.innerText) : void 0;
|
||||
}
|
||||
var v = "fa-kits-diag", A = "fa-kits-node-under-test", x = "data-md5", T = "data-fa-detection-ignore", O = "data-fa-detection-timeout", D = "data-fa-detection-results-collection-max-wait", E = function(t) {
|
||||
const h = "fa-kits-diag", g = "fa-kits-node-under-test", m = "data-md5", w = "data-fa-detection-ignore", b = "data-fa-detection-timeout", y = "data-fa-detection-results-collection-max-wait", v = t => {
|
||||
t.preventDefault(), t.stopPropagation();
|
||||
};
|
||||
function C(t) {
|
||||
var e = t.fn, i = void 0 === e ? function() {
|
||||
return !0;
|
||||
} : e, e = t.initialDuration, n = void 0 === e ? 1 : e, e = t.maxDuration, a = void 0 === e ? l.FontAwesomeDetection.timeout : e, e = t.showProgress, c = void 0 !== e && e, f = t.progressIndicator;
|
||||
return new Promise(function(o, r) {
|
||||
function A(t) {
|
||||
let {
|
||||
fn: i = () => !0,
|
||||
initialDuration: e = 1,
|
||||
maxDuration: r = f.FontAwesomeDetection.timeout,
|
||||
showProgress: s = !1,
|
||||
progressIndicator: c
|
||||
} = t;
|
||||
return new Promise(function(o, a) {
|
||||
!function e(t, n) {
|
||||
setTimeout(function() {
|
||||
var t = i();
|
||||
c && console.info(f), t ? o(t) : (t = 250 + n) <= a ? e(250, t) : r("timeout");
|
||||
s && console.info(c), t ? o(t) : (t = 250 + n) <= r ? e(250, t) : a("timeout");
|
||||
}, t);
|
||||
}(n, 0);
|
||||
}(e, 0);
|
||||
});
|
||||
}
|
||||
function F(e) {
|
||||
for (var i = Array.from(u.scripts).filter(function(t) {
|
||||
return !t.hasAttribute(T) && t !== e;
|
||||
}), a = {}, t = 0; t < i.length; t++) !function(t) {
|
||||
var e = u.createElement("iframe");
|
||||
e.setAttribute("style", "display:none;");
|
||||
var n = u.createElement("script");
|
||||
n.setAttribute("id", A);
|
||||
var o = w(i[t]);
|
||||
n.setAttribute(x, o), a[o] = i[t], "" !== i[t].src && (n.src = i[t].src), "" !== i[t].innerText && (n.innerText = i[t].innerText),
|
||||
n.async = !0;
|
||||
var r = u.createElement("script");
|
||||
r.setAttribute("id", v);
|
||||
t = "file://" === l.location.origin ? "*" : l.location.origin;
|
||||
r.innerText = "(".concat(function(n, o, r) {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function() {
|
||||
return !!window.FontAwesomeConfig || !!window.FontAwesomeKitConfig;
|
||||
}
|
||||
}).then(function() {
|
||||
var t = document.getElementById(n);
|
||||
parent.postMessage({
|
||||
type: "fontawesome-conflict",
|
||||
technology: "js",
|
||||
src: t.src,
|
||||
innerText: t.innerText,
|
||||
tagName: t.tagName,
|
||||
md5: o
|
||||
}, r);
|
||||
}).catch(function(t) {
|
||||
var e = document.getElementById(n);
|
||||
"timeout" === t ? parent.postMessage({
|
||||
type: "no-conflict",
|
||||
src: e.src,
|
||||
innerText: e.innerText,
|
||||
tagName: e.tagName,
|
||||
md5: o
|
||||
}, r) : console.error(t);
|
||||
});
|
||||
}.toString(), ")('").concat(A, "', '").concat(o, "', '").concat(t, "');"), e.onload = function() {
|
||||
e.contentWindow.addEventListener("error", E, !0), e.contentDocument.head.appendChild(r),
|
||||
e.contentDocument.head.appendChild(n);
|
||||
}, h(function() {
|
||||
return u.body.appendChild(e);
|
||||
});
|
||||
}(t);
|
||||
return a;
|
||||
function x(t) {
|
||||
var {
|
||||
nodesTested: e,
|
||||
nodesFound: t
|
||||
} = t;
|
||||
f.FontAwesomeDetection = f.FontAwesomeDetection || {}, f.FontAwesomeDetection.nodesTested = e,
|
||||
f.FontAwesomeDetection.nodesFound = t, f.FontAwesomeDetection.detectionDone = !0;
|
||||
}
|
||||
function k(t) {
|
||||
var e = t.nodesTested, t = t.nodesFound;
|
||||
l.FontAwesomeDetection = l.FontAwesomeDetection || {}, l.FontAwesomeDetection.nodesTested = e,
|
||||
l.FontAwesomeDetection.nodesFound = t, l.FontAwesomeDetection.detectionDone = !0;
|
||||
}
|
||||
function j(t) {
|
||||
var e = 0 < arguments.length && void 0 !== t ? t : function() {}, n = {
|
||||
function T(t) {
|
||||
let e = 0 < arguments.length && void 0 !== t ? t : () => {};
|
||||
const n = {
|
||||
conflict: {},
|
||||
noConflict: {}
|
||||
};
|
||||
l.onmessage = function(t) {
|
||||
"file://" !== l.location.origin && t.origin !== l.location.origin || t && t.data && ("fontawesome-conflict" === t.data.type ? n.conflict[t.data.md5] = t.data : "no-conflict" === t.data.type && (n.noConflict[t.data.md5] = t.data));
|
||||
f.onmessage = function(t) {
|
||||
"file://" !== f.location.origin && t.origin !== f.location.origin || t && t.data && ("fontawesome-conflict" === t.data.type ? n.conflict[t.data.md5] = t.data : "no-conflict" === t.data.type && (n.noConflict[t.data.md5] = t.data));
|
||||
};
|
||||
var o = F(u.currentScript), t = function() {
|
||||
var t = Array.from(u.getElementsByTagName("link")).filter(function(t) {
|
||||
return !t.hasAttribute(T);
|
||||
}), e = Array.from(u.getElementsByTagName("style")).filter(function(t) {
|
||||
return !t.hasAttribute(T) && (!l.FontAwesomeConfig || !t.innerText.match(new RegExp("svg:not\\(:root\\)\\.".concat(l.FontAwesomeConfig.replacementClass))));
|
||||
});
|
||||
function n(t, e) {
|
||||
var n = u.createElement("iframe");
|
||||
n.setAttribute("style", "visibility: hidden; position: absolute; height: 0; width: 0;");
|
||||
var o = "fa-test-icon-" + e, r = u.createElement("i");
|
||||
r.setAttribute("class", "fa fa-coffee"), r.setAttribute("id", o);
|
||||
var i = u.createElement("script");
|
||||
i.setAttribute("id", v);
|
||||
var a = "file://" === l.location.origin ? "*" : l.location.origin;
|
||||
i.innerText = "(".concat(function(n, e, o, r) {
|
||||
var o = function(e) {
|
||||
var n = Array.from(l.scripts).filter(t => !t.hasAttribute(w) && t !== e);
|
||||
const o = {};
|
||||
for (let t = 0; t < n.length; t++) {
|
||||
const r = l.createElement("iframe");
|
||||
r.setAttribute("style", "display:none;");
|
||||
const s = l.createElement("script");
|
||||
s.setAttribute("id", g);
|
||||
var a = u(n[t]);
|
||||
s.setAttribute(m, a), o[a] = n[t], "" !== n[t].src && (s.src = n[t].src), "" !== n[t].innerText && (s.innerText = n[t].innerText),
|
||||
s.async = !0;
|
||||
const c = l.createElement("script");
|
||||
c.setAttribute("id", h);
|
||||
var i = "file://" === f.location.origin ? "*" : f.location.origin;
|
||||
c.innerText = "(".concat(((n, o, a) => {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function() {
|
||||
var t = document.getElementById(e), t = window.getComputedStyle(t).getPropertyValue("font-family");
|
||||
return !(!t.match(/FontAwesome/) && !t.match(/Font Awesome [56]/));
|
||||
}
|
||||
fn: () => !!window.FontAwesomeConfig || !!window.FontAwesomeKitConfig
|
||||
}).then(function() {
|
||||
var t = document.getElementById(n);
|
||||
parent.postMessage({
|
||||
type: "fontawesome-conflict",
|
||||
technology: "js",
|
||||
src: t.src,
|
||||
innerText: t.innerText,
|
||||
tagName: t.tagName,
|
||||
md5: o
|
||||
}, a);
|
||||
}).catch(function(t) {
|
||||
var e = document.getElementById(n);
|
||||
"timeout" === t ? parent.postMessage({
|
||||
type: "no-conflict",
|
||||
src: e.src,
|
||||
innerText: e.innerText,
|
||||
tagName: e.tagName,
|
||||
md5: o
|
||||
}, a) : console.error(t);
|
||||
});
|
||||
}).toString(), ")('").concat(g, "', '").concat(a, "', '").concat(i, "');"), r.onload = function() {
|
||||
r.contentWindow.addEventListener("error", v, !0), r.contentDocument.head.appendChild(c),
|
||||
r.contentDocument.head.appendChild(s);
|
||||
}, d(() => l.body.appendChild(r));
|
||||
}
|
||||
return o;
|
||||
}(l.currentScript), t = function() {
|
||||
var e = Array.from(l.getElementsByTagName("link")).filter(t => !t.hasAttribute(w)), n = Array.from(l.getElementsByTagName("style")).filter(t => !t.hasAttribute(w) && (!f.FontAwesomeConfig || !t.innerText.match(new RegExp("svg:not\\(:root\\)\\.".concat(f.FontAwesomeConfig.replacementClass)))));
|
||||
function o(t, e) {
|
||||
const n = l.createElement("iframe");
|
||||
n.setAttribute("style", "visibility: hidden; position: absolute; height: 0; width: 0;");
|
||||
var o = "fa-test-icon-" + e;
|
||||
const a = l.createElement("i");
|
||||
a.setAttribute("class", "fa fa-coffee"), a.setAttribute("id", o);
|
||||
const i = l.createElement("script");
|
||||
i.setAttribute("id", h);
|
||||
var r = "file://" === f.location.origin ? "*" : f.location.origin;
|
||||
i.innerText = "(".concat(((n, o, a, i) => {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: () => {
|
||||
var t = document.getElementById(o);
|
||||
const e = window.getComputedStyle(t), n = e.getPropertyValue("font-family");
|
||||
return !(!n.match(/FontAwesome/) && !n.match(/Font Awesome [56]/));
|
||||
}
|
||||
}).then(() => {
|
||||
var t = document.getElementById(n);
|
||||
parent.postMessage({
|
||||
type: "fontawesome-conflict",
|
||||
@@ -264,8 +231,8 @@ t = function() {
|
||||
href: t.href,
|
||||
innerText: t.innerText,
|
||||
tagName: t.tagName,
|
||||
md5: o
|
||||
}, r);
|
||||
md5: a
|
||||
}, i);
|
||||
}).catch(function(t) {
|
||||
var e = document.getElementById(n);
|
||||
"timeout" === t ? parent.postMessage({
|
||||
@@ -274,223 +241,291 @@ t = function() {
|
||||
href: e.src,
|
||||
innerText: e.innerText,
|
||||
tagName: e.tagName,
|
||||
md5: o
|
||||
}, r) : console.error(t);
|
||||
md5: a
|
||||
}, i) : console.error(t);
|
||||
});
|
||||
}.toString(), ")('").concat(A, "', '").concat(o || "foo", "', '").concat(e, "', '").concat(a, "');"),
|
||||
}).toString(), ")('").concat(g, "', '").concat(o || "foo", "', '").concat(e, "', '").concat(r, "');"),
|
||||
n.onload = function() {
|
||||
n.contentWindow.addEventListener("error", E, !0), n.contentDocument.head.appendChild(i),
|
||||
n.contentDocument.head.appendChild(t), n.contentDocument.body.appendChild(r);
|
||||
}, h(function() {
|
||||
return u.body.appendChild(n);
|
||||
});
|
||||
n.contentWindow.addEventListener("error", v, !0), n.contentDocument.head.appendChild(i),
|
||||
n.contentDocument.head.appendChild(t), n.contentDocument.body.appendChild(a);
|
||||
}, d(() => l.body.appendChild(n));
|
||||
}
|
||||
for (var o = {}, r = 0; r < t.length; r++) {
|
||||
var i = u.createElement("link");
|
||||
i.setAttribute("id", A), i.setAttribute("href", t[r].href), i.setAttribute("rel", t[r].rel);
|
||||
var a = w(t[r]);
|
||||
i.setAttribute(x, a), o[a] = t[r], n(i, a);
|
||||
const a = {};
|
||||
for (let t = 0; t < e.length; t++) {
|
||||
const c = l.createElement("link");
|
||||
c.setAttribute("id", g), c.setAttribute("href", e[t].href), c.setAttribute("rel", e[t].rel);
|
||||
var i = u(e[t]);
|
||||
c.setAttribute(m, i), a[i] = e[t], o(c, i);
|
||||
}
|
||||
for (var c = 0; c < e.length; c++) {
|
||||
var f = u.createElement("style");
|
||||
f.setAttribute("id", A);
|
||||
var s = w(e[c]);
|
||||
f.setAttribute(x, s), f.innerText = e[c].innerText, o[s] = e[c], n(f, s);
|
||||
for (let t = 0; t < n.length; t++) {
|
||||
var r = l.createElement("style");
|
||||
r.setAttribute("id", g);
|
||||
var s = u(n[t]);
|
||||
r.setAttribute(m, s), r.innerText = n[t].innerText, a[s] = n[t], o(r, s);
|
||||
}
|
||||
return o;
|
||||
}(), r = a(a({}, o), t), i = Object.keys(o).length + Object.keys(t).length, t = l.FontAwesomeDetection.timeout + l.FontAwesomeDetection.resultsCollectionMaxWait;
|
||||
return a;
|
||||
}();
|
||||
const a = {
|
||||
...o,
|
||||
...t
|
||||
}, i = Object.keys(o).length + Object.keys(t).length;
|
||||
t = f.FontAwesomeDetection.timeout + f.FontAwesomeDetection.resultsCollectionMaxWait;
|
||||
console.group("Font Awesome Detector"), 0 === i ? (console.info("%cAll Good!", "color: green; font-size: large"),
|
||||
console.info("We didn't find anything that needs testing for conflicts. Ergo, no conflicts.")) : (console.info("Testing ".concat(i, " possible conflicts.")),
|
||||
console.info("We'll wait about ".concat(Math.round(l.FontAwesomeDetection.timeout / 10) / 100, " seconds while testing these and\n") + "then up to another ".concat(Math.round(l.FontAwesomeDetection.resultsCollectionMaxWait / 10) / 100, " to allow the browser time\n") + "to accumulate the results. But we'll probably be outta here way before then.\n\n"),
|
||||
console.info("We'll wait about ".concat(Math.round(f.FontAwesomeDetection.timeout / 10) / 100, " seconds while testing these and\n") + "then up to another ".concat(Math.round(f.FontAwesomeDetection.resultsCollectionMaxWait / 10) / 100, " to allow the browser time\n") + "to accumulate the results. But we'll probably be outta here way before then.\n\n"),
|
||||
console.info("You can adjust those durations by assigning values to these attributes on the <script> element that loads this detection:"),
|
||||
console.info("\t%c".concat(O, "%c: milliseconds to wait for each test before deciding whether it's a conflict."), "font-weight: bold;", "font-size: normal;"),
|
||||
console.info("\t%c".concat(D, "%c: milliseconds to wait for the browser to accumulate test results before giving up."), "font-weight: bold;", "font-size: normal;"),
|
||||
C({
|
||||
console.info("\t%c".concat(b, "%c: milliseconds to wait for each test before deciding whether it's a conflict."), "font-weight: bold;", "font-size: normal;"),
|
||||
console.info("\t%c".concat(y, "%c: milliseconds to wait for the browser to accumulate test results before giving up."), "font-weight: bold;", "font-size: normal;"),
|
||||
A({
|
||||
maxDuration: t,
|
||||
showProgress: !0,
|
||||
progressIndicator: "waiting...",
|
||||
fn: function() {
|
||||
return Object.keys(n.conflict).length + Object.keys(n.noConflict).length >= i;
|
||||
}
|
||||
}).then(function() {
|
||||
console.info("DONE!"), k({
|
||||
fn: () => Object.keys(n.conflict).length + Object.keys(n.noConflict).length >= i
|
||||
}).then(() => {
|
||||
console.info("DONE!"), x({
|
||||
nodesTested: n,
|
||||
nodesFound: r
|
||||
nodesFound: a
|
||||
}), e({
|
||||
nodesTested: n,
|
||||
nodesFound: r
|
||||
nodesFound: a
|
||||
}), console.groupEnd();
|
||||
}).catch(function(t) {
|
||||
}).catch(t => {
|
||||
"timeout" === t ? console.info("TIME OUT! We waited until we got tired. Here's what we found:") : (console.info("Whoops! We hit an error:", t),
|
||||
console.info("Here's what we'd found up until that error:")), k({
|
||||
console.info("Here's what we'd found up until that error:")), x({
|
||||
nodesTested: n,
|
||||
nodesFound: r
|
||||
nodesFound: a
|
||||
}), e({
|
||||
nodesTested: n,
|
||||
nodesFound: r
|
||||
nodesFound: a
|
||||
}), console.groupEnd();
|
||||
}));
|
||||
}
|
||||
var S = l.FontAwesomeDetection || {}, N = a(a(a({}, {
|
||||
report: function(t) {
|
||||
var e, n = t.nodesTested, o = t.nodesFound, r = {};
|
||||
for (e in o) n.conflict[e] || n.noConflict[e] || (r[e] = o[e]);
|
||||
if (0 < (t = Object.keys(n.conflict).length)) {
|
||||
console.info("%cConflict".concat(1 < t ? "s" : "", " found:"), "color: darkred; font-size: large");
|
||||
var i, a = {};
|
||||
for (i in n.conflict) {
|
||||
var c = n.conflict[i];
|
||||
a[i] = {
|
||||
tagName: c.tagName,
|
||||
"src/href": c.src || c.href || "n/a",
|
||||
"innerText excerpt": c.innerText && "" !== c.innerText ? c.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
var E = f.FontAwesomeDetection || {}, k = {
|
||||
...{
|
||||
report: function(t) {
|
||||
var e, {
|
||||
nodesTested: n,
|
||||
nodesFound: o
|
||||
} = t;
|
||||
const a = {};
|
||||
for (e in o) n.conflict[e] || n.noConflict[e] || (a[e] = o[e]);
|
||||
if (0 < (t = Object.keys(n.conflict).length)) {
|
||||
console.info("%cConflict".concat(1 < t ? "s" : "", " found:"), "color: darkred; font-size: large");
|
||||
const c = {};
|
||||
for (var i in n.conflict) {
|
||||
const f = n.conflict[i];
|
||||
c[i] = {
|
||||
tagName: f.tagName,
|
||||
"src/href": f.src || f.href || "n/a",
|
||||
"innerText excerpt": f.innerText && "" !== f.innerText ? f.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
}
|
||||
console.table(c);
|
||||
}
|
||||
console.table(a);
|
||||
}
|
||||
if (0 < (t = Object.keys(n.noConflict).length)) {
|
||||
console.info("%cNo conflict".concat(1 < t ? "s" : "", " found with ").concat(1 === t ? "this" : "these", ":"), "color: green; font-size: large");
|
||||
var f, s = {};
|
||||
for (f in n.noConflict) {
|
||||
var l = n.noConflict[f];
|
||||
s[f] = {
|
||||
tagName: l.tagName,
|
||||
"src/href": l.src || l.href || "n/a",
|
||||
"innerText excerpt": l.innerText && "" !== l.innerText ? l.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
if (0 < (t = Object.keys(n.noConflict).length)) {
|
||||
console.info("%cNo conflict".concat(1 < t ? "s" : "", " found with ").concat(1 === t ? "this" : "these", ":"), "color: green; font-size: large");
|
||||
const l = {};
|
||||
for (var r in n.noConflict) {
|
||||
const d = n.noConflict[r];
|
||||
l[r] = {
|
||||
tagName: d.tagName,
|
||||
"src/href": d.src || d.href || "n/a",
|
||||
"innerText excerpt": d.innerText && "" !== d.innerText ? d.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
}
|
||||
console.table(l);
|
||||
}
|
||||
console.table(s);
|
||||
}
|
||||
if (0 < (t = Object.keys(r).length)) {
|
||||
console.info("%cLeftovers--we timed out before collecting test results for ".concat(1 === t ? "this" : "these", ":"), "color: blue; font-size: large");
|
||||
var u, d = {};
|
||||
for (u in r) {
|
||||
var m = r[u];
|
||||
d[u] = {
|
||||
tagName: m.tagName,
|
||||
"src/href": m.src || m.href || "n/a",
|
||||
"innerText excerpt": m.innerText && "" !== m.innerText ? m.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
if (0 < (t = Object.keys(a).length)) {
|
||||
console.info("%cLeftovers--we timed out before collecting test results for ".concat(1 === t ? "this" : "these", ":"), "color: blue; font-size: large");
|
||||
const u = {};
|
||||
for (var s in a) {
|
||||
const h = a[s];
|
||||
u[s] = {
|
||||
tagName: h.tagName,
|
||||
"src/href": h.src || h.href || "n/a",
|
||||
"innerText excerpt": h.innerText && "" !== h.innerText ? h.innerText.slice(0, 200) + "..." : "(empty)"
|
||||
};
|
||||
}
|
||||
console.table(u);
|
||||
}
|
||||
console.table(d);
|
||||
}
|
||||
},
|
||||
timeout: +(l.currentScript.getAttribute(b) || "2000"),
|
||||
resultsCollectionMaxWait: +(l.currentScript.getAttribute(y) || "5000")
|
||||
},
|
||||
timeout: +(u.currentScript.getAttribute(O) || "2000"),
|
||||
resultsCollectionMaxWait: +(u.currentScript.getAttribute(D) || "5000")
|
||||
}), S), {}, {
|
||||
__pollUntil: C,
|
||||
md5ForNode: w,
|
||||
...E,
|
||||
__pollUntil: A,
|
||||
md5ForNode: u,
|
||||
detectionDone: !1,
|
||||
nodesTested: null,
|
||||
nodesFound: null
|
||||
});
|
||||
l.FontAwesomeDetection = N;
|
||||
var P = function() {
|
||||
};
|
||||
f.FontAwesomeDetection = k;
|
||||
var C = "classic", D = {
|
||||
fak: "kit",
|
||||
"fa-kit": "kit"
|
||||
}, F = {
|
||||
fakd: "kit-duotone",
|
||||
"fa-kit-duotone": "kit-duotone"
|
||||
}, N = {
|
||||
classic: {
|
||||
fa: "solid",
|
||||
fas: "solid",
|
||||
"fa-solid": "solid",
|
||||
far: "regular",
|
||||
"fa-regular": "regular",
|
||||
fal: "light",
|
||||
"fa-light": "light",
|
||||
fat: "thin",
|
||||
"fa-thin": "thin",
|
||||
fad: "duotone",
|
||||
"fa-duotone": "duotone",
|
||||
fab: "brands",
|
||||
"fa-brands": "brands"
|
||||
},
|
||||
sharp: {
|
||||
fa: "solid",
|
||||
fass: "solid",
|
||||
"fa-solid": "solid",
|
||||
fasr: "regular",
|
||||
"fa-regular": "regular",
|
||||
fasl: "light",
|
||||
"fa-light": "light",
|
||||
fast: "thin",
|
||||
"fa-thin": "thin"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
fa: "solid",
|
||||
fasds: "solid",
|
||||
"fa-solid": "solid"
|
||||
}
|
||||
}, E = {
|
||||
kit: "fak"
|
||||
}, k = {
|
||||
"kit-duotone": "fakd"
|
||||
};
|
||||
const O = (() => {
|
||||
try {
|
||||
return "production" === process.env.NODE_ENV;
|
||||
} catch (t) {
|
||||
return !1;
|
||||
}
|
||||
}(), M = "classic", I = "sharp", W = [ M, I ];
|
||||
function B(t) {
|
||||
})();
|
||||
function j(t) {
|
||||
return new Proxy(t, {
|
||||
get: function(t, e) {
|
||||
return e in t ? t[e] : t[M];
|
||||
get(t, e) {
|
||||
return e in t ? t[e] : t[C];
|
||||
}
|
||||
});
|
||||
}
|
||||
B((r(L = {}, M, {
|
||||
fa: "solid",
|
||||
fas: "solid",
|
||||
"fa-solid": "solid",
|
||||
far: "regular",
|
||||
"fa-regular": "regular",
|
||||
fal: "light",
|
||||
"fa-light": "light",
|
||||
fat: "thin",
|
||||
"fa-thin": "thin",
|
||||
fad: "duotone",
|
||||
"fa-duotone": "duotone",
|
||||
fab: "brands",
|
||||
"fa-brands": "brands",
|
||||
fak: "kit",
|
||||
"fa-kit": "kit"
|
||||
}), r(L, I, {
|
||||
fa: "solid",
|
||||
fass: "solid",
|
||||
"fa-solid": "solid",
|
||||
fasr: "regular",
|
||||
"fa-regular": "regular"
|
||||
}), L));
|
||||
var t = B((r(f = {}, M, {
|
||||
solid: "fas",
|
||||
regular: "far",
|
||||
light: "fal",
|
||||
thin: "fat",
|
||||
duotone: "fad",
|
||||
brands: "fab",
|
||||
kit: "fak"
|
||||
}), r(f, I, {
|
||||
solid: "fass",
|
||||
regular: "fasr"
|
||||
}), f)), S = (B((r(n = {}, M, {
|
||||
fab: "fa-brands",
|
||||
fad: "fa-duotone",
|
||||
fak: "fa-kit",
|
||||
fal: "fa-light",
|
||||
far: "fa-regular",
|
||||
fas: "fa-solid",
|
||||
fat: "fa-thin"
|
||||
}), r(n, I, {
|
||||
fass: "fa-solid",
|
||||
fasr: "fa-regular"
|
||||
}), n)), B((r(s = {}, M, {
|
||||
"fa-brands": "fab",
|
||||
"fa-duotone": "fad",
|
||||
"fa-kit": "fak",
|
||||
"fa-light": "fal",
|
||||
"fa-regular": "far",
|
||||
"fa-solid": "fas",
|
||||
"fa-thin": "fat"
|
||||
}), r(s, I, {
|
||||
"fa-solid": "fass",
|
||||
"fa-regular": "fasr"
|
||||
}), s)), B((r(z = {}, M, {
|
||||
900: "fas",
|
||||
400: "far",
|
||||
normal: "far",
|
||||
300: "fal",
|
||||
100: "fat"
|
||||
}), r(z, I, {
|
||||
900: "fass",
|
||||
400: "fasr"
|
||||
}), z)), [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]), N = S.concat([ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]), L = "duotone-group", f = "swap-opacity", n = "primary", s = "secondary", z = new Set();
|
||||
Object.keys(t[M]).map(z.add.bind(z)), Object.keys(t[I]).map(z.add.bind(z));
|
||||
[].concat(W, function(t) {
|
||||
if (Array.isArray(t)) return i(t);
|
||||
}(z = z) || function(t) {
|
||||
if ("undefined" != typeof Symbol && null != t[Symbol.iterator] || null != t["@@iterator"]) return Array.from(t);
|
||||
}(z) || function(t, e) {
|
||||
if (t) {
|
||||
if ("string" == typeof t) return i(t, e);
|
||||
var n = Object.prototype.toString.call(t).slice(8, -1);
|
||||
return "Map" === (n = "Object" === n && t.constructor ? t.constructor.name : n) || "Set" === n ? Array.from(t) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? i(t, e) : void 0;
|
||||
const M = {
|
||||
...N
|
||||
};
|
||||
M[C] = {
|
||||
...N[C],
|
||||
...D,
|
||||
...F
|
||||
};
|
||||
j(M);
|
||||
const S = {
|
||||
classic: {
|
||||
solid: "fas",
|
||||
regular: "far",
|
||||
light: "fal",
|
||||
thin: "fat",
|
||||
duotone: "fad",
|
||||
brands: "fab"
|
||||
},
|
||||
sharp: {
|
||||
solid: "fass",
|
||||
regular: "fasr",
|
||||
light: "fasl",
|
||||
thin: "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
solid: "fasds"
|
||||
}
|
||||
}(z) || function() {
|
||||
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
||||
}(), [ "2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", L, f, n, s ]).concat(S.map(function(t) {
|
||||
return "".concat(t, "x");
|
||||
})).concat(N.map(function(t) {
|
||||
return "w-".concat(t);
|
||||
}));
|
||||
!function(t) {
|
||||
};
|
||||
S[C] = {
|
||||
...S[C],
|
||||
...E,
|
||||
...k
|
||||
};
|
||||
k = j(S);
|
||||
const I = {
|
||||
classic: {
|
||||
fab: "fa-brands",
|
||||
fad: "fa-duotone",
|
||||
fal: "fa-light",
|
||||
far: "fa-regular",
|
||||
fas: "fa-solid",
|
||||
fat: "fa-thin"
|
||||
},
|
||||
sharp: {
|
||||
fass: "fa-solid",
|
||||
fasr: "fa-regular",
|
||||
fasl: "fa-light",
|
||||
fast: "fa-thin"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
fasds: "fa-solid"
|
||||
}
|
||||
};
|
||||
I[C] = {
|
||||
...I[C],
|
||||
fak: "fa-kit"
|
||||
};
|
||||
j(I);
|
||||
const W = {
|
||||
classic: {
|
||||
"fa-brands": "fab",
|
||||
"fa-duotone": "fad",
|
||||
"fa-light": "fal",
|
||||
"fa-regular": "far",
|
||||
"fa-solid": "fas",
|
||||
"fa-thin": "fat"
|
||||
},
|
||||
sharp: {
|
||||
"fa-solid": "fass",
|
||||
"fa-regular": "fasr",
|
||||
"fa-light": "fasl",
|
||||
"fa-thin": "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
"fa-solid": "fasds"
|
||||
}
|
||||
};
|
||||
W[C] = {
|
||||
...W[C],
|
||||
"fa-kit": "fak"
|
||||
};
|
||||
j(W), j({
|
||||
classic: {
|
||||
900: "fas",
|
||||
400: "far",
|
||||
normal: "far",
|
||||
300: "fal",
|
||||
100: "fat"
|
||||
},
|
||||
sharp: {
|
||||
900: "fass",
|
||||
400: "fasr",
|
||||
300: "fasl",
|
||||
100: "fast"
|
||||
},
|
||||
"sharp-duotone": {
|
||||
900: "fasds"
|
||||
}
|
||||
});
|
||||
const B = new Set();
|
||||
Object.keys(k[C]).map(B.add.bind(B)), Object.keys(k.sharp).map(B.add.bind(B)), Object.keys(k["sharp-duotone"]).map(B.add.bind(B)),
|
||||
function(t) {
|
||||
try {
|
||||
for (var e = arguments.length, n = new Array(1 < e ? e - 1 : 0), o = 1; o < e; o++) n[o - 1] = arguments[o];
|
||||
t.apply(void 0, n);
|
||||
t(...n);
|
||||
} catch (t) {
|
||||
if (!P) throw t;
|
||||
if (!O) throw t;
|
||||
}
|
||||
}(function() {
|
||||
d && m && j(window.FontAwesomeDetection.report);
|
||||
}(() => {
|
||||
o && a && T(window.FontAwesomeDetection.report);
|
||||
});
|
||||
}, ("object" != typeof exports || "undefined" == typeof module) && "function" == typeof define && define.amd ? define(t) : t();
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-bounce {
|
||||
animation-name: ~'@{fa-css-prefix}-beat';
|
||||
animation-name: ~'@{fa-css-prefix}-bounce';
|
||||
animation-delay: ~'var(--@{fa-css-prefix}-animation-delay, 0s)';
|
||||
animation-direction: ~'var(--@{fa-css-prefix}-animation-direction, normal)';
|
||||
animation-duration: ~'var(--@{fa-css-prefix}-animation-duration, 1s)';
|
||||
@@ -52,7 +52,7 @@
|
||||
animation-direction: ~'var(--@{fa-css-prefix}-animation-direction, normal)';
|
||||
animation-duration: ~'var(--@{fa-css-prefix}-animation-duration, 1s)';
|
||||
animation-iteration-count: ~'var(--@{fa-css-prefix}-animation-iteration-count, infinite)';
|
||||
animation-timing-function: ~'var(--@{fa-css-prefix}-animation-timing, ease-in-out)';
|
||||
animation-timing-function: ~'var(--@{fa-css-prefix}-animation-timing, linear)';
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-spin {
|
||||
@@ -105,10 +105,10 @@
|
||||
|
||||
@keyframes ~'@{fa-css-prefix}-bounce' {
|
||||
0% { transform: scale(1,1) translateY(0); }
|
||||
10% { transform: ~'scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9))' translateY(0); }
|
||||
30% { transform: ~'scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1))' ~'translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em))'; }
|
||||
50% { transform: ~'scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95))' translateY(0); }
|
||||
57% { transform: ~'scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em))'; }
|
||||
10% { transform: ~'scale(var(--@{fa-css-prefix}-bounce-start-scale-x, 1.1),var(--@{fa-css-prefix}-bounce-start-scale-y, 0.9))' translateY(0); }
|
||||
30% { transform: ~'scale(var(--@{fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--@{fa-css-prefix}-bounce-jump-scale-y, 1.1))' ~'translateY(var(--@{fa-css-prefix}-bounce-height, -0.5em))'; }
|
||||
50% { transform: ~'scale(var(--@{fa-css-prefix}-bounce-land-scale-x, 1.05),var(--@{fa-css-prefix}-bounce-land-scale-y, 0.95))' translateY(0); }
|
||||
57% { transform: ~'scale(1,1) translateY(var(--@{fa-css-prefix}-bounce-rebound, -0.125em))'; }
|
||||
64% { transform: scale(1,1) translateY(0); }
|
||||
100% { transform: scale(1,1) translateY(0); }
|
||||
}
|
||||
|
||||
@@ -6,15 +6,13 @@
|
||||
font-weight: ~'var(--@{fa-css-prefix}-style, @{fa-style})';
|
||||
}
|
||||
|
||||
.@{fa-css-prefix},
|
||||
.fas,
|
||||
.@{fa-css-prefix}-solid,
|
||||
.fass,
|
||||
.@{fa-css-prefix}-sharp,
|
||||
.far,
|
||||
.@{fa-css-prefix}-regular,
|
||||
.@{fa-css-prefix}-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.@{fa-css-prefix}-brands {
|
||||
.@{fa-css-prefix} {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: ~'var(--@{fa-css-prefix}-display, @{fa-display})';
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-flip-both,
|
||||
.@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical {
|
||||
.@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical {
|
||||
transform: scale(-1, -1);
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-rotate-by {
|
||||
transform: rotate(~'var(--@{fa-css-prefix}-rotate-angle, none)');
|
||||
transform: rotate(~'var(--@{fa-css-prefix}-rotate-angle, 0)');
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
@fa-css-prefix : fa;
|
||||
@fa-style : 900;
|
||||
@fa-style-family : "Font Awesome 6 Free";
|
||||
@fa-style-family-sharp : "Font Awesome 6 Sharp";
|
||||
|
||||
@fa-display : inline-block;
|
||||
|
||||
@@ -515,6 +514,8 @@
|
||||
@fa-var-sign-in-alt: "\f2f6";
|
||||
@fa-var-venus: "\f221";
|
||||
@fa-var-passport: "\f5ab";
|
||||
@fa-var-thumbtack-slash: "\e68f";
|
||||
@fa-var-thumb-tack-slash: "\e68f";
|
||||
@fa-var-heart-pulse: "\f21e";
|
||||
@fa-var-heartbeat: "\f21e";
|
||||
@fa-var-people-carry-box: "\f4ce";
|
||||
@@ -807,6 +808,7 @@
|
||||
@fa-var-couch: "\f4b8";
|
||||
@fa-var-cedi-sign: "\e0df";
|
||||
@fa-var-italic: "\f033";
|
||||
@fa-var-table-cells-column-lock: "\e678";
|
||||
@fa-var-church: "\f51d";
|
||||
@fa-var-comments-dollar: "\f653";
|
||||
@fa-var-democrat: "\f747";
|
||||
@@ -1531,6 +1533,7 @@
|
||||
@fa-var-tree-city: "\e587";
|
||||
@fa-var-play: "\f04b";
|
||||
@fa-var-font: "\f031";
|
||||
@fa-var-table-cells-row-lock: "\e67a";
|
||||
@fa-var-rupiah-sign: "\e23d";
|
||||
@fa-var-magnifying-glass: "\f002";
|
||||
@fa-var-search: "\f002";
|
||||
@@ -1874,7 +1877,6 @@
|
||||
@fa-var-warning: "\f071";
|
||||
@fa-var-database: "\f1c0";
|
||||
@fa-var-share: "\f064";
|
||||
@fa-var-arrow-turn-right: "\f064";
|
||||
@fa-var-mail-forward: "\f064";
|
||||
@fa-var-bottle-droplet: "\e4c4";
|
||||
@fa-var-mask-face: "\e1d7";
|
||||
@@ -1951,6 +1953,7 @@
|
||||
@fa-var-bug-slash: "\e490";
|
||||
@fa-var-arrow-up-from-water-pump: "\e4b6";
|
||||
@fa-var-bone: "\f5d7";
|
||||
@fa-var-table-cells-row-unlock: "\e691";
|
||||
@fa-var-user-injured: "\f728";
|
||||
@fa-var-face-sad-tear: "\f5b4";
|
||||
@fa-var-sad-tear: "\f5b4";
|
||||
@@ -2013,6 +2016,7 @@
|
||||
@fa-var-yoast: "\f2b1";
|
||||
@fa-var-cloudflare: "\e07d";
|
||||
@fa-var-ups: "\f7e0";
|
||||
@fa-var-pixiv: "\e640";
|
||||
@fa-var-wpexplorer: "\f2de";
|
||||
@fa-var-dyalog: "\f399";
|
||||
@fa-var-bity: "\f37a";
|
||||
@@ -2033,6 +2037,8 @@
|
||||
@fa-var-centercode: "\f380";
|
||||
@fa-var-glide-g: "\f2a6";
|
||||
@fa-var-drupal: "\f1a9";
|
||||
@fa-var-jxl: "\e67b";
|
||||
@fa-var-dart-lang: "\e693";
|
||||
@fa-var-hire-a-helper: "\f3b0";
|
||||
@fa-var-creative-commons-by: "\f4e7";
|
||||
@fa-var-unity: "\e049";
|
||||
@@ -2048,6 +2054,7 @@
|
||||
@fa-var-contao: "\f26d";
|
||||
@fa-var-square-font-awesome: "\e5ad";
|
||||
@fa-var-deskpro: "\f38f";
|
||||
@fa-var-brave: "\e63c";
|
||||
@fa-var-sistrix: "\f3ee";
|
||||
@fa-var-square-instagram: "\e055";
|
||||
@fa-var-instagram-square: "\e055";
|
||||
@@ -2056,6 +2063,7 @@
|
||||
@fa-var-square-hacker-news: "\f3af";
|
||||
@fa-var-hacker-news-square: "\f3af";
|
||||
@fa-var-edge: "\f282";
|
||||
@fa-var-threads: "\e618";
|
||||
@fa-var-napster: "\f3d2";
|
||||
@fa-var-square-snapchat: "\f2ad";
|
||||
@fa-var-snapchat-square: "\f2ad";
|
||||
@@ -2103,6 +2111,7 @@
|
||||
@fa-var-centos: "\f789";
|
||||
@fa-var-adn: "\f170";
|
||||
@fa-var-cloudsmith: "\f384";
|
||||
@fa-var-opensuse: "\e62b";
|
||||
@fa-var-pied-piper-alt: "\f1a8";
|
||||
@fa-var-square-dribbble: "\f397";
|
||||
@fa-var-dribbble-square: "\f397";
|
||||
@@ -2112,6 +2121,7 @@
|
||||
@fa-var-steam: "\f1b6";
|
||||
@fa-var-cc-apple-pay: "\f416";
|
||||
@fa-var-scribd: "\f28a";
|
||||
@fa-var-debian: "\e60b";
|
||||
@fa-var-openid: "\f19b";
|
||||
@fa-var-instalod: "\e081";
|
||||
@fa-var-expeditedssl: "\f23e";
|
||||
@@ -2130,6 +2140,7 @@
|
||||
@fa-var-itunes-note: "\f3b5";
|
||||
@fa-var-golang: "\e40f";
|
||||
@fa-var-kickstarter: "\f3bb";
|
||||
@fa-var-square-kickstarter: "\f3bb";
|
||||
@fa-var-grav: "\f2d6";
|
||||
@fa-var-weibo: "\f18a";
|
||||
@fa-var-uncharted: "\e084";
|
||||
@@ -2150,6 +2161,7 @@
|
||||
@fa-var-laravel: "\f3bd";
|
||||
@fa-var-hotjar: "\f3b1";
|
||||
@fa-var-bluetooth-b: "\f294";
|
||||
@fa-var-square-letterboxd: "\e62e";
|
||||
@fa-var-sticker-mule: "\f3f7";
|
||||
@fa-var-creative-commons-zero: "\f4f3";
|
||||
@fa-var-hips: "\f452";
|
||||
@@ -2161,6 +2173,7 @@
|
||||
@fa-var-cc-discover: "\f1f2";
|
||||
@fa-var-wpbeginner: "\f297";
|
||||
@fa-var-confluence: "\f78d";
|
||||
@fa-var-shoelace: "\e60c";
|
||||
@fa-var-mdb: "\f8ca";
|
||||
@fa-var-dochub: "\f394";
|
||||
@fa-var-accessible-icon: "\f368";
|
||||
@@ -2192,6 +2205,7 @@
|
||||
@fa-var-phoenix-framework: "\f3dc";
|
||||
@fa-var-shopify: "\e057";
|
||||
@fa-var-neos: "\f612";
|
||||
@fa-var-square-threads: "\e619";
|
||||
@fa-var-hackerrank: "\f5f7";
|
||||
@fa-var-researchgate: "\f4f8";
|
||||
@fa-var-swift: "\f8e1";
|
||||
@@ -2201,6 +2215,7 @@
|
||||
@fa-var-y-combinator: "\f23b";
|
||||
@fa-var-empire: "\f1d1";
|
||||
@fa-var-envira: "\f299";
|
||||
@fa-var-google-scholar: "\e63b";
|
||||
@fa-var-square-gitlab: "\e5ae";
|
||||
@fa-var-gitlab-square: "\e5ae";
|
||||
@fa-var-studiovinari: "\f3f8";
|
||||
@@ -2245,6 +2260,7 @@
|
||||
@fa-var-blogger-b: "\f37d";
|
||||
@fa-var-opencart: "\f23d";
|
||||
@fa-var-vine: "\f1ca";
|
||||
@fa-var-signal-messenger: "\e663";
|
||||
@fa-var-paypal: "\f1ed";
|
||||
@fa-var-gitlab: "\f296";
|
||||
@fa-var-typo3: "\f42b";
|
||||
@@ -2256,6 +2272,7 @@
|
||||
@fa-var-bootstrap: "\f836";
|
||||
@fa-var-odnoklassniki: "\f263";
|
||||
@fa-var-nfc-symbol: "\e531";
|
||||
@fa-var-mintbit: "\e62f";
|
||||
@fa-var-ethereum: "\f42e";
|
||||
@fa-var-speaker-deck: "\f83c";
|
||||
@fa-var-creative-commons-nc-eu: "\f4e9";
|
||||
@@ -2264,9 +2281,11 @@
|
||||
@fa-var-ello: "\f5f1";
|
||||
@fa-var-gofore: "\f3a7";
|
||||
@fa-var-bimobject: "\f378";
|
||||
@fa-var-brave-reverse: "\e63d";
|
||||
@fa-var-facebook-f: "\f39e";
|
||||
@fa-var-square-google-plus: "\f0d4";
|
||||
@fa-var-google-plus-square: "\f0d4";
|
||||
@fa-var-web-awesome: "\e682";
|
||||
@fa-var-mandalorian: "\f50f";
|
||||
@fa-var-first-order-alt: "\f50a";
|
||||
@fa-var-osi: "\f41a";
|
||||
@@ -2298,6 +2317,7 @@
|
||||
@fa-var-soundcloud: "\f1be";
|
||||
@fa-var-digg: "\f1a6";
|
||||
@fa-var-tencent-weibo: "\f1d5";
|
||||
@fa-var-letterboxd: "\e62d";
|
||||
@fa-var-symfony: "\f83d";
|
||||
@fa-var-maxcdn: "\f136";
|
||||
@fa-var-etsy: "\f2d7";
|
||||
@@ -2306,6 +2326,7 @@
|
||||
@fa-var-think-peaks: "\f731";
|
||||
@fa-var-bilibili: "\e3d9";
|
||||
@fa-var-erlang: "\f39d";
|
||||
@fa-var-x-twitter: "\e61b";
|
||||
@fa-var-cotton-bureau: "\f89e";
|
||||
@fa-var-dashcube: "\f210";
|
||||
@fa-var-42-group: "\e080";
|
||||
@@ -2319,6 +2340,7 @@
|
||||
@fa-var-superpowers: "\f2dd";
|
||||
@fa-var-resolving: "\f3e7";
|
||||
@fa-var-xbox: "\f412";
|
||||
@fa-var-square-web-awesome-stroke: "\e684";
|
||||
@fa-var-searchengin: "\f3eb";
|
||||
@fa-var-tiktok: "\e07b";
|
||||
@fa-var-square-facebook: "\f082";
|
||||
@@ -2330,6 +2352,7 @@
|
||||
@fa-var-hubspot: "\f3b2";
|
||||
@fa-var-deploydog: "\f38e";
|
||||
@fa-var-twitch: "\f1e8";
|
||||
@fa-var-flutter: "\e694";
|
||||
@fa-var-ravelry: "\f2d9";
|
||||
@fa-var-mixer: "\e056";
|
||||
@fa-var-square-lastfm: "\f203";
|
||||
@@ -2343,6 +2366,7 @@
|
||||
@fa-var-dropbox: "\f16b";
|
||||
@fa-var-instagram: "\f16d";
|
||||
@fa-var-cmplid: "\e360";
|
||||
@fa-var-upwork: "\e641";
|
||||
@fa-var-facebook: "\f09a";
|
||||
@fa-var-gripfire: "\f3ac";
|
||||
@fa-var-jedi-order: "\f50e";
|
||||
@@ -2354,6 +2378,7 @@
|
||||
@fa-var-trade-federation: "\f513";
|
||||
@fa-var-autoprefixer: "\f41c";
|
||||
@fa-var-whatsapp: "\f232";
|
||||
@fa-var-square-upwork: "\e67c";
|
||||
@fa-var-slideshare: "\f1e7";
|
||||
@fa-var-google-play: "\f3ab";
|
||||
@fa-var-viadeo: "\f2a9";
|
||||
@@ -2380,6 +2405,7 @@
|
||||
@fa-var-readme: "\f4d5";
|
||||
@fa-var-html5: "\f13b";
|
||||
@fa-var-sellsy: "\f213";
|
||||
@fa-var-square-web-awesome: "\e683";
|
||||
@fa-var-sass: "\f41e";
|
||||
@fa-var-wirsindhandwerk: "\e2d0";
|
||||
@fa-var-wsh: "\e2d0";
|
||||
@@ -2392,6 +2418,7 @@
|
||||
@fa-var-apper: "\f371";
|
||||
@fa-var-fort-awesome: "\f286";
|
||||
@fa-var-waze: "\f83f";
|
||||
@fa-var-bluesky: "\e671";
|
||||
@fa-var-cc-jcb: "\f24b";
|
||||
@fa-var-snapchat: "\f2ab";
|
||||
@fa-var-snapchat-ghost: "\f2ab";
|
||||
@@ -2401,6 +2428,7 @@
|
||||
@fa-var-square-behance: "\f1b5";
|
||||
@fa-var-behance-square: "\f1b5";
|
||||
@fa-var-supple: "\f3f9";
|
||||
@fa-var-webflow: "\e65c";
|
||||
@fa-var-rebel: "\f1d0";
|
||||
@fa-var-css3: "\f13c";
|
||||
@fa-var-staylinked: "\f3f5";
|
||||
@@ -2471,6 +2499,7 @@
|
||||
@fa-var-tumblr: "\f173";
|
||||
@fa-var-vaadin: "\f408";
|
||||
@fa-var-quora: "\f2c4";
|
||||
@fa-var-square-x-twitter: "\e61a";
|
||||
@fa-var-reacteurope: "\f75d";
|
||||
@fa-var-medium: "\f23a";
|
||||
@fa-var-medium-m: "\f23a";
|
||||
@@ -2970,6 +2999,8 @@
|
||||
sign-in-alt: @fa-var-sign-in-alt;
|
||||
venus: @fa-var-venus;
|
||||
passport: @fa-var-passport;
|
||||
thumbtack-slash: @fa-var-thumbtack-slash;
|
||||
thumb-tack-slash: @fa-var-thumb-tack-slash;
|
||||
heart-pulse: @fa-var-heart-pulse;
|
||||
heartbeat: @fa-var-heartbeat;
|
||||
people-carry-box: @fa-var-people-carry-box;
|
||||
@@ -3262,6 +3293,7 @@
|
||||
couch: @fa-var-couch;
|
||||
cedi-sign: @fa-var-cedi-sign;
|
||||
italic: @fa-var-italic;
|
||||
table-cells-column-lock: @fa-var-table-cells-column-lock;
|
||||
church: @fa-var-church;
|
||||
comments-dollar: @fa-var-comments-dollar;
|
||||
democrat: @fa-var-democrat;
|
||||
@@ -3986,6 +4018,7 @@
|
||||
tree-city: @fa-var-tree-city;
|
||||
play: @fa-var-play;
|
||||
font: @fa-var-font;
|
||||
table-cells-row-lock: @fa-var-table-cells-row-lock;
|
||||
rupiah-sign: @fa-var-rupiah-sign;
|
||||
magnifying-glass: @fa-var-magnifying-glass;
|
||||
search: @fa-var-search;
|
||||
@@ -4329,7 +4362,6 @@
|
||||
warning: @fa-var-warning;
|
||||
database: @fa-var-database;
|
||||
share: @fa-var-share;
|
||||
arrow-turn-right: @fa-var-arrow-turn-right;
|
||||
mail-forward: @fa-var-mail-forward;
|
||||
bottle-droplet: @fa-var-bottle-droplet;
|
||||
mask-face: @fa-var-mask-face;
|
||||
@@ -4406,6 +4438,7 @@
|
||||
bug-slash: @fa-var-bug-slash;
|
||||
arrow-up-from-water-pump: @fa-var-arrow-up-from-water-pump;
|
||||
bone: @fa-var-bone;
|
||||
table-cells-row-unlock: @fa-var-table-cells-row-unlock;
|
||||
user-injured: @fa-var-user-injured;
|
||||
face-sad-tear: @fa-var-face-sad-tear;
|
||||
sad-tear: @fa-var-sad-tear;
|
||||
@@ -4470,6 +4503,7 @@
|
||||
yoast: @fa-var-yoast;
|
||||
cloudflare: @fa-var-cloudflare;
|
||||
ups: @fa-var-ups;
|
||||
pixiv: @fa-var-pixiv;
|
||||
wpexplorer: @fa-var-wpexplorer;
|
||||
dyalog: @fa-var-dyalog;
|
||||
bity: @fa-var-bity;
|
||||
@@ -4490,6 +4524,8 @@
|
||||
centercode: @fa-var-centercode;
|
||||
glide-g: @fa-var-glide-g;
|
||||
drupal: @fa-var-drupal;
|
||||
jxl: @fa-var-jxl;
|
||||
dart-lang: @fa-var-dart-lang;
|
||||
hire-a-helper: @fa-var-hire-a-helper;
|
||||
creative-commons-by: @fa-var-creative-commons-by;
|
||||
unity: @fa-var-unity;
|
||||
@@ -4505,6 +4541,7 @@
|
||||
contao: @fa-var-contao;
|
||||
square-font-awesome: @fa-var-square-font-awesome;
|
||||
deskpro: @fa-var-deskpro;
|
||||
brave: @fa-var-brave;
|
||||
sistrix: @fa-var-sistrix;
|
||||
square-instagram: @fa-var-square-instagram;
|
||||
instagram-square: @fa-var-instagram-square;
|
||||
@@ -4513,6 +4550,7 @@
|
||||
square-hacker-news: @fa-var-square-hacker-news;
|
||||
hacker-news-square: @fa-var-hacker-news-square;
|
||||
edge: @fa-var-edge;
|
||||
threads: @fa-var-threads;
|
||||
napster: @fa-var-napster;
|
||||
square-snapchat: @fa-var-square-snapchat;
|
||||
snapchat-square: @fa-var-snapchat-square;
|
||||
@@ -4560,6 +4598,7 @@
|
||||
centos: @fa-var-centos;
|
||||
adn: @fa-var-adn;
|
||||
cloudsmith: @fa-var-cloudsmith;
|
||||
opensuse: @fa-var-opensuse;
|
||||
pied-piper-alt: @fa-var-pied-piper-alt;
|
||||
square-dribbble: @fa-var-square-dribbble;
|
||||
dribbble-square: @fa-var-dribbble-square;
|
||||
@@ -4569,6 +4608,7 @@
|
||||
steam: @fa-var-steam;
|
||||
cc-apple-pay: @fa-var-cc-apple-pay;
|
||||
scribd: @fa-var-scribd;
|
||||
debian: @fa-var-debian;
|
||||
openid: @fa-var-openid;
|
||||
instalod: @fa-var-instalod;
|
||||
expeditedssl: @fa-var-expeditedssl;
|
||||
@@ -4587,6 +4627,7 @@
|
||||
itunes-note: @fa-var-itunes-note;
|
||||
golang: @fa-var-golang;
|
||||
kickstarter: @fa-var-kickstarter;
|
||||
square-kickstarter: @fa-var-square-kickstarter;
|
||||
grav: @fa-var-grav;
|
||||
weibo: @fa-var-weibo;
|
||||
uncharted: @fa-var-uncharted;
|
||||
@@ -4607,6 +4648,7 @@
|
||||
laravel: @fa-var-laravel;
|
||||
hotjar: @fa-var-hotjar;
|
||||
bluetooth-b: @fa-var-bluetooth-b;
|
||||
square-letterboxd: @fa-var-square-letterboxd;
|
||||
sticker-mule: @fa-var-sticker-mule;
|
||||
creative-commons-zero: @fa-var-creative-commons-zero;
|
||||
hips: @fa-var-hips;
|
||||
@@ -4618,6 +4660,7 @@
|
||||
cc-discover: @fa-var-cc-discover;
|
||||
wpbeginner: @fa-var-wpbeginner;
|
||||
confluence: @fa-var-confluence;
|
||||
shoelace: @fa-var-shoelace;
|
||||
mdb: @fa-var-mdb;
|
||||
dochub: @fa-var-dochub;
|
||||
accessible-icon: @fa-var-accessible-icon;
|
||||
@@ -4649,6 +4692,7 @@
|
||||
phoenix-framework: @fa-var-phoenix-framework;
|
||||
shopify: @fa-var-shopify;
|
||||
neos: @fa-var-neos;
|
||||
square-threads: @fa-var-square-threads;
|
||||
hackerrank: @fa-var-hackerrank;
|
||||
researchgate: @fa-var-researchgate;
|
||||
swift: @fa-var-swift;
|
||||
@@ -4658,6 +4702,7 @@
|
||||
y-combinator: @fa-var-y-combinator;
|
||||
empire: @fa-var-empire;
|
||||
envira: @fa-var-envira;
|
||||
google-scholar: @fa-var-google-scholar;
|
||||
square-gitlab: @fa-var-square-gitlab;
|
||||
gitlab-square: @fa-var-gitlab-square;
|
||||
studiovinari: @fa-var-studiovinari;
|
||||
@@ -4702,6 +4747,7 @@
|
||||
blogger-b: @fa-var-blogger-b;
|
||||
opencart: @fa-var-opencart;
|
||||
vine: @fa-var-vine;
|
||||
signal-messenger: @fa-var-signal-messenger;
|
||||
paypal: @fa-var-paypal;
|
||||
gitlab: @fa-var-gitlab;
|
||||
typo3: @fa-var-typo3;
|
||||
@@ -4713,6 +4759,7 @@
|
||||
bootstrap: @fa-var-bootstrap;
|
||||
odnoklassniki: @fa-var-odnoklassniki;
|
||||
nfc-symbol: @fa-var-nfc-symbol;
|
||||
mintbit: @fa-var-mintbit;
|
||||
ethereum: @fa-var-ethereum;
|
||||
speaker-deck: @fa-var-speaker-deck;
|
||||
creative-commons-nc-eu: @fa-var-creative-commons-nc-eu;
|
||||
@@ -4721,9 +4768,11 @@
|
||||
ello: @fa-var-ello;
|
||||
gofore: @fa-var-gofore;
|
||||
bimobject: @fa-var-bimobject;
|
||||
brave-reverse: @fa-var-brave-reverse;
|
||||
facebook-f: @fa-var-facebook-f;
|
||||
square-google-plus: @fa-var-square-google-plus;
|
||||
google-plus-square: @fa-var-google-plus-square;
|
||||
web-awesome: @fa-var-web-awesome;
|
||||
mandalorian: @fa-var-mandalorian;
|
||||
first-order-alt: @fa-var-first-order-alt;
|
||||
osi: @fa-var-osi;
|
||||
@@ -4755,6 +4804,7 @@
|
||||
soundcloud: @fa-var-soundcloud;
|
||||
digg: @fa-var-digg;
|
||||
tencent-weibo: @fa-var-tencent-weibo;
|
||||
letterboxd: @fa-var-letterboxd;
|
||||
symfony: @fa-var-symfony;
|
||||
maxcdn: @fa-var-maxcdn;
|
||||
etsy: @fa-var-etsy;
|
||||
@@ -4763,6 +4813,7 @@
|
||||
think-peaks: @fa-var-think-peaks;
|
||||
bilibili: @fa-var-bilibili;
|
||||
erlang: @fa-var-erlang;
|
||||
x-twitter: @fa-var-x-twitter;
|
||||
cotton-bureau: @fa-var-cotton-bureau;
|
||||
dashcube: @fa-var-dashcube;
|
||||
42-group: @fa-var-42-group;
|
||||
@@ -4776,6 +4827,7 @@
|
||||
superpowers: @fa-var-superpowers;
|
||||
resolving: @fa-var-resolving;
|
||||
xbox: @fa-var-xbox;
|
||||
square-web-awesome-stroke: @fa-var-square-web-awesome-stroke;
|
||||
searchengin: @fa-var-searchengin;
|
||||
tiktok: @fa-var-tiktok;
|
||||
square-facebook: @fa-var-square-facebook;
|
||||
@@ -4787,6 +4839,7 @@
|
||||
hubspot: @fa-var-hubspot;
|
||||
deploydog: @fa-var-deploydog;
|
||||
twitch: @fa-var-twitch;
|
||||
flutter: @fa-var-flutter;
|
||||
ravelry: @fa-var-ravelry;
|
||||
mixer: @fa-var-mixer;
|
||||
square-lastfm: @fa-var-square-lastfm;
|
||||
@@ -4800,6 +4853,7 @@
|
||||
dropbox: @fa-var-dropbox;
|
||||
instagram: @fa-var-instagram;
|
||||
cmplid: @fa-var-cmplid;
|
||||
upwork: @fa-var-upwork;
|
||||
facebook: @fa-var-facebook;
|
||||
gripfire: @fa-var-gripfire;
|
||||
jedi-order: @fa-var-jedi-order;
|
||||
@@ -4811,6 +4865,7 @@
|
||||
trade-federation: @fa-var-trade-federation;
|
||||
autoprefixer: @fa-var-autoprefixer;
|
||||
whatsapp: @fa-var-whatsapp;
|
||||
square-upwork: @fa-var-square-upwork;
|
||||
slideshare: @fa-var-slideshare;
|
||||
google-play: @fa-var-google-play;
|
||||
viadeo: @fa-var-viadeo;
|
||||
@@ -4837,6 +4892,7 @@
|
||||
readme: @fa-var-readme;
|
||||
html5: @fa-var-html5;
|
||||
sellsy: @fa-var-sellsy;
|
||||
square-web-awesome: @fa-var-square-web-awesome;
|
||||
sass: @fa-var-sass;
|
||||
wirsindhandwerk: @fa-var-wirsindhandwerk;
|
||||
wsh: @fa-var-wsh;
|
||||
@@ -4849,6 +4905,7 @@
|
||||
apper: @fa-var-apper;
|
||||
fort-awesome: @fa-var-fort-awesome;
|
||||
waze: @fa-var-waze;
|
||||
bluesky: @fa-var-bluesky;
|
||||
cc-jcb: @fa-var-cc-jcb;
|
||||
snapchat: @fa-var-snapchat;
|
||||
snapchat-ghost: @fa-var-snapchat-ghost;
|
||||
@@ -4858,6 +4915,7 @@
|
||||
square-behance: @fa-var-square-behance;
|
||||
behance-square: @fa-var-behance-square;
|
||||
supple: @fa-var-supple;
|
||||
webflow: @fa-var-webflow;
|
||||
rebel: @fa-var-rebel;
|
||||
css3: @fa-var-css3;
|
||||
staylinked: @fa-var-staylinked;
|
||||
@@ -4928,6 +4986,7 @@
|
||||
tumblr: @fa-var-tumblr;
|
||||
vaadin: @fa-var-vaadin;
|
||||
quora: @fa-var-quora;
|
||||
square-x-twitter: @fa-var-square-x-twitter;
|
||||
reacteurope: @fa-var-reacteurope;
|
||||
medium: @fa-var-medium;
|
||||
medium-m: @fa-var-medium-m;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
// Font Awesome core compile (Web Fonts-based)
|
||||
// -------------------------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
url('@{fa-font-path}/fa-solid-900.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
.fas,
|
||||
.@{fa-css-prefix}-solid {
|
||||
font-weight: 900;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
// V4 shims compile (Web Fonts-based)
|
||||
// -------------------------
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
accessibility:
|
||||
icons:
|
||||
- accessible-icon
|
||||
- address-card
|
||||
- audio-description
|
||||
- braille
|
||||
- circle-info
|
||||
@@ -38,6 +39,7 @@ alert:
|
||||
alphabet:
|
||||
icons:
|
||||
- a
|
||||
- address-card
|
||||
- b
|
||||
- c
|
||||
- circle-h
|
||||
@@ -218,6 +220,7 @@ arrows:
|
||||
label: Arrows
|
||||
astronomy:
|
||||
icons:
|
||||
- binoculars
|
||||
- globe
|
||||
- meteor
|
||||
- moon
|
||||
@@ -428,6 +431,7 @@ business:
|
||||
- tag
|
||||
- tags
|
||||
- thumbtack
|
||||
- thumbtack-slash
|
||||
- timeline
|
||||
- trademark
|
||||
- vault
|
||||
@@ -585,6 +589,7 @@ coding:
|
||||
- folder
|
||||
- folder-open
|
||||
- font-awesome
|
||||
- gear
|
||||
- gears
|
||||
- keyboard
|
||||
- laptop-code
|
||||
@@ -599,6 +604,7 @@ coding:
|
||||
- sitemap
|
||||
- terminal
|
||||
- user-secret
|
||||
- web-awesome
|
||||
- window-maximize
|
||||
- window-minimize
|
||||
- window-restore
|
||||
@@ -763,6 +769,7 @@ design:
|
||||
- vector-square
|
||||
- wand-magic
|
||||
- wand-magic-sparkles
|
||||
- web-awesome
|
||||
label: Design
|
||||
devices-hardware:
|
||||
icons:
|
||||
@@ -869,6 +876,7 @@ editing:
|
||||
- ellipsis-vertical
|
||||
- eye-dropper
|
||||
- eye-slash
|
||||
- gear
|
||||
- grip
|
||||
- grip-lines
|
||||
- grip-lines-vertical
|
||||
@@ -1782,6 +1790,7 @@ maps:
|
||||
- location-pin-lock
|
||||
- magnet
|
||||
- magnifying-glass
|
||||
- magnifying-glass-location
|
||||
- magnifying-glass-minus
|
||||
- magnifying-glass-plus
|
||||
- map
|
||||
@@ -1789,6 +1798,7 @@ maps:
|
||||
- martini-glass-empty
|
||||
- money-bill
|
||||
- money-bill-1
|
||||
- monument
|
||||
- motorcycle
|
||||
- mountain-sun
|
||||
- mug-saucer
|
||||
@@ -1830,6 +1840,7 @@ maps:
|
||||
- tags
|
||||
- taxi
|
||||
- thumbtack
|
||||
- thumbtack-slash
|
||||
- ticket
|
||||
- ticket-simple
|
||||
- traffic-light
|
||||
@@ -1985,6 +1996,8 @@ medical-health:
|
||||
- crutch
|
||||
- disease
|
||||
- dna
|
||||
- droplet
|
||||
- droplet-slash
|
||||
- eye
|
||||
- eye-dropper
|
||||
- file-medical
|
||||
@@ -1994,6 +2007,7 @@ medical-health:
|
||||
- flask
|
||||
- flask-vial
|
||||
- hand-dots
|
||||
- hand-holding-droplet
|
||||
- hand-holding-medical
|
||||
- head-side-cough
|
||||
- head-side-cough-slash
|
||||
@@ -2057,6 +2071,7 @@ medical-health:
|
||||
- teeth-open
|
||||
- thermometer
|
||||
- tooth
|
||||
- truck-droplet
|
||||
- truck-medical
|
||||
- user-doctor
|
||||
- user-nurse
|
||||
@@ -2193,6 +2208,7 @@ music-audio:
|
||||
- volume-low
|
||||
- volume-off
|
||||
- volume-xmark
|
||||
- wave-square
|
||||
label: Music + Audio
|
||||
nature:
|
||||
icons:
|
||||
@@ -2554,11 +2570,13 @@ shopping:
|
||||
social:
|
||||
icons:
|
||||
- bell
|
||||
- bluesky
|
||||
- cake-candles
|
||||
- camera
|
||||
- circle-user
|
||||
- comment
|
||||
- envelope
|
||||
- facebook
|
||||
- hashtag
|
||||
- heart
|
||||
- icons
|
||||
@@ -2579,6 +2597,7 @@ social:
|
||||
- thumbs-down
|
||||
- thumbs-up
|
||||
- thumbtack
|
||||
- thumbtack-slash
|
||||
- user
|
||||
- user-group
|
||||
- user-plus
|
||||
@@ -2587,6 +2606,9 @@ social:
|
||||
label: Social
|
||||
spinners:
|
||||
icons:
|
||||
- arrow-rotate-left
|
||||
- arrow-rotate-right
|
||||
- arrows-rotate
|
||||
- arrows-spin
|
||||
- asterisk
|
||||
- atom
|
||||
@@ -2604,6 +2626,8 @@ spinners:
|
||||
- palette
|
||||
- ring
|
||||
- rotate
|
||||
- rotate-left
|
||||
- rotate-right
|
||||
- slash
|
||||
- snowflake
|
||||
- spinner
|
||||
@@ -2682,7 +2706,10 @@ text-formatting:
|
||||
- superscript
|
||||
- table
|
||||
- table-cells
|
||||
- table-cells-column-lock
|
||||
- table-cells-large
|
||||
- table-cells-row-lock
|
||||
- table-cells-row-unlock
|
||||
- table-columns
|
||||
- table-list
|
||||
- text-height
|
||||
@@ -3051,4 +3078,5 @@ writing:
|
||||
- signature
|
||||
- square-pen
|
||||
- thumbtack
|
||||
- thumbtack-slash
|
||||
label: Writing
|
||||
|
||||
@@ -102,8 +102,20 @@ bryntum:
|
||||
- diagram-previous
|
||||
- diagram-subtask
|
||||
- diagram-successor
|
||||
- table-cells-row-lock
|
||||
- table-cells-row-unlock
|
||||
label: Bryntum
|
||||
url: 'https://bryntum.com'
|
||||
bundeskriminalamt:
|
||||
icons:
|
||||
- globe-wifi
|
||||
- hydra
|
||||
- lightbulb-message
|
||||
- octopus
|
||||
- user-beard-bolt
|
||||
- user-hoodie
|
||||
label: 'Bundeskriminalamt, Cybercrime Division'
|
||||
url: 'https://www.bka.de'
|
||||
büromöbel-experte-gmb-h &co-kg:
|
||||
icons:
|
||||
- buromobelexperte
|
||||
@@ -248,6 +260,12 @@ econopublish:
|
||||
- hat-cowboy-side
|
||||
label: EconoPublish
|
||||
url: 'https://www.econopublish.com'
|
||||
fairyloot:
|
||||
icons:
|
||||
- person-dress-fairy
|
||||
- person-fairy
|
||||
label: FairyLoot
|
||||
url: 'https://us.fairyloot.com'
|
||||
firstdraft:
|
||||
icons:
|
||||
- firstdraft
|
||||
@@ -404,6 +422,36 @@ hub-spot:
|
||||
- hubspot
|
||||
label: HubSpot
|
||||
url: 'http://www.HubSpot.com'
|
||||
icis:
|
||||
icons:
|
||||
- arrow-progress
|
||||
- bag-seedling
|
||||
- bin-bottles
|
||||
- bin-bottles-recycle
|
||||
- calendar-users
|
||||
- chart-line-up-down
|
||||
- chart-mixed-up-circle-currency
|
||||
- chart-mixed-up-circle-dollar
|
||||
- chart-pie-simple-circle-currency
|
||||
- circles-overlap
|
||||
- cloud-binary
|
||||
- conveyor-belt-arm
|
||||
- display-chart-up-circle-currency
|
||||
- display-chart-up-circle-dollar
|
||||
- flask-gear
|
||||
- gear-complex-code
|
||||
- laptop-binary
|
||||
- lightbulb-gear
|
||||
- person-running-fast
|
||||
- right-left-large
|
||||
- user-group-simple
|
||||
label: ICIS
|
||||
url: 'https://www.icis.com/'
|
||||
idle-anthill:
|
||||
icons:
|
||||
- ant
|
||||
label: Idle Anthill
|
||||
url: 'https://idleanthill.com/'
|
||||
in-site-systems:
|
||||
icons:
|
||||
- toolbox
|
||||
@@ -419,6 +467,16 @@ instalod:
|
||||
- instalod
|
||||
label: InstaLOD
|
||||
url: 'https://instalod.com'
|
||||
intellectability:
|
||||
icons:
|
||||
- raccoon
|
||||
label: IntellectAbility
|
||||
url: 'https://replacingrisk.com'
|
||||
iris:
|
||||
icons:
|
||||
- chart-pie-simple-circle-dollar
|
||||
label: ICIS
|
||||
url: 'https://www.icis.com/'
|
||||
joe-emison:
|
||||
icons:
|
||||
- blender-phone
|
||||
@@ -440,6 +498,11 @@ jon-galloway:
|
||||
- crow
|
||||
label: Jon Galloway
|
||||
url: null
|
||||
jxl:
|
||||
icons:
|
||||
- jxl
|
||||
label: JXL for Jira
|
||||
url: 'https://jxl.app'
|
||||
kevin-barone:
|
||||
icons:
|
||||
- file-contract
|
||||
@@ -455,6 +518,11 @@ korvue:
|
||||
- korvue
|
||||
label: Korvue
|
||||
url: 'https://korvue.com'
|
||||
labuniq:
|
||||
icons:
|
||||
- chf-sign
|
||||
label: LABUNIQ
|
||||
url: 'https://labuniq.com/'
|
||||
lean-stack:
|
||||
icons:
|
||||
- diagram-lean-canvas
|
||||
@@ -506,6 +574,11 @@ megaport:
|
||||
- megaport
|
||||
label: Megaport
|
||||
url: 'https://www.megaport.com'
|
||||
mintbit:
|
||||
icons:
|
||||
- mintbit
|
||||
label: Mintbit
|
||||
url: 'https://www.mintbit.com'
|
||||
mix:
|
||||
icons:
|
||||
- mix
|
||||
@@ -555,6 +628,11 @@ nimblr:
|
||||
- nimblr
|
||||
label: Nimblr
|
||||
url: 'https://nimblr.ai'
|
||||
nisutec:
|
||||
icons:
|
||||
- wreath-laurel
|
||||
label: Nisutec
|
||||
url: 'https://nisu.ly'
|
||||
nompse:
|
||||
icons:
|
||||
- chalkboard
|
||||
@@ -600,12 +678,20 @@ olameter:
|
||||
op-labs:
|
||||
icons:
|
||||
- bridge-suspension
|
||||
- grid-round
|
||||
- hexagon-image
|
||||
- mustache
|
||||
- nose
|
||||
- pickaxe
|
||||
label: OP Labs
|
||||
url: 'https://www.optimism.io'
|
||||
optimism:
|
||||
icons:
|
||||
- hat-beach
|
||||
- swap
|
||||
- swap-arrows
|
||||
label: Optimism
|
||||
url: 'https://www.optimism.io/'
|
||||
padlet:
|
||||
icons:
|
||||
- padlet
|
||||
@@ -796,6 +882,11 @@ rodney-oliver:
|
||||
- folder-plus
|
||||
label: Rodney Oliver
|
||||
url: null
|
||||
ruling:
|
||||
icons:
|
||||
- file-cad
|
||||
label: 'Ruland Manufacturing Co., Inc.'
|
||||
url: 'http://www.ruland.com/'
|
||||
schlix:
|
||||
icons:
|
||||
- schlix
|
||||
@@ -805,7 +896,7 @@ screenpal:
|
||||
icons:
|
||||
- screenpal
|
||||
label: ScreenPal
|
||||
url: 'https://screencast-o-matic.com/screenpal'
|
||||
url: 'https://screenpal.com'
|
||||
search-eng-in:
|
||||
icons:
|
||||
- searchengin
|
||||
@@ -993,6 +1084,11 @@ think-peaks:
|
||||
- think-peaks
|
||||
label: Think Peaks
|
||||
url: 'https://thinkpeaks.com'
|
||||
timesavr:
|
||||
icons:
|
||||
- bottle-baby
|
||||
label: Timesavr Software
|
||||
url: 'http://www.timesavr.net'
|
||||
typo3:
|
||||
icons:
|
||||
- typo3
|
||||
@@ -1232,11 +1328,21 @@ uncharted:
|
||||
- uncharted
|
||||
label: Uncharted Software
|
||||
url: 'https://uncharted.software'
|
||||
undeco-cora:
|
||||
icons:
|
||||
- music-magnifying-glass
|
||||
label: Undeco & Cora Music
|
||||
url: 'https://undeco.se'
|
||||
uniregistry:
|
||||
icons:
|
||||
- uniregistry
|
||||
label: Uniregistry
|
||||
url: 'https://uniregistry.com'
|
||||
unsharpen:
|
||||
icons:
|
||||
- pencil-mechanical
|
||||
label: Unsharpen.com
|
||||
url: 'https://unsharpen.com'
|
||||
uptick:
|
||||
icons:
|
||||
- blanket-fire
|
||||
@@ -1280,6 +1386,11 @@ van-raam:
|
||||
- tricycle-adult
|
||||
label: Van Raam
|
||||
url: 'https://www.vanraam.com'
|
||||
verifi:
|
||||
icons:
|
||||
- circle-wifi-circle-wifi
|
||||
label: VeriFi
|
||||
url: 'http://verifi.world/'
|
||||
via:
|
||||
icons:
|
||||
- car-burst
|
||||
@@ -1345,3 +1456,8 @@ wpressr:
|
||||
- wpressr
|
||||
label: wpressr
|
||||
url: 'https://wpressr.com'
|
||||
zulu-alpha-kilo:
|
||||
icons:
|
||||
- billboard
|
||||
label: Zulu Alpha Kilo
|
||||
url: 'https://www.zulualphakilo.com'
|
||||
|
||||
@@ -21,12 +21,9 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "6.3.0",
|
||||
"version": "6.6.0",
|
||||
"name": "@fortawesome/fontawesome-free",
|
||||
"main": "js/fontawesome.js",
|
||||
"style": "css/fontawesome.css",
|
||||
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)"
|
||||
}
|
||||
@@ -150,4 +150,3 @@
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
padding: var(--#{$fa-css-prefix}-border-padding, #{$fa-border-padding});
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-left {
|
||||
.#{$fa-css-prefix}-pull-left {
|
||||
float: left;
|
||||
margin-right: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-right {
|
||||
.#{$fa-css-prefix}-pull-right {
|
||||
float: right;
|
||||
margin-left: var(--#{$fa-css-prefix}-pull-margin, #{$fa-pull-margin});
|
||||
}
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
font-weight: var(--#{$fa-css-prefix}-style, #{$fa-style});
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix},
|
||||
.#{$fa-css-prefix}-classic,
|
||||
.#{$fa-css-prefix}-sharp,
|
||||
.fas,
|
||||
.#{$fa-css-prefix}-solid,
|
||||
.far,
|
||||
.#{$fa-css-prefix}-regular,
|
||||
.#{$fa-css-prefix}-brands,
|
||||
.fas,
|
||||
.far,
|
||||
.fab,
|
||||
.#{$fa-css-prefix}-brands {
|
||||
.#{$fa-css-prefix}-sharp-solid,
|
||||
.#{$fa-css-prefix}-classic,
|
||||
.#{$fa-css-prefix} {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--#{$fa-css-prefix}-display, #{$fa-display});
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-li {
|
||||
left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1);
|
||||
left: calc(-1 * var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
content: unquote("\"#{ $fa-var }\"");
|
||||
}
|
||||
}
|
||||
|
||||
@mixin fa-icon-regular($fa-var) {
|
||||
@extend %fa-icon;
|
||||
@extend .fa-regular;
|
||||
@@ -63,7 +62,6 @@
|
||||
content: unquote("\"#{ $fa-var }\"");
|
||||
}
|
||||
}
|
||||
|
||||
@mixin fa-icon-brands($fa-var) {
|
||||
@extend %fa-icon;
|
||||
@extend .fa-brands;
|
||||
@@ -72,4 +70,3 @@
|
||||
content: unquote("\"#{ $fa-var }\"");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-flip-both,
|
||||
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
|
||||
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical {
|
||||
transform: scale(-1, -1);
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-rotate-by {
|
||||
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, none));
|
||||
transform: rotate(var(--#{$fa-css-prefix}-rotate-angle, 0));
|
||||
}
|
||||
|
||||
@@ -514,6 +514,8 @@ $fa-var-right-to-bracket: \f2f6;
|
||||
$fa-var-sign-in-alt: \f2f6;
|
||||
$fa-var-venus: \f221;
|
||||
$fa-var-passport: \f5ab;
|
||||
$fa-var-thumbtack-slash: \e68f;
|
||||
$fa-var-thumb-tack-slash: \e68f;
|
||||
$fa-var-heart-pulse: \f21e;
|
||||
$fa-var-heartbeat: \f21e;
|
||||
$fa-var-people-carry-box: \f4ce;
|
||||
@@ -806,6 +808,7 @@ $fa-var-glass-martini: \f000;
|
||||
$fa-var-couch: \f4b8;
|
||||
$fa-var-cedi-sign: \e0df;
|
||||
$fa-var-italic: \f033;
|
||||
$fa-var-table-cells-column-lock: \e678;
|
||||
$fa-var-church: \f51d;
|
||||
$fa-var-comments-dollar: \f653;
|
||||
$fa-var-democrat: \f747;
|
||||
@@ -1530,6 +1533,7 @@ $fa-var-assistive-listening-systems: \f2a2;
|
||||
$fa-var-tree-city: \e587;
|
||||
$fa-var-play: \f04b;
|
||||
$fa-var-font: \f031;
|
||||
$fa-var-table-cells-row-lock: \e67a;
|
||||
$fa-var-rupiah-sign: \e23d;
|
||||
$fa-var-magnifying-glass: \f002;
|
||||
$fa-var-search: \f002;
|
||||
@@ -1873,7 +1877,6 @@ $fa-var-exclamation-triangle: \f071;
|
||||
$fa-var-warning: \f071;
|
||||
$fa-var-database: \f1c0;
|
||||
$fa-var-share: \f064;
|
||||
$fa-var-arrow-turn-right: \f064;
|
||||
$fa-var-mail-forward: \f064;
|
||||
$fa-var-bottle-droplet: \e4c4;
|
||||
$fa-var-mask-face: \e1d7;
|
||||
@@ -1950,6 +1953,7 @@ $fa-var-sticky-note: \f249;
|
||||
$fa-var-bug-slash: \e490;
|
||||
$fa-var-arrow-up-from-water-pump: \e4b6;
|
||||
$fa-var-bone: \f5d7;
|
||||
$fa-var-table-cells-row-unlock: \e691;
|
||||
$fa-var-user-injured: \f728;
|
||||
$fa-var-face-sad-tear: \f5b4;
|
||||
$fa-var-sad-tear: \f5b4;
|
||||
@@ -2012,6 +2016,7 @@ $fa-var-redhat: \f7bc;
|
||||
$fa-var-yoast: \f2b1;
|
||||
$fa-var-cloudflare: \e07d;
|
||||
$fa-var-ups: \f7e0;
|
||||
$fa-var-pixiv: \e640;
|
||||
$fa-var-wpexplorer: \f2de;
|
||||
$fa-var-dyalog: \f399;
|
||||
$fa-var-bity: \f37a;
|
||||
@@ -2032,6 +2037,8 @@ $fa-var-creative-commons-pd-alt: \f4ed;
|
||||
$fa-var-centercode: \f380;
|
||||
$fa-var-glide-g: \f2a6;
|
||||
$fa-var-drupal: \f1a9;
|
||||
$fa-var-jxl: \e67b;
|
||||
$fa-var-dart-lang: \e693;
|
||||
$fa-var-hire-a-helper: \f3b0;
|
||||
$fa-var-creative-commons-by: \f4e7;
|
||||
$fa-var-unity: \e049;
|
||||
@@ -2047,6 +2054,7 @@ $fa-var-vimeo-v: \f27d;
|
||||
$fa-var-contao: \f26d;
|
||||
$fa-var-square-font-awesome: \e5ad;
|
||||
$fa-var-deskpro: \f38f;
|
||||
$fa-var-brave: \e63c;
|
||||
$fa-var-sistrix: \f3ee;
|
||||
$fa-var-square-instagram: \e055;
|
||||
$fa-var-instagram-square: \e055;
|
||||
@@ -2055,6 +2063,7 @@ $fa-var-the-red-yeti: \f69d;
|
||||
$fa-var-square-hacker-news: \f3af;
|
||||
$fa-var-hacker-news-square: \f3af;
|
||||
$fa-var-edge: \f282;
|
||||
$fa-var-threads: \e618;
|
||||
$fa-var-napster: \f3d2;
|
||||
$fa-var-square-snapchat: \f2ad;
|
||||
$fa-var-snapchat-square: \f2ad;
|
||||
@@ -2102,6 +2111,7 @@ $fa-var-meetup: \f2e0;
|
||||
$fa-var-centos: \f789;
|
||||
$fa-var-adn: \f170;
|
||||
$fa-var-cloudsmith: \f384;
|
||||
$fa-var-opensuse: \e62b;
|
||||
$fa-var-pied-piper-alt: \f1a8;
|
||||
$fa-var-square-dribbble: \f397;
|
||||
$fa-var-dribbble-square: \f397;
|
||||
@@ -2111,6 +2121,7 @@ $fa-var-mix: \f3cb;
|
||||
$fa-var-steam: \f1b6;
|
||||
$fa-var-cc-apple-pay: \f416;
|
||||
$fa-var-scribd: \f28a;
|
||||
$fa-var-debian: \e60b;
|
||||
$fa-var-openid: \f19b;
|
||||
$fa-var-instalod: \e081;
|
||||
$fa-var-expeditedssl: \f23e;
|
||||
@@ -2129,6 +2140,7 @@ $fa-var-cc-mastercard: \f1f1;
|
||||
$fa-var-itunes-note: \f3b5;
|
||||
$fa-var-golang: \e40f;
|
||||
$fa-var-kickstarter: \f3bb;
|
||||
$fa-var-square-kickstarter: \f3bb;
|
||||
$fa-var-grav: \f2d6;
|
||||
$fa-var-weibo: \f18a;
|
||||
$fa-var-uncharted: \e084;
|
||||
@@ -2149,6 +2161,7 @@ $fa-var-meta: \e49b;
|
||||
$fa-var-laravel: \f3bd;
|
||||
$fa-var-hotjar: \f3b1;
|
||||
$fa-var-bluetooth-b: \f294;
|
||||
$fa-var-square-letterboxd: \e62e;
|
||||
$fa-var-sticker-mule: \f3f7;
|
||||
$fa-var-creative-commons-zero: \f4f3;
|
||||
$fa-var-hips: \f452;
|
||||
@@ -2160,6 +2173,7 @@ $fa-var-app-store-ios: \f370;
|
||||
$fa-var-cc-discover: \f1f2;
|
||||
$fa-var-wpbeginner: \f297;
|
||||
$fa-var-confluence: \f78d;
|
||||
$fa-var-shoelace: \e60c;
|
||||
$fa-var-mdb: \f8ca;
|
||||
$fa-var-dochub: \f394;
|
||||
$fa-var-accessible-icon: \f368;
|
||||
@@ -2191,6 +2205,7 @@ $fa-var-fedex: \f797;
|
||||
$fa-var-phoenix-framework: \f3dc;
|
||||
$fa-var-shopify: \e057;
|
||||
$fa-var-neos: \f612;
|
||||
$fa-var-square-threads: \e619;
|
||||
$fa-var-hackerrank: \f5f7;
|
||||
$fa-var-researchgate: \f4f8;
|
||||
$fa-var-swift: \f8e1;
|
||||
@@ -2200,6 +2215,7 @@ $fa-var-angrycreative: \f36e;
|
||||
$fa-var-y-combinator: \f23b;
|
||||
$fa-var-empire: \f1d1;
|
||||
$fa-var-envira: \f299;
|
||||
$fa-var-google-scholar: \e63b;
|
||||
$fa-var-square-gitlab: \e5ae;
|
||||
$fa-var-gitlab-square: \e5ae;
|
||||
$fa-var-studiovinari: \f3f8;
|
||||
@@ -2244,6 +2260,7 @@ $fa-var-less: \f41d;
|
||||
$fa-var-blogger-b: \f37d;
|
||||
$fa-var-opencart: \f23d;
|
||||
$fa-var-vine: \f1ca;
|
||||
$fa-var-signal-messenger: \e663;
|
||||
$fa-var-paypal: \f1ed;
|
||||
$fa-var-gitlab: \f296;
|
||||
$fa-var-typo3: \f42b;
|
||||
@@ -2255,6 +2272,7 @@ $fa-var-pied-piper-pp: \f1a7;
|
||||
$fa-var-bootstrap: \f836;
|
||||
$fa-var-odnoklassniki: \f263;
|
||||
$fa-var-nfc-symbol: \e531;
|
||||
$fa-var-mintbit: \e62f;
|
||||
$fa-var-ethereum: \f42e;
|
||||
$fa-var-speaker-deck: \f83c;
|
||||
$fa-var-creative-commons-nc-eu: \f4e9;
|
||||
@@ -2263,9 +2281,11 @@ $fa-var-avianex: \f374;
|
||||
$fa-var-ello: \f5f1;
|
||||
$fa-var-gofore: \f3a7;
|
||||
$fa-var-bimobject: \f378;
|
||||
$fa-var-brave-reverse: \e63d;
|
||||
$fa-var-facebook-f: \f39e;
|
||||
$fa-var-square-google-plus: \f0d4;
|
||||
$fa-var-google-plus-square: \f0d4;
|
||||
$fa-var-web-awesome: \e682;
|
||||
$fa-var-mandalorian: \f50f;
|
||||
$fa-var-first-order-alt: \f50a;
|
||||
$fa-var-osi: \f41a;
|
||||
@@ -2297,6 +2317,7 @@ $fa-var-viber: \f409;
|
||||
$fa-var-soundcloud: \f1be;
|
||||
$fa-var-digg: \f1a6;
|
||||
$fa-var-tencent-weibo: \f1d5;
|
||||
$fa-var-letterboxd: \e62d;
|
||||
$fa-var-symfony: \f83d;
|
||||
$fa-var-maxcdn: \f136;
|
||||
$fa-var-etsy: \f2d7;
|
||||
@@ -2305,6 +2326,7 @@ $fa-var-audible: \f373;
|
||||
$fa-var-think-peaks: \f731;
|
||||
$fa-var-bilibili: \e3d9;
|
||||
$fa-var-erlang: \f39d;
|
||||
$fa-var-x-twitter: \e61b;
|
||||
$fa-var-cotton-bureau: \f89e;
|
||||
$fa-var-dashcube: \f210;
|
||||
$fa-var-42-group: \e080;
|
||||
@@ -2318,6 +2340,7 @@ $fa-var-palfed: \f3d8;
|
||||
$fa-var-superpowers: \f2dd;
|
||||
$fa-var-resolving: \f3e7;
|
||||
$fa-var-xbox: \f412;
|
||||
$fa-var-square-web-awesome-stroke: \e684;
|
||||
$fa-var-searchengin: \f3eb;
|
||||
$fa-var-tiktok: \e07b;
|
||||
$fa-var-square-facebook: \f082;
|
||||
@@ -2329,6 +2352,7 @@ $fa-var-linkedin: \f08c;
|
||||
$fa-var-hubspot: \f3b2;
|
||||
$fa-var-deploydog: \f38e;
|
||||
$fa-var-twitch: \f1e8;
|
||||
$fa-var-flutter: \e694;
|
||||
$fa-var-ravelry: \f2d9;
|
||||
$fa-var-mixer: \e056;
|
||||
$fa-var-square-lastfm: \f203;
|
||||
@@ -2342,6 +2366,7 @@ $fa-var-cc-amazon-pay: \f42d;
|
||||
$fa-var-dropbox: \f16b;
|
||||
$fa-var-instagram: \f16d;
|
||||
$fa-var-cmplid: \e360;
|
||||
$fa-var-upwork: \e641;
|
||||
$fa-var-facebook: \f09a;
|
||||
$fa-var-gripfire: \f3ac;
|
||||
$fa-var-jedi-order: \f50e;
|
||||
@@ -2353,6 +2378,7 @@ $fa-var-earlybirds: \f39a;
|
||||
$fa-var-trade-federation: \f513;
|
||||
$fa-var-autoprefixer: \f41c;
|
||||
$fa-var-whatsapp: \f232;
|
||||
$fa-var-square-upwork: \e67c;
|
||||
$fa-var-slideshare: \f1e7;
|
||||
$fa-var-google-play: \f3ab;
|
||||
$fa-var-viadeo: \f2a9;
|
||||
@@ -2379,6 +2405,7 @@ $fa-var-yandex: \f413;
|
||||
$fa-var-readme: \f4d5;
|
||||
$fa-var-html5: \f13b;
|
||||
$fa-var-sellsy: \f213;
|
||||
$fa-var-square-web-awesome: \e683;
|
||||
$fa-var-sass: \f41e;
|
||||
$fa-var-wirsindhandwerk: \e2d0;
|
||||
$fa-var-wsh: \e2d0;
|
||||
@@ -2391,6 +2418,7 @@ $fa-var-pinterest-p: \f231;
|
||||
$fa-var-apper: \f371;
|
||||
$fa-var-fort-awesome: \f286;
|
||||
$fa-var-waze: \f83f;
|
||||
$fa-var-bluesky: \e671;
|
||||
$fa-var-cc-jcb: \f24b;
|
||||
$fa-var-snapchat: \f2ab;
|
||||
$fa-var-snapchat-ghost: \f2ab;
|
||||
@@ -2400,6 +2428,7 @@ $fa-var-wix: \f5cf;
|
||||
$fa-var-square-behance: \f1b5;
|
||||
$fa-var-behance-square: \f1b5;
|
||||
$fa-var-supple: \f3f9;
|
||||
$fa-var-webflow: \e65c;
|
||||
$fa-var-rebel: \f1d0;
|
||||
$fa-var-css3: \f13c;
|
||||
$fa-var-staylinked: \f3f5;
|
||||
@@ -2470,6 +2499,7 @@ $fa-var-usb: \f287;
|
||||
$fa-var-tumblr: \f173;
|
||||
$fa-var-vaadin: \f408;
|
||||
$fa-var-quora: \f2c4;
|
||||
$fa-var-square-x-twitter: \e61a;
|
||||
$fa-var-reacteurope: \f75d;
|
||||
$fa-var-medium: \f23a;
|
||||
$fa-var-medium-m: \f23a;
|
||||
@@ -2969,6 +2999,8 @@ $fa-icons: (
|
||||
"sign-in-alt": $fa-var-sign-in-alt,
|
||||
"venus": $fa-var-venus,
|
||||
"passport": $fa-var-passport,
|
||||
"thumbtack-slash": $fa-var-thumbtack-slash,
|
||||
"thumb-tack-slash": $fa-var-thumb-tack-slash,
|
||||
"heart-pulse": $fa-var-heart-pulse,
|
||||
"heartbeat": $fa-var-heartbeat,
|
||||
"people-carry-box": $fa-var-people-carry-box,
|
||||
@@ -3261,6 +3293,7 @@ $fa-icons: (
|
||||
"couch": $fa-var-couch,
|
||||
"cedi-sign": $fa-var-cedi-sign,
|
||||
"italic": $fa-var-italic,
|
||||
"table-cells-column-lock": $fa-var-table-cells-column-lock,
|
||||
"church": $fa-var-church,
|
||||
"comments-dollar": $fa-var-comments-dollar,
|
||||
"democrat": $fa-var-democrat,
|
||||
@@ -3985,6 +4018,7 @@ $fa-icons: (
|
||||
"tree-city": $fa-var-tree-city,
|
||||
"play": $fa-var-play,
|
||||
"font": $fa-var-font,
|
||||
"table-cells-row-lock": $fa-var-table-cells-row-lock,
|
||||
"rupiah-sign": $fa-var-rupiah-sign,
|
||||
"magnifying-glass": $fa-var-magnifying-glass,
|
||||
"search": $fa-var-search,
|
||||
@@ -4328,7 +4362,6 @@ $fa-icons: (
|
||||
"warning": $fa-var-warning,
|
||||
"database": $fa-var-database,
|
||||
"share": $fa-var-share,
|
||||
"arrow-turn-right": $fa-var-arrow-turn-right,
|
||||
"mail-forward": $fa-var-mail-forward,
|
||||
"bottle-droplet": $fa-var-bottle-droplet,
|
||||
"mask-face": $fa-var-mask-face,
|
||||
@@ -4405,6 +4438,7 @@ $fa-icons: (
|
||||
"bug-slash": $fa-var-bug-slash,
|
||||
"arrow-up-from-water-pump": $fa-var-arrow-up-from-water-pump,
|
||||
"bone": $fa-var-bone,
|
||||
"table-cells-row-unlock": $fa-var-table-cells-row-unlock,
|
||||
"user-injured": $fa-var-user-injured,
|
||||
"face-sad-tear": $fa-var-face-sad-tear,
|
||||
"sad-tear": $fa-var-sad-tear,
|
||||
@@ -4469,6 +4503,7 @@ $fa-brand-icons: (
|
||||
"yoast": $fa-var-yoast,
|
||||
"cloudflare": $fa-var-cloudflare,
|
||||
"ups": $fa-var-ups,
|
||||
"pixiv": $fa-var-pixiv,
|
||||
"wpexplorer": $fa-var-wpexplorer,
|
||||
"dyalog": $fa-var-dyalog,
|
||||
"bity": $fa-var-bity,
|
||||
@@ -4489,6 +4524,8 @@ $fa-brand-icons: (
|
||||
"centercode": $fa-var-centercode,
|
||||
"glide-g": $fa-var-glide-g,
|
||||
"drupal": $fa-var-drupal,
|
||||
"jxl": $fa-var-jxl,
|
||||
"dart-lang": $fa-var-dart-lang,
|
||||
"hire-a-helper": $fa-var-hire-a-helper,
|
||||
"creative-commons-by": $fa-var-creative-commons-by,
|
||||
"unity": $fa-var-unity,
|
||||
@@ -4504,6 +4541,7 @@ $fa-brand-icons: (
|
||||
"contao": $fa-var-contao,
|
||||
"square-font-awesome": $fa-var-square-font-awesome,
|
||||
"deskpro": $fa-var-deskpro,
|
||||
"brave": $fa-var-brave,
|
||||
"sistrix": $fa-var-sistrix,
|
||||
"square-instagram": $fa-var-square-instagram,
|
||||
"instagram-square": $fa-var-instagram-square,
|
||||
@@ -4512,6 +4550,7 @@ $fa-brand-icons: (
|
||||
"square-hacker-news": $fa-var-square-hacker-news,
|
||||
"hacker-news-square": $fa-var-hacker-news-square,
|
||||
"edge": $fa-var-edge,
|
||||
"threads": $fa-var-threads,
|
||||
"napster": $fa-var-napster,
|
||||
"square-snapchat": $fa-var-square-snapchat,
|
||||
"snapchat-square": $fa-var-snapchat-square,
|
||||
@@ -4559,6 +4598,7 @@ $fa-brand-icons: (
|
||||
"centos": $fa-var-centos,
|
||||
"adn": $fa-var-adn,
|
||||
"cloudsmith": $fa-var-cloudsmith,
|
||||
"opensuse": $fa-var-opensuse,
|
||||
"pied-piper-alt": $fa-var-pied-piper-alt,
|
||||
"square-dribbble": $fa-var-square-dribbble,
|
||||
"dribbble-square": $fa-var-dribbble-square,
|
||||
@@ -4568,6 +4608,7 @@ $fa-brand-icons: (
|
||||
"steam": $fa-var-steam,
|
||||
"cc-apple-pay": $fa-var-cc-apple-pay,
|
||||
"scribd": $fa-var-scribd,
|
||||
"debian": $fa-var-debian,
|
||||
"openid": $fa-var-openid,
|
||||
"instalod": $fa-var-instalod,
|
||||
"expeditedssl": $fa-var-expeditedssl,
|
||||
@@ -4586,6 +4627,7 @@ $fa-brand-icons: (
|
||||
"itunes-note": $fa-var-itunes-note,
|
||||
"golang": $fa-var-golang,
|
||||
"kickstarter": $fa-var-kickstarter,
|
||||
"square-kickstarter": $fa-var-square-kickstarter,
|
||||
"grav": $fa-var-grav,
|
||||
"weibo": $fa-var-weibo,
|
||||
"uncharted": $fa-var-uncharted,
|
||||
@@ -4606,6 +4648,7 @@ $fa-brand-icons: (
|
||||
"laravel": $fa-var-laravel,
|
||||
"hotjar": $fa-var-hotjar,
|
||||
"bluetooth-b": $fa-var-bluetooth-b,
|
||||
"square-letterboxd": $fa-var-square-letterboxd,
|
||||
"sticker-mule": $fa-var-sticker-mule,
|
||||
"creative-commons-zero": $fa-var-creative-commons-zero,
|
||||
"hips": $fa-var-hips,
|
||||
@@ -4617,6 +4660,7 @@ $fa-brand-icons: (
|
||||
"cc-discover": $fa-var-cc-discover,
|
||||
"wpbeginner": $fa-var-wpbeginner,
|
||||
"confluence": $fa-var-confluence,
|
||||
"shoelace": $fa-var-shoelace,
|
||||
"mdb": $fa-var-mdb,
|
||||
"dochub": $fa-var-dochub,
|
||||
"accessible-icon": $fa-var-accessible-icon,
|
||||
@@ -4648,6 +4692,7 @@ $fa-brand-icons: (
|
||||
"phoenix-framework": $fa-var-phoenix-framework,
|
||||
"shopify": $fa-var-shopify,
|
||||
"neos": $fa-var-neos,
|
||||
"square-threads": $fa-var-square-threads,
|
||||
"hackerrank": $fa-var-hackerrank,
|
||||
"researchgate": $fa-var-researchgate,
|
||||
"swift": $fa-var-swift,
|
||||
@@ -4657,6 +4702,7 @@ $fa-brand-icons: (
|
||||
"y-combinator": $fa-var-y-combinator,
|
||||
"empire": $fa-var-empire,
|
||||
"envira": $fa-var-envira,
|
||||
"google-scholar": $fa-var-google-scholar,
|
||||
"square-gitlab": $fa-var-square-gitlab,
|
||||
"gitlab-square": $fa-var-gitlab-square,
|
||||
"studiovinari": $fa-var-studiovinari,
|
||||
@@ -4701,6 +4747,7 @@ $fa-brand-icons: (
|
||||
"blogger-b": $fa-var-blogger-b,
|
||||
"opencart": $fa-var-opencart,
|
||||
"vine": $fa-var-vine,
|
||||
"signal-messenger": $fa-var-signal-messenger,
|
||||
"paypal": $fa-var-paypal,
|
||||
"gitlab": $fa-var-gitlab,
|
||||
"typo3": $fa-var-typo3,
|
||||
@@ -4712,6 +4759,7 @@ $fa-brand-icons: (
|
||||
"bootstrap": $fa-var-bootstrap,
|
||||
"odnoklassniki": $fa-var-odnoklassniki,
|
||||
"nfc-symbol": $fa-var-nfc-symbol,
|
||||
"mintbit": $fa-var-mintbit,
|
||||
"ethereum": $fa-var-ethereum,
|
||||
"speaker-deck": $fa-var-speaker-deck,
|
||||
"creative-commons-nc-eu": $fa-var-creative-commons-nc-eu,
|
||||
@@ -4720,9 +4768,11 @@ $fa-brand-icons: (
|
||||
"ello": $fa-var-ello,
|
||||
"gofore": $fa-var-gofore,
|
||||
"bimobject": $fa-var-bimobject,
|
||||
"brave-reverse": $fa-var-brave-reverse,
|
||||
"facebook-f": $fa-var-facebook-f,
|
||||
"square-google-plus": $fa-var-square-google-plus,
|
||||
"google-plus-square": $fa-var-google-plus-square,
|
||||
"web-awesome": $fa-var-web-awesome,
|
||||
"mandalorian": $fa-var-mandalorian,
|
||||
"first-order-alt": $fa-var-first-order-alt,
|
||||
"osi": $fa-var-osi,
|
||||
@@ -4754,6 +4804,7 @@ $fa-brand-icons: (
|
||||
"soundcloud": $fa-var-soundcloud,
|
||||
"digg": $fa-var-digg,
|
||||
"tencent-weibo": $fa-var-tencent-weibo,
|
||||
"letterboxd": $fa-var-letterboxd,
|
||||
"symfony": $fa-var-symfony,
|
||||
"maxcdn": $fa-var-maxcdn,
|
||||
"etsy": $fa-var-etsy,
|
||||
@@ -4762,6 +4813,7 @@ $fa-brand-icons: (
|
||||
"think-peaks": $fa-var-think-peaks,
|
||||
"bilibili": $fa-var-bilibili,
|
||||
"erlang": $fa-var-erlang,
|
||||
"x-twitter": $fa-var-x-twitter,
|
||||
"cotton-bureau": $fa-var-cotton-bureau,
|
||||
"dashcube": $fa-var-dashcube,
|
||||
"42-group": $fa-var-42-group,
|
||||
@@ -4775,6 +4827,7 @@ $fa-brand-icons: (
|
||||
"superpowers": $fa-var-superpowers,
|
||||
"resolving": $fa-var-resolving,
|
||||
"xbox": $fa-var-xbox,
|
||||
"square-web-awesome-stroke": $fa-var-square-web-awesome-stroke,
|
||||
"searchengin": $fa-var-searchengin,
|
||||
"tiktok": $fa-var-tiktok,
|
||||
"square-facebook": $fa-var-square-facebook,
|
||||
@@ -4786,6 +4839,7 @@ $fa-brand-icons: (
|
||||
"hubspot": $fa-var-hubspot,
|
||||
"deploydog": $fa-var-deploydog,
|
||||
"twitch": $fa-var-twitch,
|
||||
"flutter": $fa-var-flutter,
|
||||
"ravelry": $fa-var-ravelry,
|
||||
"mixer": $fa-var-mixer,
|
||||
"square-lastfm": $fa-var-square-lastfm,
|
||||
@@ -4799,6 +4853,7 @@ $fa-brand-icons: (
|
||||
"dropbox": $fa-var-dropbox,
|
||||
"instagram": $fa-var-instagram,
|
||||
"cmplid": $fa-var-cmplid,
|
||||
"upwork": $fa-var-upwork,
|
||||
"facebook": $fa-var-facebook,
|
||||
"gripfire": $fa-var-gripfire,
|
||||
"jedi-order": $fa-var-jedi-order,
|
||||
@@ -4810,6 +4865,7 @@ $fa-brand-icons: (
|
||||
"trade-federation": $fa-var-trade-federation,
|
||||
"autoprefixer": $fa-var-autoprefixer,
|
||||
"whatsapp": $fa-var-whatsapp,
|
||||
"square-upwork": $fa-var-square-upwork,
|
||||
"slideshare": $fa-var-slideshare,
|
||||
"google-play": $fa-var-google-play,
|
||||
"viadeo": $fa-var-viadeo,
|
||||
@@ -4836,6 +4892,7 @@ $fa-brand-icons: (
|
||||
"readme": $fa-var-readme,
|
||||
"html5": $fa-var-html5,
|
||||
"sellsy": $fa-var-sellsy,
|
||||
"square-web-awesome": $fa-var-square-web-awesome,
|
||||
"sass": $fa-var-sass,
|
||||
"wirsindhandwerk": $fa-var-wirsindhandwerk,
|
||||
"wsh": $fa-var-wsh,
|
||||
@@ -4848,6 +4905,7 @@ $fa-brand-icons: (
|
||||
"apper": $fa-var-apper,
|
||||
"fort-awesome": $fa-var-fort-awesome,
|
||||
"waze": $fa-var-waze,
|
||||
"bluesky": $fa-var-bluesky,
|
||||
"cc-jcb": $fa-var-cc-jcb,
|
||||
"snapchat": $fa-var-snapchat,
|
||||
"snapchat-ghost": $fa-var-snapchat-ghost,
|
||||
@@ -4857,6 +4915,7 @@ $fa-brand-icons: (
|
||||
"square-behance": $fa-var-square-behance,
|
||||
"behance-square": $fa-var-behance-square,
|
||||
"supple": $fa-var-supple,
|
||||
"webflow": $fa-var-webflow,
|
||||
"rebel": $fa-var-rebel,
|
||||
"css3": $fa-var-css3,
|
||||
"staylinked": $fa-var-staylinked,
|
||||
@@ -4927,6 +4986,7 @@ $fa-brand-icons: (
|
||||
"tumblr": $fa-var-tumblr,
|
||||
"vaadin": $fa-var-vaadin,
|
||||
"quora": $fa-var-quora,
|
||||
"square-x-twitter": $fa-var-square-x-twitter,
|
||||
"reacteurope": $fa-var-reacteurope,
|
||||
"medium": $fa-var-medium,
|
||||
"medium-m": $fa-var-medium-m,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import 'functions';
|
||||
@import 'variables';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
// Font Awesome core compile (Web Fonts-based)
|
||||
// -------------------------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import 'functions';
|
||||
@import 'variables';
|
||||
@@ -11,6 +11,7 @@
|
||||
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
font-style: normal;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
@import 'functions';
|
||||
@import 'variables';
|
||||
@@ -11,6 +11,7 @@
|
||||
--#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
font-style: normal;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.6.0 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 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
// V4 shims compile (Web Fonts-based)
|
||||
// -------------------------
|
||||
|
||||
|
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 496 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 842 KiB After Width: | Height: | Size: 870 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 953 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"/></svg>
|
||||
|
Before Width: | Height: | Size: 986 B After Width: | Height: | Size: 986 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"/></svg>
|
||||
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"/></svg>
|
||||
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"/></svg>
|
||||
|
Before Width: | Height: | Size: 957 B After Width: | Height: | Size: 957 B |
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.3.0 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 2023 Fonticons, Inc. --><path d="M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 Fonticons, Inc. --><path d="M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"/></svg>
|
||||
|
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 956 B |