393 lines
6.0 KiB
CSS
393 lines
6.0 KiB
CSS
/*!
|
|
* 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.
|
|
*/
|
|
.fa {
|
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
font-weight: var(--fa-style, 900);
|
|
}
|
|
|
|
.fa-solid,
|
|
.fa-regular,
|
|
.fa-brands,
|
|
.fas,
|
|
.far,
|
|
.fab,
|
|
.fa-sharp-solid,
|
|
.fa-classic,
|
|
.fa {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: var(--fa-display, inline-block);
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
line-height: 1;
|
|
text-rendering: auto;
|
|
}
|
|
|
|
.fas,
|
|
.fa-classic,
|
|
.fa-solid,
|
|
.far,
|
|
.fa-regular {
|
|
font-family: "Font Awesome 6 Free";
|
|
}
|
|
|
|
.fab,
|
|
.fa-brands {
|
|
font-family: "Font Awesome 6 Brands";
|
|
}
|
|
|
|
.fa-1x {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.fa-2x {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.fa-3x {
|
|
font-size: 3em;
|
|
}
|
|
|
|
.fa-4x {
|
|
font-size: 4em;
|
|
}
|
|
|
|
.fa-5x {
|
|
font-size: 5em;
|
|
}
|
|
|
|
.fa-6x {
|
|
font-size: 6em;
|
|
}
|
|
|
|
.fa-7x {
|
|
font-size: 7em;
|
|
}
|
|
|
|
.fa-8x {
|
|
font-size: 8em;
|
|
}
|
|
|
|
.fa-9x {
|
|
font-size: 9em;
|
|
}
|
|
|
|
.fa-10x {
|
|
font-size: 10em;
|
|
}
|
|
|
|
.fa-2xs {
|
|
font-size: 0.625em;
|
|
line-height: 0.1em;
|
|
vertical-align: 0.225em;
|
|
}
|
|
|
|
.fa-xs {
|
|
font-size: 0.75em;
|
|
line-height: 0.0833333337em;
|
|
vertical-align: 0.125em;
|
|
}
|
|
|
|
.fa-sm {
|
|
font-size: 0.875em;
|
|
line-height: 0.0714285718em;
|
|
vertical-align: 0.0535714295em;
|
|
}
|
|
|
|
.fa-lg {
|
|
font-size: 1.25em;
|
|
line-height: 0.05em;
|
|
vertical-align: -0.075em;
|
|
}
|
|
|
|
.fa-xl {
|
|
font-size: 1.5em;
|
|
line-height: 0.0416666682em;
|
|
vertical-align: -0.125em;
|
|
}
|
|
|
|
.fa-2xl {
|
|
font-size: 2em;
|
|
line-height: 0.03125em;
|
|
vertical-align: -0.1875em;
|
|
}
|
|
|
|
.fa-fw {
|
|
text-align: center;
|
|
width: 1.25em;
|
|
}
|
|
|
|
.fa-ul {
|
|
list-style-type: none;
|
|
margin-left: var(--fa-li-margin, 2.5em);
|
|
padding-left: 0;
|
|
}
|
|
.fa-ul > li {
|
|
position: relative;
|
|
}
|
|
|
|
.fa-li {
|
|
left: calc(-1 * var(--fa-li-width, 2em));
|
|
position: absolute;
|
|
text-align: center;
|
|
width: var(--fa-li-width, 2em);
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent icons */
|
|
.fa-house::before {
|
|
content: "\f015";
|
|
}
|
|
|
|
.fa-code::before {
|
|
content: "\f121";
|
|
}
|
|
|
|
.fa-exclamation-circle::before {
|
|
content: "\f06a";
|
|
}
|
|
|
|
.fa-code-branch::before {
|
|
content: "\f126";
|
|
}
|
|
|
|
.fa-play::before {
|
|
content: "\f04b";
|
|
}
|
|
|
|
.fa-tasks::before {
|
|
content: "\f0ae";
|
|
}
|
|
|
|
.fa-tag::before {
|
|
content: "\f02b";
|
|
}
|
|
|
|
.fa-book::before {
|
|
content: "\f02d";
|
|
}
|
|
|
|
.fa-chart-line::before {
|
|
content: "\f201";
|
|
}
|
|
|
|
.fa-gear::before {
|
|
content: "\f013";
|
|
}
|
|
|
|
.fa-eye::before {
|
|
content: "\f06e";
|
|
}
|
|
|
|
.fa-star::before {
|
|
content: "\f005";
|
|
}
|
|
|
|
.fa-box::before {
|
|
content: "\f466";
|
|
}
|
|
|
|
.fa-plus::before {
|
|
content: "\+";
|
|
}
|
|
|
|
.fa-bell::before {
|
|
content: "\f0f3";
|
|
}
|
|
|
|
.fa-css3-alt::before {
|
|
content: "\f38b";
|
|
}
|
|
|
|
.fa-html5::before {
|
|
content: "\f13b";
|
|
}
|
|
|
|
.fa-sass::before {
|
|
content: "\f41e";
|
|
}
|
|
|
|
.fa-golang::before {
|
|
content: "\e40f";
|
|
}
|
|
|
|
.fa-rust::before {
|
|
content: "\e07a";
|
|
}
|
|
|
|
.sr-only,
|
|
.fa-sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
white-space: nowrap;
|
|
border-width: 0;
|
|
}
|
|
|
|
.sr-only-focusable:not(:focus),
|
|
.fa-sr-only-focusable:not(:focus) {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
white-space: nowrap;
|
|
border-width: 0;
|
|
}
|
|
|
|
/*!
|
|
* 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.
|
|
*/
|
|
:root, :host {
|
|
--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("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
|
|
}
|
|
.far,
|
|
.fa-regular {
|
|
font-weight: 400;
|
|
}
|
|
|
|
/*!
|
|
* 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.
|
|
*/
|
|
:root, :host {
|
|
--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("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
|
|
}
|
|
.fas,
|
|
.fa-solid {
|
|
font-weight: 900;
|
|
}
|
|
|
|
/*!
|
|
* 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.
|
|
*/
|
|
:root, :host {
|
|
--fa-style-family-brands: "Font Awesome 6 Brands";
|
|
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Font Awesome 6 Brands";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
|
|
}
|
|
.fab,
|
|
.fa-brands {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.fa-house:before {
|
|
content: "\f015";
|
|
}
|
|
|
|
.fa-code:before {
|
|
content: "\f121";
|
|
}
|
|
|
|
.fa-exclamation-circle:before {
|
|
content: "\f06a";
|
|
}
|
|
|
|
.fa-code-branch:before {
|
|
content: "\f126";
|
|
}
|
|
|
|
.fa-play:before {
|
|
content: "\f04b";
|
|
}
|
|
|
|
.fa-tasks:before {
|
|
content: "\f0ae";
|
|
}
|
|
|
|
.fa-tag:before {
|
|
content: "\f02b";
|
|
}
|
|
|
|
.fa-book:before {
|
|
content: "\f02d";
|
|
}
|
|
|
|
.fa-chart-line:before {
|
|
content: "\f201";
|
|
}
|
|
|
|
.fa-gear:before {
|
|
content: "\f013";
|
|
}
|
|
|
|
.fa-eye:before {
|
|
content: "\f06e";
|
|
}
|
|
|
|
.fa-star:before {
|
|
content: "\f005";
|
|
}
|
|
|
|
.fa-box:before {
|
|
content: "\f466";
|
|
}
|
|
|
|
.fa-plus:before {
|
|
content: "\+";
|
|
}
|
|
|
|
.fa-bell:before {
|
|
content: "\f0f3";
|
|
}
|
|
|
|
.fa-css3-alt:before {
|
|
content: "\f38b";
|
|
}
|
|
|
|
.fa-html5:before {
|
|
content: "\f13b";
|
|
}
|
|
|
|
.fa-sass:before {
|
|
content: "\f41e";
|
|
}
|
|
|
|
.fa-golang:before {
|
|
content: "\e40f";
|
|
}
|
|
|
|
.fa-rust:before {
|
|
content: "\e07a";
|
|
}
|