@unlk/keymaster 1.6.5 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/css/keymaster.css +859 -130
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/fonts/fa-brands-400.woff2 +0 -0
- package/fonts/fa-duotone-900.woff2 +0 -0
- package/fonts/fa-duotone-light-300.woff2 +0 -0
- package/fonts/fa-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-light-300.woff2 +0 -0
- package/fonts/fa-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-light-300.woff2 +0 -0
- package/fonts/fa-sharp-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-sharp-light-300.woff2 +0 -0
- package/fonts/fa-sharp-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-thin-100.woff2 +0 -0
- package/fonts/fa-solid-900.woff2 +0 -0
- package/fonts/fa-thin-100.woff2 +0 -0
- package/fonts/fa-v4compatibility.woff2 +0 -0
- package/package.json +1 -1
- package/scss/assets/fontawesome/_animated.scss +606 -29
- package/scss/assets/fontawesome/_core.scss +44 -2
- package/scss/assets/fontawesome/_variables.scss +70 -0
- package/scss/assets/fontawesome/_widths.scss +12 -0
- package/scss/assets/fontawesome/brands.scss +1 -1
- package/scss/assets/fontawesome/duotone-light.scss +1 -1
- package/scss/assets/fontawesome/duotone-regular.scss +1 -1
- package/scss/assets/fontawesome/duotone-thin.scss +1 -1
- package/scss/assets/fontawesome/duotone.scss +1 -1
- package/scss/assets/fontawesome/fontawesome.scss +1 -1
- package/scss/assets/fontawesome/light.scss +1 -1
- package/scss/assets/fontawesome/regular.scss +1 -1
- package/scss/assets/fontawesome/sharp-duotone-light.scss +1 -1
- package/scss/assets/fontawesome/sharp-duotone-regular.scss +1 -1
- package/scss/assets/fontawesome/sharp-duotone-solid.scss +1 -1
- package/scss/assets/fontawesome/sharp-duotone-thin.scss +1 -1
- package/scss/assets/fontawesome/sharp-light.scss +1 -1
- package/scss/assets/fontawesome/sharp-regular.scss +1 -1
- package/scss/assets/fontawesome/sharp-solid.scss +1 -1
- package/scss/assets/fontawesome/sharp-thin.scss +1 -1
- package/scss/assets/fontawesome/solid.scss +1 -1
- package/scss/assets/fontawesome/thin.scss +1 -1
- package/scss/assets/fontawesome/v4-shims.scss +1 -1
- package/scss/theme/_buttons.scss +0 -2
- package/scss/theme/_fontawesome.scss +8 -8
- package/scss/theme/_version.scss +1 -1
package/dist/css/keymaster.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.fa-solid, .fa-regular, .fa-brands, .fa-classic, .fas, .far, .fab, .fal, .fat, .fad, .fadr, .fadl, .fadt, .fass, .fasr, .fasl, .fast, .fasds, .fasdr, .fasdl, .fasdt, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa {
|
|
1
|
+
.fa-solid, .fa-regular, .fa-brands, .fa-classic, .fas, .far, .fab, .fal, .fat, .fad, .fadr, .fadl, .fadt, .fass, .fasr, .fasl, .fast, .fasds, .fasdr, .fasdl, .fasdt, .faslr, .faslpr, .fasldr, .faslpdr, .fapr, .fams, .favs, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-mosaic, .fa-notdog, .fa-notdog-duo, .fa-pixel, .fa-slab, .fa-slab-duo, .fa-slab-press, .fa-slab-press-duo, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-vellum, .fa-whiteboard, .fa {
|
|
2
2
|
--_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
|
|
3
3
|
-webkit-font-smoothing: antialiased;
|
|
4
4
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
line-height: 1;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa):before {
|
|
18
|
+
:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fasldr, .faslpdr, .fapr, .fams, .favs, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-mosaic, .fa-notdog, .fa-notdog-duo, .fa-pixel, .fa-slab, .fa-slab-duo, .fa-slab-press, .fa-slab-press-duo, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-vellum, .fa-whiteboard, .fa):before {
|
|
19
19
|
content: var(--fa)/"";
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
@supports not (content: ""/"") {
|
|
23
|
-
:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-notdog, .fa-notdog-duo, .fa-slab, .fa-slab-press, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-whiteboard, .fa):before {
|
|
23
|
+
:is(.fas, .fass, .far, .fasr, .fal, .fasl, .fat, .fast, .fad, .fadr, .fadl, .fadt, .fasds, .fasdr, .fasdl, .fasdt, .fab, .faslr, .faslpr, .fasldr, .faslpdr, .fapr, .fams, .favs, .fawsb, .fatl, .fans, .fands, .faes, .fagt, .fajr, .fajfr, .fajdr, .facr, .fausb, .faudsb, .faufsb, .fa-solid, .fa-semibold, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-classic, .fa-duotone, .fa-sharp, .fa-sharp-duotone, .fa-chisel, .fa-etch, .fa-graphite, .fa-jelly, .fa-jelly-duo, .fa-jelly-fill, .fa-mosaic, .fa-notdog, .fa-notdog-duo, .fa-pixel, .fa-slab, .fa-slab-duo, .fa-slab-press, .fa-slab-press-duo, .fa-thumbprint, .fa-utility, .fa-utility-duo, .fa-utility-fill, .fa-vellum, .fa-whiteboard, .fa):before {
|
|
24
24
|
content: var(--fa);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo):after {
|
|
28
|
+
:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo, .fasldr, .fa-slab-duo, .faslpdr, .fa-slab-press-duo, .favs, .fa-vellum):after {
|
|
29
29
|
content: var(--fa)/"";
|
|
30
30
|
font-feature-settings: "ss01";
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
@supports not (content: ""/"") {
|
|
34
|
-
:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo):after {
|
|
34
|
+
:is(.fad, .fa-duotone, .fadr, .fadl, .fadt, .fasds, .fa-sharp-duotone, .fasdr, .fasdl, .fasdt, .fatl, .fa-thumbprint, .fands, .fa-notdog-duo, .fajdr, .fa-jelly-duo, .faudsb, .fa-utility-duo, .fasldr, .fa-slab-duo, .faslpdr, .fa-slab-press-duo, .favs, .fa-vellum):after {
|
|
35
35
|
content: var(--fa);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -120,6 +120,18 @@
|
|
|
120
120
|
--fa-width: 1.25em;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
.fa-canvas-square {
|
|
124
|
+
margin-block-end: -.125em;
|
|
125
|
+
padding-block: .125em;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.fa-canvas-roomy {
|
|
129
|
+
box-sizing: content-box;
|
|
130
|
+
margin-block-end: -.25em;
|
|
131
|
+
padding-block: .25em;
|
|
132
|
+
padding-inline: .125em;
|
|
133
|
+
}
|
|
134
|
+
|
|
123
135
|
.fa-ul {
|
|
124
136
|
margin-inline-start: var(--fa-li-margin, 2.5em);
|
|
125
137
|
padding-inline-start: 0;
|
|
@@ -181,7 +193,7 @@
|
|
|
181
193
|
animation-direction: var(--fa-animation-direction, normal);
|
|
182
194
|
animation-duration: var(--fa-animation-duration, 1s);
|
|
183
195
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
184
|
-
animation-timing-function: var(--fa-animation-timing,
|
|
196
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
185
197
|
}
|
|
186
198
|
|
|
187
199
|
.fa-beat-fade {
|
|
@@ -190,13 +202,22 @@
|
|
|
190
202
|
animation-direction: var(--fa-animation-direction, normal);
|
|
191
203
|
animation-duration: var(--fa-animation-duration, 1s);
|
|
192
204
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
193
|
-
animation-timing-function: var(--fa-animation-timing,
|
|
205
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
194
206
|
}
|
|
195
207
|
|
|
196
208
|
.fa-flip {
|
|
197
209
|
animation-name: fa-flip;
|
|
198
210
|
animation-delay: var(--fa-animation-delay, 0s);
|
|
199
211
|
animation-direction: var(--fa-animation-direction, normal);
|
|
212
|
+
animation-duration: var(--fa-animation-duration, 1.5s);
|
|
213
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
214
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.fa-flip-360 {
|
|
218
|
+
animation-name: fa-flip-360;
|
|
219
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
220
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
200
221
|
animation-duration: var(--fa-animation-duration, 1s);
|
|
201
222
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
202
223
|
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
@@ -206,9 +227,9 @@
|
|
|
206
227
|
animation-name: fa-shake;
|
|
207
228
|
animation-delay: var(--fa-animation-delay, 0s);
|
|
208
229
|
animation-direction: var(--fa-animation-direction, normal);
|
|
209
|
-
animation-duration: var(--fa-animation-duration,
|
|
230
|
+
animation-duration: var(--fa-animation-duration, .75s);
|
|
210
231
|
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
211
|
-
animation-timing-function: var(--fa-animation-timing,
|
|
232
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
212
233
|
}
|
|
213
234
|
|
|
214
235
|
.fa-spin {
|
|
@@ -232,46 +253,139 @@
|
|
|
232
253
|
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
233
254
|
}
|
|
234
255
|
|
|
256
|
+
.fa-spin-snap {
|
|
257
|
+
animation-name: fa-spin-snap;
|
|
258
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
259
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
260
|
+
animation-duration: var(--fa-animation-duration, 3s);
|
|
261
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
262
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.fa-spin-snap-4 {
|
|
266
|
+
animation-name: fa-spin-snap-4;
|
|
267
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
268
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
269
|
+
animation-duration: var(--fa-animation-duration, 2.4s);
|
|
270
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
271
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.fa-spin-snap-8 {
|
|
275
|
+
animation-name: fa-spin-snap-8;
|
|
276
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
277
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
278
|
+
animation-duration: var(--fa-animation-duration, 4s);
|
|
279
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
280
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.fa-buzz {
|
|
284
|
+
animation-name: fa-buzz;
|
|
285
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
286
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
287
|
+
animation-duration: var(--fa-animation-duration, .6s);
|
|
288
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
289
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.fa-wag {
|
|
293
|
+
animation-name: fa-wag;
|
|
294
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
295
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
296
|
+
animation-duration: var(--fa-animation-duration, .9s);
|
|
297
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
298
|
+
animation-timing-function: var(--fa-animation-timing, ease-out);
|
|
299
|
+
transform-origin: bottom;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.fa-float {
|
|
303
|
+
animation-name: fa-float;
|
|
304
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
305
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
306
|
+
animation-duration: var(--fa-animation-duration, 3s);
|
|
307
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
308
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
309
|
+
will-change: transform;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.fa-swing {
|
|
313
|
+
animation-name: fa-swing;
|
|
314
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
315
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
316
|
+
animation-duration: var(--fa-animation-duration, 1.2s);
|
|
317
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
318
|
+
animation-timing-function: var(--fa-animation-timing, ease-out);
|
|
319
|
+
transform-origin: top;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.fa-jello {
|
|
323
|
+
animation-name: fa-jello;
|
|
324
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
325
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
326
|
+
animation-duration: var(--fa-animation-duration, .9s);
|
|
327
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
328
|
+
animation-timing-function: var(--fa-animation-timing, ease-out);
|
|
329
|
+
}
|
|
330
|
+
|
|
235
331
|
@media (prefers-reduced-motion: reduce) {
|
|
236
|
-
.fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
|
|
332
|
+
.fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-flip-360, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse, .fa-buzz, .fa-float, .fa-jello, .fa-spin-snap, .fa-spin-snap-4, .fa-spin-snap-8, .fa-swing, .fa-wag {
|
|
237
333
|
transition: none !important;
|
|
238
334
|
animation: none !important;
|
|
239
335
|
}
|
|
240
336
|
}
|
|
241
337
|
|
|
242
338
|
@keyframes fa-beat {
|
|
243
|
-
0
|
|
339
|
+
0% {
|
|
244
340
|
transform: scale(1);
|
|
245
341
|
}
|
|
246
342
|
|
|
343
|
+
25% {
|
|
344
|
+
transform: scale(calc(1.25 * var(--fa-beat-scale, 1.25)));
|
|
345
|
+
}
|
|
346
|
+
|
|
247
347
|
45% {
|
|
248
|
-
transform: scale(var(--fa-beat-scale, 1.
|
|
348
|
+
transform: scale(calc(1.22 * var(--fa-beat-scale, 1.22)));
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
65% {
|
|
352
|
+
transform: scale(calc(1.25 * var(--fa-beat-scale, 1.25)));
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
90% {
|
|
356
|
+
transform: scale(1);
|
|
249
357
|
}
|
|
250
358
|
}
|
|
251
359
|
|
|
252
360
|
@keyframes fa-bounce {
|
|
253
361
|
0% {
|
|
362
|
+
animation-timing-function: var(--fa-animation-timing);
|
|
254
363
|
transform: scale(1) translateY(0);
|
|
255
364
|
}
|
|
256
365
|
|
|
257
|
-
|
|
258
|
-
transform: scale(var(--fa-bounce-start-scale-x, 1.
|
|
366
|
+
14% {
|
|
367
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.06), var(--fa-bounce-start-scale-y, .94)) translateY(var(--fa-bounce-anticipation, 3px));
|
|
368
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, .33);
|
|
259
369
|
}
|
|
260
370
|
|
|
261
|
-
|
|
262
|
-
transform: scale(var(--fa-bounce-jump-scale-x, .
|
|
371
|
+
32% {
|
|
372
|
+
transform: scale(var(--fa-bounce-jump-scale-x, .94), var(--fa-bounce-jump-scale-y, 1.12)) translateY(calc(-1 * var(--fa-bounce-height, .5em)));
|
|
373
|
+
animation-timing-function: cubic-bezier(.33, .66, .66, 1);
|
|
263
374
|
}
|
|
264
375
|
|
|
265
|
-
|
|
266
|
-
transform: scale(
|
|
376
|
+
52% {
|
|
377
|
+
transform: scale(1, 1) translateY(calc(-1 * var(--fa-bounce-height, .5em) * 1.1));
|
|
378
|
+
animation-timing-function: cubic-bezier(.5, 0, 1, .5);
|
|
267
379
|
}
|
|
268
380
|
|
|
269
|
-
|
|
270
|
-
transform: scale(
|
|
381
|
+
70% {
|
|
382
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.06), var(--fa-bounce-land-scale-y, .92)) translateY(0);
|
|
383
|
+
animation-timing-function: cubic-bezier(.33, .33, .66, 1);
|
|
271
384
|
}
|
|
272
385
|
|
|
273
|
-
|
|
274
|
-
transform: scale(1) translateY(
|
|
386
|
+
85% {
|
|
387
|
+
transform: scale(.98, 1.04) translateY(calc(-2px * var(--fa-bounce-rebound, 1)));
|
|
388
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, 1);
|
|
275
389
|
}
|
|
276
390
|
|
|
277
391
|
100% {
|
|
@@ -280,63 +394,154 @@
|
|
|
280
394
|
}
|
|
281
395
|
|
|
282
396
|
@keyframes fa-fade {
|
|
283
|
-
|
|
397
|
+
0% {
|
|
398
|
+
opacity: 1;
|
|
399
|
+
animation-timing-function: cubic-bezier(.2, 0, .4, 1);
|
|
400
|
+
transform: scale(1);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
40% {
|
|
284
404
|
opacity: var(--fa-fade-opacity, .4);
|
|
405
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
406
|
+
transform: scale(.98);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
100% {
|
|
410
|
+
opacity: 1;
|
|
411
|
+
transform: scale(1);
|
|
285
412
|
}
|
|
286
413
|
}
|
|
287
414
|
|
|
288
415
|
@keyframes fa-beat-fade {
|
|
289
|
-
0
|
|
416
|
+
0% {
|
|
290
417
|
opacity: var(--fa-beat-fade-opacity, .4);
|
|
418
|
+
animation-timing-function: cubic-bezier(.2, 0, .4, 1);
|
|
291
419
|
transform: scale(1);
|
|
292
420
|
}
|
|
293
421
|
|
|
294
|
-
|
|
422
|
+
25% {
|
|
423
|
+
opacity: calc(var(--fa-beat-fade-opacity, .4) + .4);
|
|
424
|
+
transform: scale(var(--fa-beat-fade-scale, 1.28));
|
|
425
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
45% {
|
|
295
429
|
opacity: 1;
|
|
296
|
-
transform: scale(var(--fa-beat-fade-scale, 1.
|
|
430
|
+
transform: scale(var(--fa-beat-fade-scale, 1.25));
|
|
431
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
65% {
|
|
435
|
+
opacity: calc(var(--fa-beat-fade-opacity, .4) + .4);
|
|
436
|
+
transform: scale(var(--fa-beat-fade-scale, 1.28));
|
|
437
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
100% {
|
|
441
|
+
opacity: var(--fa-beat-fade-opacity, .4);
|
|
442
|
+
transform: scale(1);
|
|
297
443
|
}
|
|
298
444
|
}
|
|
299
445
|
|
|
300
446
|
@keyframes fa-flip {
|
|
447
|
+
0% {
|
|
448
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
|
|
449
|
+
animation-timing-function: cubic-bezier(.2, 0, .4, 1);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
8% {
|
|
453
|
+
transform: perspective(2em) scale(var(--fa-flip-anticipation-scale, .95)) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
|
|
454
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, .33);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
35% {
|
|
458
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * .6));
|
|
459
|
+
animation-timing-function: linear;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
65% {
|
|
463
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * .5));
|
|
464
|
+
animation-timing-function: cubic-bezier(.33, .66, .66, 1);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
92% {
|
|
468
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * var(--fa-flip-overshoot, 1.04)));
|
|
469
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, 1);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
100% {
|
|
473
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -360deg));
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
@keyframes fa-flip-360 {
|
|
478
|
+
0% {
|
|
479
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
|
|
480
|
+
animation-timing-function: cubic-bezier(.2, 0, .4, 1);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
8% {
|
|
484
|
+
transform: perspective(2em) scale(var(--fa-flip-anticipation-scale, .95)) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), 0deg);
|
|
485
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, .33);
|
|
486
|
+
}
|
|
487
|
+
|
|
301
488
|
50% {
|
|
302
|
-
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -
|
|
489
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * .6));
|
|
490
|
+
animation-timing-function: cubic-bezier(.33, .66, .66, 1);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
80% {
|
|
494
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), calc(var(--fa-flip-angle, -360deg) * var(--fa-flip-overshoot, 1.04)));
|
|
495
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, 1);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
100% {
|
|
499
|
+
transform: perspective(2em) scale(1) rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -360deg));
|
|
303
500
|
}
|
|
304
501
|
}
|
|
305
502
|
|
|
306
503
|
@keyframes fa-shake {
|
|
307
504
|
0% {
|
|
308
|
-
|
|
505
|
+
animation-timing-function: cubic-bezier(.2, 0, .8, 1);
|
|
506
|
+
transform: rotate(0);
|
|
309
507
|
}
|
|
310
508
|
|
|
311
|
-
|
|
312
|
-
|
|
509
|
+
8% {
|
|
510
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
511
|
+
transform: rotate(35deg) translateX(1px);
|
|
313
512
|
}
|
|
314
513
|
|
|
315
|
-
|
|
316
|
-
|
|
514
|
+
20% {
|
|
515
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
516
|
+
transform: rotate(-22deg) translateX(-1px);
|
|
317
517
|
}
|
|
318
518
|
|
|
319
|
-
|
|
320
|
-
|
|
519
|
+
35% {
|
|
520
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
521
|
+
transform: rotate(15deg) translateX(1px);
|
|
321
522
|
}
|
|
322
523
|
|
|
323
|
-
|
|
324
|
-
|
|
524
|
+
50% {
|
|
525
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
526
|
+
transform: rotate(-9deg);
|
|
325
527
|
}
|
|
326
528
|
|
|
327
|
-
|
|
328
|
-
|
|
529
|
+
65% {
|
|
530
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
531
|
+
transform: rotate(5deg);
|
|
329
532
|
}
|
|
330
533
|
|
|
331
|
-
|
|
332
|
-
|
|
534
|
+
78% {
|
|
535
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
536
|
+
transform: rotate(-3deg);
|
|
333
537
|
}
|
|
334
538
|
|
|
335
|
-
|
|
336
|
-
|
|
539
|
+
90% {
|
|
540
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
541
|
+
transform: rotate(1deg);
|
|
337
542
|
}
|
|
338
543
|
|
|
339
|
-
|
|
544
|
+
100% {
|
|
340
545
|
transform: rotate(0);
|
|
341
546
|
}
|
|
342
547
|
}
|
|
@@ -351,6 +556,408 @@
|
|
|
351
556
|
}
|
|
352
557
|
}
|
|
353
558
|
|
|
559
|
+
@keyframes fa-spin-snap {
|
|
560
|
+
0% {
|
|
561
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
562
|
+
transform: rotate(0);
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
12% {
|
|
566
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
567
|
+
transform: rotate(60deg);
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
16.67% {
|
|
571
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
572
|
+
transform: rotate(60deg);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
28.67% {
|
|
576
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
577
|
+
transform: rotate(120deg);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
33.33% {
|
|
581
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
582
|
+
transform: rotate(120deg);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
45.33% {
|
|
586
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
587
|
+
transform: rotate(180deg);
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
50% {
|
|
591
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
592
|
+
transform: rotate(180deg);
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
62% {
|
|
596
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
597
|
+
transform: rotate(240deg);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
66.67% {
|
|
601
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
602
|
+
transform: rotate(240deg);
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
78.67% {
|
|
606
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
607
|
+
transform: rotate(300deg);
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
83.33% {
|
|
611
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
612
|
+
transform: rotate(300deg);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
95.33% {
|
|
616
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
617
|
+
transform: rotate(360deg);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
100% {
|
|
621
|
+
transform: rotate(360deg);
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
@keyframes fa-spin-snap-4 {
|
|
626
|
+
0% {
|
|
627
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
628
|
+
transform: rotate(0);
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
15% {
|
|
632
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
633
|
+
transform: rotate(90deg);
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
25% {
|
|
637
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
638
|
+
transform: rotate(90deg);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
40% {
|
|
642
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
643
|
+
transform: rotate(180deg);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
50% {
|
|
647
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
648
|
+
transform: rotate(180deg);
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
65% {
|
|
652
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
653
|
+
transform: rotate(270deg);
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
75% {
|
|
657
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
658
|
+
transform: rotate(270deg);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
90% {
|
|
662
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
663
|
+
transform: rotate(360deg);
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
100% {
|
|
667
|
+
transform: rotate(360deg);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
@keyframes fa-spin-snap-8 {
|
|
672
|
+
0% {
|
|
673
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
674
|
+
transform: rotate(0);
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
9% {
|
|
678
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
679
|
+
transform: rotate(45deg);
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
12.5% {
|
|
683
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
684
|
+
transform: rotate(45deg);
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
21.5% {
|
|
688
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
689
|
+
transform: rotate(90deg);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
25% {
|
|
693
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
694
|
+
transform: rotate(90deg);
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
34% {
|
|
698
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
699
|
+
transform: rotate(135deg);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
37.5% {
|
|
703
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
704
|
+
transform: rotate(135deg);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
46.5% {
|
|
708
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
709
|
+
transform: rotate(180deg);
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
50% {
|
|
713
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
714
|
+
transform: rotate(180deg);
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
59% {
|
|
718
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
719
|
+
transform: rotate(225deg);
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
62.5% {
|
|
723
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
724
|
+
transform: rotate(225deg);
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
71.5% {
|
|
728
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
729
|
+
transform: rotate(270deg);
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
75% {
|
|
733
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
734
|
+
transform: rotate(270deg);
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
84% {
|
|
738
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
739
|
+
transform: rotate(315deg);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
87.5% {
|
|
743
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
744
|
+
transform: rotate(315deg);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
96.5% {
|
|
748
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
749
|
+
transform: rotate(360deg);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
100% {
|
|
753
|
+
transform: rotate(360deg);
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
@keyframes fa-buzz {
|
|
758
|
+
0% {
|
|
759
|
+
animation-timing-function: cubic-bezier(.1, 0, .9, 1);
|
|
760
|
+
transform: translateX(0) rotate(0);
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
5% {
|
|
764
|
+
transform: translateX(var(--fa-buzz-distance, 4px)) rotate(.5deg);
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
10% {
|
|
768
|
+
transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px))) rotate(-.5deg);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
15% {
|
|
772
|
+
transform: translateX(var(--fa-buzz-distance, 4px)) rotate(.3deg);
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
20% {
|
|
776
|
+
transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px))) rotate(-.3deg);
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
25% {
|
|
780
|
+
transform: translateX(calc(var(--fa-buzz-distance, 4px) * .7)) rotate(.2deg);
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
30% {
|
|
784
|
+
transform: translateX(calc(-1 * var(--fa-buzz-distance, 4px) * .7)) rotate(-.2deg);
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
35% {
|
|
788
|
+
transform: translateX(calc(var(--fa-buzz-distance, 4px) * .4)) rotate(.1deg);
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
40% {
|
|
792
|
+
transform: translateX(0) rotate(0);
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
100% {
|
|
796
|
+
transform: translateX(0) rotate(0);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
@keyframes fa-wag {
|
|
801
|
+
0% {
|
|
802
|
+
animation-timing-function: cubic-bezier(.2, 0, .6, 1);
|
|
803
|
+
transform: rotate(0);
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
12% {
|
|
807
|
+
transform: rotate(var(--fa-wag-angle, 12deg));
|
|
808
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
24% {
|
|
812
|
+
animation-timing-function: cubic-bezier(.2, 0, .6, 1);
|
|
813
|
+
transform: rotate(2deg);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
36% {
|
|
817
|
+
transform: rotate(calc(var(--fa-wag-angle, 12deg) * .85));
|
|
818
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
48% {
|
|
822
|
+
animation-timing-function: cubic-bezier(.2, 0, .6, 1);
|
|
823
|
+
transform: rotate(1deg);
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
58% {
|
|
827
|
+
transform: rotate(calc(var(--fa-wag-angle, 12deg) * .6));
|
|
828
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
68% {
|
|
832
|
+
transform: rotate(0);
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
100% {
|
|
836
|
+
transform: rotate(0);
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
@keyframes fa-float {
|
|
841
|
+
0% {
|
|
842
|
+
transform: translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, .98));
|
|
843
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, .33);
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
15% {
|
|
847
|
+
transform: translateY(calc(-.4 * var(--fa-float-height, 6px))) translateX(var(--fa-float-drift, 1px)) rotate(var(--fa-float-tilt, 1deg)) scale(1, 1);
|
|
848
|
+
animation-timing-function: cubic-bezier(.33, .66, .66, 1);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
35% {
|
|
852
|
+
transform: translateY(calc(-1 * var(--fa-float-height, 6px))) translateX(0) rotate(0deg) scale(var(--fa-float-stretch-x, .98), var(--fa-float-stretch-y, 1.03));
|
|
853
|
+
animation-timing-function: cubic-bezier(.5, 0, .5, 0);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
50% {
|
|
857
|
+
transform: translateY(calc(-.92 * var(--fa-float-height, 6px))) translateX(calc(-.5 * var(--fa-float-drift, 1px))) rotate(calc(-.5 * var(--fa-float-tilt, 1deg))) scale(.995, 1.01);
|
|
858
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, .33);
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
70% {
|
|
862
|
+
transform: translateY(calc(-.3 * var(--fa-float-height, 6px))) translateX(calc(-1 * var(--fa-float-drift, 1px))) rotate(calc(-1 * var(--fa-float-tilt, 1deg))) scale(1, 1);
|
|
863
|
+
animation-timing-function: cubic-bezier(.33, .66, .66, 1);
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
90% {
|
|
867
|
+
transform: translateY(calc(.05 * var(--fa-float-height, 6px))) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, .98));
|
|
868
|
+
animation-timing-function: cubic-bezier(.33, 0, .66, 1);
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
100% {
|
|
872
|
+
transform: translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x, 1.02), var(--fa-float-squash-y, .98));
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
@keyframes fa-swing {
|
|
877
|
+
0% {
|
|
878
|
+
animation-timing-function: cubic-bezier(.2, 0, .8, 1);
|
|
879
|
+
transform: rotate(0);
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
8% {
|
|
883
|
+
transform: rotate(var(--fa-swing-angle, 22deg));
|
|
884
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
18% {
|
|
888
|
+
transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * .85));
|
|
889
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
28% {
|
|
893
|
+
transform: rotate(calc(var(--fa-swing-angle, 22deg) * .65));
|
|
894
|
+
animation-timing-function: cubic-bezier(.35, 0, .65, 1);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
38% {
|
|
898
|
+
transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * .45));
|
|
899
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
48% {
|
|
903
|
+
transform: rotate(calc(var(--fa-swing-angle, 22deg) * .25));
|
|
904
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
56% {
|
|
908
|
+
transform: rotate(calc(-1 * var(--fa-swing-angle, 22deg) * .1));
|
|
909
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
64% {
|
|
913
|
+
transform: rotate(0);
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
100% {
|
|
917
|
+
transform: rotate(0);
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
@keyframes fa-jello {
|
|
922
|
+
0% {
|
|
923
|
+
animation-timing-function: cubic-bezier(.2, 0, .8, 1);
|
|
924
|
+
transform: scale(1);
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
12% {
|
|
928
|
+
transform: scale(var(--fa-jello-scale-x, 1.15), calc(2 - var(--fa-jello-scale-x, 1.15)));
|
|
929
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
24% {
|
|
933
|
+
transform: scale(calc(2 - var(--fa-jello-scale-y, 1.12)), var(--fa-jello-scale-y, 1.12));
|
|
934
|
+
animation-timing-function: cubic-bezier(.3, 0, .7, 1);
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
36% {
|
|
938
|
+
transform: scale(calc(1 + (var(--fa-jello-scale-x, 1.15) - 1) * .5), calc(2 - (1 + (var(--fa-jello-scale-x, 1.15) - 1) * .5)));
|
|
939
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
48% {
|
|
943
|
+
transform: scale(calc(2 - (1 + (var(--fa-jello-scale-y, 1.12) - 1) * .3)), calc(1 + (var(--fa-jello-scale-y, 1.12) - 1) * .3));
|
|
944
|
+
animation-timing-function: cubic-bezier(.4, 0, .6, 1);
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
58% {
|
|
948
|
+
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
949
|
+
transform: scale(1.02, .98);
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
68% {
|
|
953
|
+
transform: scale(1);
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
100% {
|
|
957
|
+
transform: scale(1);
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
|
|
354
961
|
.fa-rotate-90 {
|
|
355
962
|
transform: rotate(90deg);
|
|
356
963
|
}
|
|
@@ -8657,6 +9264,42 @@
|
|
|
8657
9264
|
--fa: "";
|
|
8658
9265
|
}
|
|
8659
9266
|
|
|
9267
|
+
.fa-envelope-heart {
|
|
9268
|
+
--fa: "";
|
|
9269
|
+
}
|
|
9270
|
+
|
|
9271
|
+
.fa-meerkat, .fa-suricata, .fa-suricate, .fa-suricatta {
|
|
9272
|
+
--fa: "";
|
|
9273
|
+
}
|
|
9274
|
+
|
|
9275
|
+
.fa-file-md {
|
|
9276
|
+
--fa: "";
|
|
9277
|
+
}
|
|
9278
|
+
|
|
9279
|
+
.fa-file-txt {
|
|
9280
|
+
--fa: "";
|
|
9281
|
+
}
|
|
9282
|
+
|
|
9283
|
+
.fa-cricket-bat {
|
|
9284
|
+
--fa: "";
|
|
9285
|
+
}
|
|
9286
|
+
|
|
9287
|
+
.fa-field-hockey-stick {
|
|
9288
|
+
--fa: "";
|
|
9289
|
+
}
|
|
9290
|
+
|
|
9291
|
+
.fa-padel {
|
|
9292
|
+
--fa: "";
|
|
9293
|
+
}
|
|
9294
|
+
|
|
9295
|
+
.fa-padel-ball {
|
|
9296
|
+
--fa: "";
|
|
9297
|
+
}
|
|
9298
|
+
|
|
9299
|
+
.fa-table-tennis-paddle {
|
|
9300
|
+
--fa: "";
|
|
9301
|
+
}
|
|
9302
|
+
|
|
8660
9303
|
.fa-martini-glass-empty, .fa-glass-martini {
|
|
8661
9304
|
--fa: "";
|
|
8662
9305
|
}
|
|
@@ -12429,7 +13072,7 @@
|
|
|
12429
13072
|
--fa: "";
|
|
12430
13073
|
}
|
|
12431
13074
|
|
|
12432
|
-
.fa-spa {
|
|
13075
|
+
.fa-spa, .fa-lotus {
|
|
12433
13076
|
--fa: "";
|
|
12434
13077
|
}
|
|
12435
13078
|
|
|
@@ -15486,149 +16129,149 @@
|
|
|
15486
16129
|
}
|
|
15487
16130
|
|
|
15488
16131
|
:root, :host {
|
|
15489
|
-
--fa-family-
|
|
15490
|
-
--fa-font-
|
|
15491
|
-
--fa-style-family-
|
|
16132
|
+
--fa-family-classic: "Font Awesome 7 Pro";
|
|
16133
|
+
--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
|
|
16134
|
+
--fa-style-family-classic: var(--fa-family-classic);
|
|
15492
16135
|
}
|
|
15493
16136
|
|
|
15494
16137
|
@font-face {
|
|
15495
|
-
font-family: "Font Awesome 7
|
|
16138
|
+
font-family: "Font Awesome 7 Pro";
|
|
15496
16139
|
font-style: normal;
|
|
15497
16140
|
font-weight: 900;
|
|
15498
16141
|
font-display: block;
|
|
15499
|
-
src: url("../../../fonts/fa-
|
|
16142
|
+
src: url("../../../fonts/fa-solid-900.woff2");
|
|
15500
16143
|
}
|
|
15501
16144
|
|
|
15502
|
-
.
|
|
15503
|
-
--fa-family: var(--fa-family-
|
|
16145
|
+
.fas {
|
|
16146
|
+
--fa-family: var(--fa-family-classic);
|
|
16147
|
+
--fa-style: 900;
|
|
16148
|
+
}
|
|
16149
|
+
|
|
16150
|
+
.fa-solid {
|
|
15504
16151
|
--fa-style: 900;
|
|
15505
16152
|
}
|
|
15506
16153
|
|
|
15507
16154
|
:root, :host {
|
|
15508
|
-
--fa-family-
|
|
15509
|
-
--fa-font-
|
|
15510
|
-
--fa-style-family-
|
|
16155
|
+
--fa-family-classic: "Font Awesome 7 Pro";
|
|
16156
|
+
--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
|
|
16157
|
+
--fa-style-family-classic: var(--fa-family-classic);
|
|
15511
16158
|
}
|
|
15512
16159
|
|
|
15513
16160
|
@font-face {
|
|
15514
|
-
font-family: "Font Awesome 7
|
|
16161
|
+
font-family: "Font Awesome 7 Pro";
|
|
15515
16162
|
font-style: normal;
|
|
15516
16163
|
font-weight: 400;
|
|
15517
16164
|
font-display: block;
|
|
15518
|
-
src: url("../../../fonts/fa-
|
|
16165
|
+
src: url("../../../fonts/fa-regular-400.woff2");
|
|
15519
16166
|
}
|
|
15520
16167
|
|
|
15521
|
-
.
|
|
15522
|
-
--fa-family: var(--fa-family-
|
|
16168
|
+
.far {
|
|
16169
|
+
--fa-family: var(--fa-family-classic);
|
|
15523
16170
|
--fa-style: 400;
|
|
15524
16171
|
}
|
|
15525
16172
|
|
|
15526
16173
|
:root, :host {
|
|
15527
|
-
--fa-family-
|
|
15528
|
-
--fa-font-
|
|
15529
|
-
--fa-style-family-
|
|
16174
|
+
--fa-family-classic: "Font Awesome 7 Pro";
|
|
16175
|
+
--fa-font-light: normal 300 1em/1 var(--fa-family-classic);
|
|
16176
|
+
--fa-style-family-classic: var(--fa-family-classic);
|
|
15530
16177
|
}
|
|
15531
16178
|
|
|
15532
16179
|
@font-face {
|
|
15533
|
-
font-family: "Font Awesome 7
|
|
16180
|
+
font-family: "Font Awesome 7 Pro";
|
|
15534
16181
|
font-style: normal;
|
|
15535
16182
|
font-weight: 300;
|
|
15536
16183
|
font-display: block;
|
|
15537
|
-
src: url("../../../fonts/fa-
|
|
16184
|
+
src: url("../../../fonts/fa-light-300.woff2");
|
|
15538
16185
|
}
|
|
15539
16186
|
|
|
15540
|
-
.
|
|
15541
|
-
--fa-family: var(--fa-family-
|
|
16187
|
+
.fal {
|
|
16188
|
+
--fa-family: var(--fa-family-classic);
|
|
15542
16189
|
--fa-style: 300;
|
|
15543
16190
|
}
|
|
15544
16191
|
|
|
15545
16192
|
:root, :host {
|
|
15546
|
-
--fa-family-
|
|
15547
|
-
--fa-font-
|
|
15548
|
-
--fa-style-family-
|
|
16193
|
+
--fa-family-classic: "Font Awesome 7 Pro";
|
|
16194
|
+
--fa-font-thin: normal 100 1em/1 var(--fa-family-classic);
|
|
16195
|
+
--fa-style-family-classic: var(--fa-family-classic);
|
|
15549
16196
|
}
|
|
15550
16197
|
|
|
15551
16198
|
@font-face {
|
|
15552
|
-
font-family: "Font Awesome 7
|
|
16199
|
+
font-family: "Font Awesome 7 Pro";
|
|
15553
16200
|
font-style: normal;
|
|
15554
16201
|
font-weight: 100;
|
|
15555
16202
|
font-display: block;
|
|
15556
|
-
src: url("../../../fonts/fa-
|
|
16203
|
+
src: url("../../../fonts/fa-thin-100.woff2");
|
|
15557
16204
|
}
|
|
15558
16205
|
|
|
15559
|
-
.
|
|
15560
|
-
--fa-family: var(--fa-family-
|
|
16206
|
+
.fat {
|
|
16207
|
+
--fa-family: var(--fa-family-classic);
|
|
15561
16208
|
--fa-style: 100;
|
|
15562
16209
|
}
|
|
15563
16210
|
|
|
15564
|
-
.fa-
|
|
15565
|
-
--fa-family: var(--fa-family-
|
|
16211
|
+
.fa-classic {
|
|
16212
|
+
--fa-family: var(--fa-family-classic);
|
|
15566
16213
|
}
|
|
15567
16214
|
|
|
15568
16215
|
:root, :host {
|
|
15569
|
-
--fa-family-
|
|
15570
|
-
--fa-font-
|
|
15571
|
-
--fa-style-family-
|
|
16216
|
+
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
16217
|
+
--fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
|
|
16218
|
+
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
15572
16219
|
}
|
|
15573
16220
|
|
|
15574
16221
|
@font-face {
|
|
15575
|
-
font-family: "Font Awesome 7
|
|
16222
|
+
font-family: "Font Awesome 7 Duotone";
|
|
15576
16223
|
font-style: normal;
|
|
15577
16224
|
font-weight: 900;
|
|
15578
16225
|
font-display: block;
|
|
15579
|
-
src: url("../../../fonts/fa-
|
|
16226
|
+
src: url("../../../fonts/fa-duotone-900.woff2");
|
|
15580
16227
|
}
|
|
15581
16228
|
|
|
15582
|
-
.
|
|
15583
|
-
--fa-family: var(--fa-family-
|
|
16229
|
+
.fad, .fa-duotone {
|
|
16230
|
+
--fa-family: var(--fa-family-duotone);
|
|
15584
16231
|
--fa-style: 900;
|
|
15585
16232
|
letter-spacing: normal;
|
|
15586
16233
|
position: relative;
|
|
15587
16234
|
}
|
|
15588
16235
|
|
|
15589
|
-
.fa-
|
|
15590
|
-
--fa-style: 900;
|
|
15591
|
-
}
|
|
15592
|
-
|
|
15593
|
-
.fasds:before, .fa-sharp-duotone:before {
|
|
16236
|
+
.fad:before, .fa-duotone:before {
|
|
15594
16237
|
color: var(--fa-primary-color, currentColor);
|
|
15595
16238
|
opacity: var(--fa-primary-opacity, 1);
|
|
15596
16239
|
position: absolute;
|
|
15597
16240
|
}
|
|
15598
16241
|
|
|
15599
|
-
.
|
|
16242
|
+
.fad:after, .fa-duotone:after {
|
|
15600
16243
|
color: var(--fa-secondary-color, currentColor);
|
|
15601
16244
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15602
16245
|
}
|
|
15603
16246
|
|
|
15604
|
-
.fa-swap-opacity .
|
|
16247
|
+
.fa-swap-opacity .fad:before, .fa-swap-opacity .fa-duotone:before, .fad.fa-swap-opacity:before, .fa-duotone.fa-swap-opacity:before {
|
|
15605
16248
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15606
16249
|
}
|
|
15607
16250
|
|
|
15608
|
-
.fa-swap-opacity .
|
|
16251
|
+
.fa-swap-opacity .fad:after, .fa-swap-opacity .fa-duotone:after, .fad.fa-swap-opacity:after, .fa-duotone.fa-swap-opacity:after {
|
|
15609
16252
|
opacity: var(--fa-primary-opacity, 1);
|
|
15610
16253
|
}
|
|
15611
16254
|
|
|
15612
|
-
.fa-li
|
|
16255
|
+
.fad.fa-li, .fa-duotone.fa-li, .fad.fa-stack-1x, .fa-duotone.fa-stack-1x, .fad.fa-stack-2x, .fa-duotone.fa-stack-2x {
|
|
15613
16256
|
position: absolute;
|
|
15614
16257
|
}
|
|
15615
16258
|
|
|
15616
16259
|
:root, :host {
|
|
15617
|
-
--fa-family-
|
|
15618
|
-
--fa-font-
|
|
15619
|
-
--fa-style-family-
|
|
16260
|
+
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
16261
|
+
--fa-font-duotone-regular: normal 400 1em/1 var(--fa-family-duotone);
|
|
16262
|
+
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
15620
16263
|
}
|
|
15621
16264
|
|
|
15622
16265
|
@font-face {
|
|
15623
|
-
font-family: "Font Awesome 7
|
|
16266
|
+
font-family: "Font Awesome 7 Duotone";
|
|
15624
16267
|
font-style: normal;
|
|
15625
16268
|
font-weight: 400;
|
|
15626
16269
|
font-display: block;
|
|
15627
|
-
src: url("../../../fonts/fa-
|
|
16270
|
+
src: url("../../../fonts/fa-duotone-regular-400.woff2");
|
|
15628
16271
|
}
|
|
15629
16272
|
|
|
15630
|
-
.
|
|
15631
|
-
--fa-family: var(--fa-family-
|
|
16273
|
+
.fadr {
|
|
16274
|
+
--fa-family: var(--fa-family-duotone);
|
|
15632
16275
|
--fa-style: 400;
|
|
15633
16276
|
letter-spacing: normal;
|
|
15634
16277
|
position: relative;
|
|
@@ -15638,45 +16281,45 @@
|
|
|
15638
16281
|
--fa-style: 400;
|
|
15639
16282
|
}
|
|
15640
16283
|
|
|
15641
|
-
.
|
|
16284
|
+
.fadr:before, .fa-duotone:before {
|
|
15642
16285
|
color: var(--fa-primary-color, currentColor);
|
|
15643
16286
|
opacity: var(--fa-primary-opacity, 1);
|
|
15644
16287
|
position: absolute;
|
|
15645
16288
|
}
|
|
15646
16289
|
|
|
15647
|
-
.
|
|
16290
|
+
.fadr:after, .fa-duotone:after {
|
|
15648
16291
|
color: var(--fa-secondary-color, currentColor);
|
|
15649
16292
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15650
16293
|
}
|
|
15651
16294
|
|
|
15652
|
-
.fa-swap-opacity .
|
|
16295
|
+
.fa-swap-opacity .fadr:before, .fa-swap-opacity .fa-duotone:before, .fa-swap-opacity.fadr:before, .fa-swap-opacity.fa-duotone:before {
|
|
15653
16296
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15654
16297
|
}
|
|
15655
16298
|
|
|
15656
|
-
.fa-swap-opacity .
|
|
16299
|
+
.fa-swap-opacity .fadr:after, .fa-swap-opacity .fa-duotone:after, .fa-swap-opacity.fadr:after, .fa-swap-opacity.fa-duotone:after {
|
|
15657
16300
|
opacity: var(--fa-primary-opacity, 1);
|
|
15658
16301
|
}
|
|
15659
16302
|
|
|
15660
|
-
.fa-li.
|
|
16303
|
+
.fa-li.fadr, .fa-li.fa-duotone, .fa-stack-1x.fadr, .fa-stack-1x.fa-duotone, .fa-stack-2x.fadr, .fa-stack-2x.fa-duotone {
|
|
15661
16304
|
position: absolute;
|
|
15662
16305
|
}
|
|
15663
16306
|
|
|
15664
16307
|
:root, :host {
|
|
15665
|
-
--fa-family-
|
|
15666
|
-
--fa-font-
|
|
15667
|
-
--fa-style-family-
|
|
16308
|
+
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
16309
|
+
--fa-font-duotone-light: normal 300 1em/1 var(--fa-family-duotone);
|
|
16310
|
+
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
15668
16311
|
}
|
|
15669
16312
|
|
|
15670
16313
|
@font-face {
|
|
15671
|
-
font-family: "Font Awesome 7
|
|
16314
|
+
font-family: "Font Awesome 7 Duotone";
|
|
15672
16315
|
font-style: normal;
|
|
15673
16316
|
font-weight: 300;
|
|
15674
16317
|
font-display: block;
|
|
15675
|
-
src: url("../../../fonts/fa-
|
|
16318
|
+
src: url("../../../fonts/fa-duotone-light-300.woff2");
|
|
15676
16319
|
}
|
|
15677
16320
|
|
|
15678
|
-
.
|
|
15679
|
-
--fa-family: var(--fa-family-
|
|
16321
|
+
.fadl {
|
|
16322
|
+
--fa-family: var(--fa-family-duotone);
|
|
15680
16323
|
--fa-style: 300;
|
|
15681
16324
|
letter-spacing: normal;
|
|
15682
16325
|
position: relative;
|
|
@@ -15686,52 +16329,52 @@
|
|
|
15686
16329
|
--fa-style: 300;
|
|
15687
16330
|
}
|
|
15688
16331
|
|
|
15689
|
-
.
|
|
16332
|
+
.fadl:before, .fa-duotone:before {
|
|
15690
16333
|
color: var(--fa-primary-color, currentColor);
|
|
15691
16334
|
opacity: var(--fa-primary-opacity, 1);
|
|
15692
16335
|
position: absolute;
|
|
15693
16336
|
}
|
|
15694
16337
|
|
|
15695
|
-
.
|
|
16338
|
+
.fadl:after, .fa-duotone:after {
|
|
15696
16339
|
color: var(--fa-secondary-color, currentColor);
|
|
15697
16340
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15698
16341
|
}
|
|
15699
16342
|
|
|
15700
|
-
.fa-swap-opacity .
|
|
16343
|
+
.fa-swap-opacity .fadl:before, .fa-swap-opacity .fa-duotone:before, .fa-swap-opacity.fadl:before, .fa-swap-opacity.fa-duotone:before {
|
|
15701
16344
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15702
16345
|
}
|
|
15703
16346
|
|
|
15704
|
-
.fa-swap-opacity .
|
|
16347
|
+
.fa-swap-opacity .fadl:after, .fa-swap-opacity .fa-duotone:after, .fa-swap-opacity.fadl:after, .fa-swap-opacity.fa-duotone:after {
|
|
15705
16348
|
opacity: var(--fa-primary-opacity, 1);
|
|
15706
16349
|
}
|
|
15707
16350
|
|
|
15708
|
-
.fa-li.
|
|
16351
|
+
.fa-li.fadl, .fa-li.fa-duotone, .fa-stack-1x.fadl, .fa-stack-1x.fa-duotone, .fa-stack-2x.fadl, .fa-stack-2x.fa-duotone {
|
|
15709
16352
|
position: absolute;
|
|
15710
16353
|
}
|
|
15711
16354
|
|
|
15712
16355
|
:root, :host {
|
|
15713
|
-
--fa-family-
|
|
15714
|
-
--fa-font-
|
|
15715
|
-
--fa-style-family-
|
|
16356
|
+
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
16357
|
+
--fa-font-duotone-thin: normal 100 1em/1 var(--fa-family-duotone);
|
|
16358
|
+
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
15716
16359
|
}
|
|
15717
16360
|
|
|
15718
16361
|
@font-face {
|
|
15719
|
-
font-family: "Font Awesome 7
|
|
16362
|
+
font-family: "Font Awesome 7 Duotone";
|
|
15720
16363
|
font-style: normal;
|
|
15721
16364
|
font-weight: 100;
|
|
15722
16365
|
font-display: block;
|
|
15723
|
-
src: url("../../../fonts/fa-
|
|
16366
|
+
src: url("../../../fonts/fa-duotone-thin-100.woff2");
|
|
15724
16367
|
}
|
|
15725
16368
|
|
|
15726
|
-
.
|
|
15727
|
-
--fa-family: var(--fa-family-
|
|
16369
|
+
.fadt {
|
|
16370
|
+
--fa-family: var(--fa-family-duotone);
|
|
15728
16371
|
--fa-style: 100;
|
|
15729
16372
|
letter-spacing: normal;
|
|
15730
16373
|
position: relative;
|
|
15731
16374
|
}
|
|
15732
16375
|
|
|
15733
|
-
.fa-
|
|
15734
|
-
--fa-family: var(--fa-family-
|
|
16376
|
+
.fa-duotone {
|
|
16377
|
+
--fa-family: var(--fa-family-duotone);
|
|
15735
16378
|
letter-spacing: normal;
|
|
15736
16379
|
position: relative;
|
|
15737
16380
|
}
|
|
@@ -15740,26 +16383,26 @@
|
|
|
15740
16383
|
--fa-style: 100;
|
|
15741
16384
|
}
|
|
15742
16385
|
|
|
15743
|
-
.
|
|
16386
|
+
.fadt:before, .fa-duotone:before {
|
|
15744
16387
|
color: var(--fa-primary-color, currentColor);
|
|
15745
16388
|
opacity: var(--fa-primary-opacity, 1);
|
|
15746
16389
|
position: absolute;
|
|
15747
16390
|
}
|
|
15748
16391
|
|
|
15749
|
-
.
|
|
16392
|
+
.fadt:after, .fa-duotone:after {
|
|
15750
16393
|
color: var(--fa-secondary-color, currentColor);
|
|
15751
16394
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15752
16395
|
}
|
|
15753
16396
|
|
|
15754
|
-
.fa-swap-opacity .
|
|
16397
|
+
.fa-swap-opacity .fadt:before, .fa-swap-opacity .fa-duotone:before, .fa-swap-opacity.fadt:before, .fa-swap-opacity.fa-duotone:before {
|
|
15755
16398
|
opacity: var(--fa-secondary-opacity, .4);
|
|
15756
16399
|
}
|
|
15757
16400
|
|
|
15758
|
-
.fa-swap-opacity .
|
|
16401
|
+
.fa-swap-opacity .fadt:after, .fa-swap-opacity .fa-duotone:after, .fa-swap-opacity.fadt:after, .fa-swap-opacity.fa-duotone:after {
|
|
15759
16402
|
opacity: var(--fa-primary-opacity, 1);
|
|
15760
16403
|
}
|
|
15761
16404
|
|
|
15762
|
-
.fa-li.
|
|
16405
|
+
.fa-li.fadt, .fa-li.fa-duotone, .fa-stack-1x.fadt, .fa-stack-1x.fa-duotone, .fa-stack-2x.fadt, .fa-stack-2x.fa-duotone {
|
|
15763
16406
|
position: absolute;
|
|
15764
16407
|
}
|
|
15765
16408
|
|
|
@@ -16285,6 +16928,94 @@
|
|
|
16285
16928
|
--fa: "";
|
|
16286
16929
|
}
|
|
16287
16930
|
|
|
16931
|
+
.fa-build-awesome {
|
|
16932
|
+
--fa: "";
|
|
16933
|
+
}
|
|
16934
|
+
|
|
16935
|
+
.fa-codeberg {
|
|
16936
|
+
--fa: "";
|
|
16937
|
+
}
|
|
16938
|
+
|
|
16939
|
+
.fa-devpost {
|
|
16940
|
+
--fa: "";
|
|
16941
|
+
}
|
|
16942
|
+
|
|
16943
|
+
.fa-internet-archive {
|
|
16944
|
+
--fa: "";
|
|
16945
|
+
}
|
|
16946
|
+
|
|
16947
|
+
.fa-lets-encrypt {
|
|
16948
|
+
--fa: "";
|
|
16949
|
+
}
|
|
16950
|
+
|
|
16951
|
+
.fa-matrix {
|
|
16952
|
+
--fa: "";
|
|
16953
|
+
}
|
|
16954
|
+
|
|
16955
|
+
.fa-mattermost {
|
|
16956
|
+
--fa: "";
|
|
16957
|
+
}
|
|
16958
|
+
|
|
16959
|
+
.fa-nextcloud {
|
|
16960
|
+
--fa: "";
|
|
16961
|
+
}
|
|
16962
|
+
|
|
16963
|
+
.fa-roblox-creator-studio {
|
|
16964
|
+
--fa: "";
|
|
16965
|
+
}
|
|
16966
|
+
|
|
16967
|
+
.fa-square-build-awesome-stroke {
|
|
16968
|
+
--fa: "";
|
|
16969
|
+
}
|
|
16970
|
+
|
|
16971
|
+
.fa-substack {
|
|
16972
|
+
--fa: "";
|
|
16973
|
+
}
|
|
16974
|
+
|
|
16975
|
+
.fa-tesla {
|
|
16976
|
+
--fa: "";
|
|
16977
|
+
}
|
|
16978
|
+
|
|
16979
|
+
.fa-xrp {
|
|
16980
|
+
--fa: "";
|
|
16981
|
+
}
|
|
16982
|
+
|
|
16983
|
+
.fa-xrpl {
|
|
16984
|
+
--fa: "";
|
|
16985
|
+
}
|
|
16986
|
+
|
|
16987
|
+
.fa-youtube-shorts {
|
|
16988
|
+
--fa: "";
|
|
16989
|
+
}
|
|
16990
|
+
|
|
16991
|
+
.fa-ror {
|
|
16992
|
+
--fa: "";
|
|
16993
|
+
}
|
|
16994
|
+
|
|
16995
|
+
.fa-visual-studio {
|
|
16996
|
+
--fa: "";
|
|
16997
|
+
}
|
|
16998
|
+
|
|
16999
|
+
.fa-dolibarr {
|
|
17000
|
+
--fa: "";
|
|
17001
|
+
}
|
|
17002
|
+
|
|
17003
|
+
.fa-obs-studio {
|
|
17004
|
+
--fa: "";
|
|
17005
|
+
}
|
|
17006
|
+
|
|
17007
|
+
.fa-storybook {
|
|
17008
|
+
--fa: "";
|
|
17009
|
+
}
|
|
17010
|
+
|
|
17011
|
+
.fa-a11y-project {
|
|
17012
|
+
--fa: "";
|
|
17013
|
+
}
|
|
17014
|
+
|
|
17015
|
+
.fa-copilot {
|
|
17016
|
+
--fa: "";
|
|
17017
|
+
}
|
|
17018
|
+
|
|
16288
17019
|
.fa-square-twitter, .fa-twitter-square {
|
|
16289
17020
|
--fa: "";
|
|
16290
17021
|
}
|
|
@@ -33863,8 +34594,6 @@ textarea.form-control-lg {
|
|
|
33863
34594
|
}
|
|
33864
34595
|
|
|
33865
34596
|
[class*="btn-icon-"].btn-sm, .btn-group-sm > [class*="btn-icon-"].btn, [class*="btn-icon-outline-"].btn-sm, .btn-group-sm > [class*="btn-icon-outline-"].btn {
|
|
33866
|
-
--bs-btn-padding-x: 0;
|
|
33867
|
-
--bs-btn-padding-y: 0;
|
|
33868
34597
|
width: 2rem;
|
|
33869
34598
|
height: 2rem;
|
|
33870
34599
|
}
|