@next-degree/pickle-shared-js 0.4.31 → 0.6.43
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/dist/company_service_latest-Dwf4Fkjr.d.cts +2641 -0
- package/dist/company_service_latest-Dwf4Fkjr.d.ts +2641 -0
- package/dist/components/buttons/BackButton.cjs +161 -0
- package/dist/components/buttons/BackButton.cjs.map +1 -0
- package/dist/components/buttons/BackButton.d.cts +9 -0
- package/dist/components/buttons/BackButton.d.ts +9 -0
- package/dist/components/buttons/BackButton.js +137 -0
- package/dist/components/buttons/BackButton.js.map +1 -0
- package/dist/components/company/CompanyBenefits.cjs +38 -0
- package/dist/components/company/CompanyBenefits.cjs.map +1 -0
- package/dist/components/company/CompanyBenefits.d.cts +8 -0
- package/dist/components/company/CompanyBenefits.d.ts +8 -0
- package/dist/components/company/CompanyBenefits.js +13 -0
- package/dist/components/company/CompanyBenefits.js.map +1 -0
- package/dist/components/company/CompanyInformation.cjs +112 -0
- package/dist/components/company/CompanyInformation.cjs.map +1 -0
- package/dist/components/company/CompanyInformation.d.cts +12 -0
- package/dist/components/company/CompanyInformation.d.ts +12 -0
- package/dist/components/company/CompanyInformation.js +75 -0
- package/dist/components/company/CompanyInformation.js.map +1 -0
- package/dist/components/company/CompanyTake.cjs +140 -0
- package/dist/components/company/CompanyTake.cjs.map +1 -0
- package/dist/components/company/CompanyTake.d.cts +9 -0
- package/dist/components/company/CompanyTake.d.ts +9 -0
- package/dist/components/company/CompanyTake.js +104 -0
- package/dist/components/company/CompanyTake.js.map +1 -0
- package/dist/components/jobPost/JobDescription.cjs +205 -0
- package/dist/components/jobPost/JobDescription.cjs.map +1 -0
- package/dist/components/jobPost/JobDescription.d.cts +8 -0
- package/dist/components/jobPost/JobDescription.d.ts +8 -0
- package/dist/components/jobPost/JobDescription.js +168 -0
- package/dist/components/jobPost/JobDescription.js.map +1 -0
- package/dist/components/jobPost/JobHeader.cjs +436 -0
- package/dist/components/jobPost/JobHeader.cjs.map +1 -0
- package/dist/components/jobPost/JobHeader.d.cts +26 -0
- package/dist/components/jobPost/JobHeader.d.ts +26 -0
- package/dist/components/jobPost/JobHeader.js +423 -0
- package/dist/components/jobPost/JobHeader.js.map +1 -0
- package/dist/components/jobPost/JobPost.cjs +1349 -0
- package/dist/components/jobPost/JobPost.cjs.map +1 -0
- package/dist/components/jobPost/JobPost.d.cts +16 -0
- package/dist/components/jobPost/JobPost.d.ts +16 -0
- package/dist/components/jobPost/JobPost.js +1336 -0
- package/dist/components/jobPost/JobPost.js.map +1 -0
- package/dist/components/primitives/avatar.cjs +88 -0
- package/dist/components/primitives/avatar.cjs.map +1 -0
- package/dist/components/primitives/avatar.d.cts +13 -0
- package/dist/components/primitives/avatar.d.ts +13 -0
- package/dist/components/primitives/avatar.js +52 -0
- package/dist/components/primitives/avatar.js.map +1 -0
- package/dist/components/primitives/command.d.cts +3 -3
- package/dist/components/primitives/command.d.ts +3 -3
- package/dist/components/ui/Avatar.cjs +117 -0
- package/dist/components/ui/Avatar.cjs.map +1 -0
- package/dist/components/ui/Avatar.d.cts +16 -0
- package/dist/components/ui/Avatar.d.ts +16 -0
- package/dist/components/ui/Avatar.js +79 -0
- package/dist/components/ui/Avatar.js.map +1 -0
- package/dist/components/ui/Icon.cjs +114 -0
- package/dist/components/ui/Icon.cjs.map +1 -0
- package/dist/components/ui/Icon.d.cts +15 -0
- package/dist/components/ui/Icon.d.ts +15 -0
- package/dist/components/ui/Icon.js +89 -0
- package/dist/components/ui/Icon.js.map +1 -0
- package/dist/{app/layout.cjs → components/ui/LinkButton.cjs} +25 -35
- package/dist/components/ui/LinkButton.cjs.map +1 -0
- package/dist/components/ui/LinkButton.d.cts +29 -0
- package/dist/components/ui/LinkButton.d.ts +29 -0
- package/dist/components/ui/LinkButton.js +26 -0
- package/dist/components/ui/LinkButton.js.map +1 -0
- package/dist/components/ui/MapComponent.cjs +54 -0
- package/dist/components/ui/MapComponent.cjs.map +1 -0
- package/dist/components/ui/MapComponent.d.cts +15 -0
- package/dist/components/ui/MapComponent.d.ts +15 -0
- package/dist/components/ui/MapComponent.js +34 -0
- package/dist/components/ui/MapComponent.js.map +1 -0
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs +194 -0
- package/dist/components/ui/ReadMore.cjs.map +1 -0
- package/dist/components/ui/ReadMore.d.cts +9 -0
- package/dist/components/ui/ReadMore.d.ts +9 -0
- package/dist/components/ui/ReadMore.js +160 -0
- package/dist/components/ui/ReadMore.js.map +1 -0
- package/dist/contexts/WindowHistoryProvider.cjs +48 -0
- package/dist/contexts/WindowHistoryProvider.cjs.map +1 -0
- package/dist/contexts/WindowHistoryProvider.d.cts +11 -0
- package/dist/contexts/WindowHistoryProvider.d.ts +11 -0
- package/dist/contexts/WindowHistoryProvider.js +23 -0
- package/dist/contexts/WindowHistoryProvider.js.map +1 -0
- package/dist/displayText-C1qKqRYc.d.cts +48 -0
- package/dist/displayText-D-OzRlJf.d.ts +48 -0
- package/dist/hooks/useDisplayText.cjs +502 -0
- package/dist/hooks/useDisplayText.cjs.map +1 -0
- package/dist/hooks/useDisplayText.d.cts +8 -0
- package/dist/hooks/useDisplayText.d.ts +8 -0
- package/dist/hooks/useDisplayText.js +477 -0
- package/dist/hooks/useDisplayText.js.map +1 -0
- package/dist/hooks/useWindowHistory.cjs +46 -0
- package/dist/hooks/useWindowHistory.cjs.map +1 -0
- package/dist/hooks/useWindowHistory.d.cts +7 -0
- package/dist/hooks/useWindowHistory.d.ts +7 -0
- package/dist/hooks/useWindowHistory.js +21 -0
- package/dist/hooks/useWindowHistory.js.map +1 -0
- package/dist/index.cjs +1564 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +23 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +1557 -57
- package/dist/index.js.map +1 -1
- package/dist/job_posting_service_latest-D0AsiA4a.d.cts +2789 -0
- package/dist/job_posting_service_latest-D0AsiA4a.d.ts +2789 -0
- package/dist/lib/google.cjs +44 -2
- package/dist/lib/google.cjs.map +1 -1
- package/dist/lib/google.d.cts +22 -1
- package/dist/lib/google.d.ts +22 -1
- package/dist/lib/google.js +40 -1
- package/dist/lib/google.js.map +1 -1
- package/dist/lib/icons.cjs +53 -0
- package/dist/lib/icons.cjs.map +1 -0
- package/dist/lib/icons.d.cts +27 -0
- package/dist/lib/icons.d.ts +27 -0
- package/dist/lib/icons.js +49 -0
- package/dist/lib/icons.js.map +1 -0
- package/dist/lib/locations.cjs +45 -0
- package/dist/lib/locations.cjs.map +1 -0
- package/dist/lib/locations.d.cts +8 -0
- package/dist/lib/locations.d.ts +8 -0
- package/dist/lib/locations.js +19 -0
- package/dist/lib/locations.js.map +1 -0
- package/dist/lib/mappings.cjs +443 -0
- package/dist/lib/mappings.cjs.map +1 -0
- package/dist/lib/mappings.d.cts +4 -0
- package/dist/lib/mappings.d.ts +4 -0
- package/dist/lib/mappings.js +409 -0
- package/dist/lib/mappings.js.map +1 -0
- package/dist/lib/salaryRange.cjs +90 -0
- package/dist/lib/salaryRange.cjs.map +1 -0
- package/dist/lib/salaryRange.d.cts +6 -0
- package/dist/lib/salaryRange.d.ts +6 -0
- package/dist/lib/salaryRange.js +63 -0
- package/dist/lib/salaryRange.js.map +1 -0
- package/dist/services/displayText.cjs +470 -0
- package/dist/services/displayText.cjs.map +1 -0
- package/dist/services/displayText.d.cts +4 -0
- package/dist/services/displayText.d.ts +4 -0
- package/dist/services/displayText.js +443 -0
- package/dist/services/displayText.js.map +1 -0
- package/dist/shared_pickle_output_latest-DX6GQoVn.d.cts +194 -0
- package/dist/shared_pickle_output_latest-DX6GQoVn.d.ts +194 -0
- package/dist/styles/globals.css +829 -0
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +228 -0
- package/dist/types/data/company_service_latest.cjs.map +1 -0
- package/dist/types/data/company_service_latest.d.cts +2 -0
- package/dist/types/data/company_service_latest.d.ts +2 -0
- package/dist/types/data/company_service_latest.js +186 -0
- package/dist/types/data/company_service_latest.js.map +1 -0
- package/dist/types/data/job_posting_service_latest.cjs +266 -0
- package/dist/types/data/job_posting_service_latest.cjs.map +1 -0
- package/dist/types/data/job_posting_service_latest.d.cts +2 -0
- package/dist/types/data/job_posting_service_latest.d.ts +2 -0
- package/dist/types/data/job_posting_service_latest.js +230 -0
- package/dist/types/data/job_posting_service_latest.js.map +1 -0
- package/dist/types/data/shared_pickle_output_latest.cjs +82 -0
- package/dist/types/data/shared_pickle_output_latest.cjs.map +1 -0
- package/dist/types/data/shared_pickle_output_latest.d.cts +2 -0
- package/dist/types/data/shared_pickle_output_latest.d.ts +2 -0
- package/dist/types/data/shared_pickle_output_latest.js +50 -0
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -0
- package/dist/types/displayText.errors.cjs +44 -0
- package/dist/types/displayText.errors.cjs.map +1 -0
- package/dist/types/displayText.errors.d.cts +8 -0
- package/dist/types/displayText.errors.d.ts +8 -0
- package/dist/types/displayText.errors.js +18 -0
- package/dist/types/displayText.errors.js.map +1 -0
- package/package.json +20 -7
- package/dist/AmbitBold-3SZZPYLH.otf +0 -0
- package/dist/AmbitBoldItalic-JSHFTN4A.otf +0 -0
- package/dist/AmbitRegular-MB5U7O3L.otf +0 -0
- package/dist/app/layout.cjs.map +0 -1
- package/dist/app/layout.css +0 -1411
- package/dist/app/layout.css.map +0 -1
- package/dist/app/layout.d.cts +0 -11
- package/dist/app/layout.d.ts +0 -11
- package/dist/app/layout.js +0 -36
- package/dist/app/layout.js.map +0 -1
- package/dist/app/page.cjs +0 -1517
- package/dist/app/page.cjs.map +0 -1
- package/dist/app/page.d.cts +0 -5
- package/dist/app/page.d.ts +0 -5
- package/dist/app/page.js +0 -1491
- package/dist/app/page.js.map +0 -1
- package/dist/assets/fonts/AmbitBold.cjs +0 -3
- package/dist/assets/fonts/AmbitBold.cjs.map +0 -1
- package/dist/assets/fonts/AmbitBold.d.cts +0 -2
- package/dist/assets/fonts/AmbitBold.d.ts +0 -2
- package/dist/assets/fonts/AmbitBold.js +0 -6
- package/dist/assets/fonts/AmbitBold.js.map +0 -1
- package/dist/assets/fonts/AmbitBoldItalic.cjs +0 -3
- package/dist/assets/fonts/AmbitBoldItalic.cjs.map +0 -1
- package/dist/assets/fonts/AmbitBoldItalic.d.cts +0 -2
- package/dist/assets/fonts/AmbitBoldItalic.d.ts +0 -2
- package/dist/assets/fonts/AmbitBoldItalic.js +0 -6
- package/dist/assets/fonts/AmbitBoldItalic.js.map +0 -1
- package/dist/assets/fonts/AmbitRegular.cjs +0 -3
- package/dist/assets/fonts/AmbitRegular.cjs.map +0 -1
- package/dist/assets/fonts/AmbitRegular.d.cts +0 -2
- package/dist/assets/fonts/AmbitRegular.d.ts +0 -2
- package/dist/assets/fonts/AmbitRegular.js +0 -6
- package/dist/assets/fonts/AmbitRegular.js.map +0 -1
- package/dist/components/demos/ComboboxDemo.cjs +0 -814
- package/dist/components/demos/ComboboxDemo.cjs.map +0 -1
- package/dist/components/demos/ComboboxDemo.d.cts +0 -5
- package/dist/components/demos/ComboboxDemo.d.ts +0 -5
- package/dist/components/demos/ComboboxDemo.js +0 -786
- package/dist/components/demos/ComboboxDemo.js.map +0 -1
- package/dist/components/demos/CounterDemo.cjs +0 -270
- package/dist/components/demos/CounterDemo.cjs.map +0 -1
- package/dist/components/demos/CounterDemo.d.cts +0 -5
- package/dist/components/demos/CounterDemo.d.ts +0 -5
- package/dist/components/demos/CounterDemo.js +0 -238
- package/dist/components/demos/CounterDemo.js.map +0 -1
- package/dist/components/demos/InputDemo.cjs +0 -225
- package/dist/components/demos/InputDemo.cjs.map +0 -1
- package/dist/components/demos/InputDemo.d.cts +0 -5
- package/dist/components/demos/InputDemo.d.ts +0 -5
- package/dist/components/demos/InputDemo.js +0 -192
- package/dist/components/demos/InputDemo.js.map +0 -1
- package/dist/components/demos/PlacesQueryInputDemo.cjs +0 -341
- package/dist/components/demos/PlacesQueryInputDemo.cjs.map +0 -1
- package/dist/components/demos/PlacesQueryInputDemo.d.cts +0 -5
- package/dist/components/demos/PlacesQueryInputDemo.d.ts +0 -5
- package/dist/components/demos/PlacesQueryInputDemo.js +0 -309
- package/dist/components/demos/PlacesQueryInputDemo.js.map +0 -1
- package/dist/components/demos/SelectDemo.cjs +0 -365
- package/dist/components/demos/SelectDemo.cjs.map +0 -1
- package/dist/components/demos/SelectDemo.d.cts +0 -5
- package/dist/components/demos/SelectDemo.d.ts +0 -5
- package/dist/components/demos/SelectDemo.js +0 -337
- package/dist/components/demos/SelectDemo.js.map +0 -1
- package/dist/components/demos/index.cjs +0 -1510
- package/dist/components/demos/index.cjs.map +0 -1
- package/dist/components/demos/index.d.cts +0 -5
- package/dist/components/demos/index.d.ts +0 -5
- package/dist/components/demos/index.js +0 -1484
- package/dist/components/demos/index.js.map +0 -1
package/dist/styles/globals.css
CHANGED
|
@@ -360,6 +360,423 @@ video {
|
|
|
360
360
|
max-width: 1536px;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
+
.prose {
|
|
364
|
+
color: var(--tw-prose-body);
|
|
365
|
+
max-width: 65ch;
|
|
366
|
+
}
|
|
367
|
+
.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
368
|
+
margin-top: 1.25em;
|
|
369
|
+
margin-bottom: 1.25em;
|
|
370
|
+
}
|
|
371
|
+
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
372
|
+
color: var(--tw-prose-lead);
|
|
373
|
+
font-size: 1.25em;
|
|
374
|
+
line-height: 1.6;
|
|
375
|
+
margin-top: 1.2em;
|
|
376
|
+
margin-bottom: 1.2em;
|
|
377
|
+
}
|
|
378
|
+
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
379
|
+
color: var(--tw-prose-links);
|
|
380
|
+
text-decoration: underline;
|
|
381
|
+
font-weight: 500;
|
|
382
|
+
}
|
|
383
|
+
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
384
|
+
color: var(--tw-prose-bold);
|
|
385
|
+
font-weight: 600;
|
|
386
|
+
}
|
|
387
|
+
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
388
|
+
color: inherit;
|
|
389
|
+
}
|
|
390
|
+
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
391
|
+
color: inherit;
|
|
392
|
+
}
|
|
393
|
+
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
394
|
+
color: inherit;
|
|
395
|
+
}
|
|
396
|
+
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
397
|
+
list-style-type: decimal;
|
|
398
|
+
margin-top: 1.25em;
|
|
399
|
+
margin-bottom: 1.25em;
|
|
400
|
+
padding-inline-start: 1.625em;
|
|
401
|
+
}
|
|
402
|
+
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
403
|
+
list-style-type: upper-alpha;
|
|
404
|
+
}
|
|
405
|
+
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
406
|
+
list-style-type: lower-alpha;
|
|
407
|
+
}
|
|
408
|
+
.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
409
|
+
list-style-type: upper-alpha;
|
|
410
|
+
}
|
|
411
|
+
.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
412
|
+
list-style-type: lower-alpha;
|
|
413
|
+
}
|
|
414
|
+
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
415
|
+
list-style-type: upper-roman;
|
|
416
|
+
}
|
|
417
|
+
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
418
|
+
list-style-type: lower-roman;
|
|
419
|
+
}
|
|
420
|
+
.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
421
|
+
list-style-type: upper-roman;
|
|
422
|
+
}
|
|
423
|
+
.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
424
|
+
list-style-type: lower-roman;
|
|
425
|
+
}
|
|
426
|
+
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
427
|
+
list-style-type: decimal;
|
|
428
|
+
}
|
|
429
|
+
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
430
|
+
list-style-type: disc;
|
|
431
|
+
margin-top: 1.25em;
|
|
432
|
+
margin-bottom: 1.25em;
|
|
433
|
+
padding-inline-start: 1.625em;
|
|
434
|
+
}
|
|
435
|
+
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
|
|
436
|
+
font-weight: 400;
|
|
437
|
+
color: var(--tw-prose-counters);
|
|
438
|
+
}
|
|
439
|
+
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
|
|
440
|
+
color: var(--tw-prose-bullets);
|
|
441
|
+
}
|
|
442
|
+
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
443
|
+
color: var(--tw-prose-headings);
|
|
444
|
+
font-weight: 600;
|
|
445
|
+
margin-top: 1.25em;
|
|
446
|
+
}
|
|
447
|
+
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
448
|
+
border-color: var(--tw-prose-hr);
|
|
449
|
+
border-top-width: 1px;
|
|
450
|
+
margin-top: 3em;
|
|
451
|
+
margin-bottom: 3em;
|
|
452
|
+
}
|
|
453
|
+
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
454
|
+
font-weight: 500;
|
|
455
|
+
font-style: italic;
|
|
456
|
+
color: var(--tw-prose-quotes);
|
|
457
|
+
border-inline-start-width: 0.25rem;
|
|
458
|
+
border-inline-start-color: var(--tw-prose-quote-borders);
|
|
459
|
+
quotes: "\201c""\201d""\2018""\2019";
|
|
460
|
+
margin-top: 1.6em;
|
|
461
|
+
margin-bottom: 1.6em;
|
|
462
|
+
padding-inline-start: 1em;
|
|
463
|
+
}
|
|
464
|
+
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
|
|
465
|
+
content: open-quote;
|
|
466
|
+
}
|
|
467
|
+
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
|
|
468
|
+
content: close-quote;
|
|
469
|
+
}
|
|
470
|
+
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
471
|
+
color: var(--tw-prose-headings);
|
|
472
|
+
font-weight: 800;
|
|
473
|
+
font-size: 2.25em;
|
|
474
|
+
margin-top: 0;
|
|
475
|
+
margin-bottom: 0.8888889em;
|
|
476
|
+
line-height: 1.1111111;
|
|
477
|
+
}
|
|
478
|
+
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
479
|
+
font-weight: 900;
|
|
480
|
+
color: inherit;
|
|
481
|
+
}
|
|
482
|
+
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
483
|
+
color: var(--tw-prose-headings);
|
|
484
|
+
font-weight: 700;
|
|
485
|
+
font-size: 1.5em;
|
|
486
|
+
margin-top: 2em;
|
|
487
|
+
margin-bottom: 1em;
|
|
488
|
+
line-height: 1.3333333;
|
|
489
|
+
}
|
|
490
|
+
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
491
|
+
font-weight: 800;
|
|
492
|
+
color: inherit;
|
|
493
|
+
}
|
|
494
|
+
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
495
|
+
color: var(--tw-prose-headings);
|
|
496
|
+
font-weight: 600;
|
|
497
|
+
font-size: 1.25em;
|
|
498
|
+
margin-top: 1.6em;
|
|
499
|
+
margin-bottom: 0.6em;
|
|
500
|
+
line-height: 1.6;
|
|
501
|
+
}
|
|
502
|
+
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
503
|
+
font-weight: 700;
|
|
504
|
+
color: inherit;
|
|
505
|
+
}
|
|
506
|
+
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
507
|
+
color: var(--tw-prose-headings);
|
|
508
|
+
font-weight: 600;
|
|
509
|
+
margin-top: 1.5em;
|
|
510
|
+
margin-bottom: 0.5em;
|
|
511
|
+
line-height: 1.5;
|
|
512
|
+
}
|
|
513
|
+
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
514
|
+
font-weight: 700;
|
|
515
|
+
color: inherit;
|
|
516
|
+
}
|
|
517
|
+
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
518
|
+
margin-top: 2em;
|
|
519
|
+
margin-bottom: 2em;
|
|
520
|
+
}
|
|
521
|
+
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
522
|
+
display: block;
|
|
523
|
+
margin-top: 2em;
|
|
524
|
+
margin-bottom: 2em;
|
|
525
|
+
}
|
|
526
|
+
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
527
|
+
margin-top: 2em;
|
|
528
|
+
margin-bottom: 2em;
|
|
529
|
+
}
|
|
530
|
+
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
531
|
+
font-weight: 500;
|
|
532
|
+
font-family: inherit;
|
|
533
|
+
color: var(--tw-prose-kbd);
|
|
534
|
+
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
|
|
535
|
+
font-size: 0.875em;
|
|
536
|
+
border-radius: 0.3125rem;
|
|
537
|
+
padding-top: 0.1875em;
|
|
538
|
+
padding-inline-end: 0.375em;
|
|
539
|
+
padding-bottom: 0.1875em;
|
|
540
|
+
padding-inline-start: 0.375em;
|
|
541
|
+
}
|
|
542
|
+
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
543
|
+
color: var(--tw-prose-code);
|
|
544
|
+
font-weight: 600;
|
|
545
|
+
font-size: 0.875em;
|
|
546
|
+
}
|
|
547
|
+
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
|
|
548
|
+
content: "`";
|
|
549
|
+
}
|
|
550
|
+
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
|
|
551
|
+
content: "`";
|
|
552
|
+
}
|
|
553
|
+
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
554
|
+
color: inherit;
|
|
555
|
+
}
|
|
556
|
+
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
557
|
+
color: inherit;
|
|
558
|
+
}
|
|
559
|
+
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
560
|
+
color: inherit;
|
|
561
|
+
font-size: 0.875em;
|
|
562
|
+
}
|
|
563
|
+
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
564
|
+
color: inherit;
|
|
565
|
+
font-size: 0.9em;
|
|
566
|
+
}
|
|
567
|
+
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
568
|
+
color: inherit;
|
|
569
|
+
}
|
|
570
|
+
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
571
|
+
color: inherit;
|
|
572
|
+
}
|
|
573
|
+
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
574
|
+
color: inherit;
|
|
575
|
+
}
|
|
576
|
+
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
577
|
+
color: var(--tw-prose-pre-code);
|
|
578
|
+
background-color: var(--tw-prose-pre-bg);
|
|
579
|
+
overflow-x: auto;
|
|
580
|
+
font-weight: 400;
|
|
581
|
+
font-size: 0.875em;
|
|
582
|
+
line-height: 1.7142857;
|
|
583
|
+
margin-top: 1.7142857em;
|
|
584
|
+
margin-bottom: 1.7142857em;
|
|
585
|
+
border-radius: 0.375rem;
|
|
586
|
+
padding-top: 0.8571429em;
|
|
587
|
+
padding-inline-end: 1.1428571em;
|
|
588
|
+
padding-bottom: 0.8571429em;
|
|
589
|
+
padding-inline-start: 1.1428571em;
|
|
590
|
+
}
|
|
591
|
+
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
592
|
+
background-color: transparent;
|
|
593
|
+
border-width: 0;
|
|
594
|
+
border-radius: 0;
|
|
595
|
+
padding: 0;
|
|
596
|
+
font-weight: inherit;
|
|
597
|
+
color: inherit;
|
|
598
|
+
font-size: inherit;
|
|
599
|
+
font-family: inherit;
|
|
600
|
+
line-height: inherit;
|
|
601
|
+
}
|
|
602
|
+
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
|
|
603
|
+
content: none;
|
|
604
|
+
}
|
|
605
|
+
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
|
|
606
|
+
content: none;
|
|
607
|
+
}
|
|
608
|
+
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
609
|
+
width: 100%;
|
|
610
|
+
table-layout: auto;
|
|
611
|
+
margin-top: 2em;
|
|
612
|
+
margin-bottom: 2em;
|
|
613
|
+
font-size: 0.875em;
|
|
614
|
+
line-height: 1.7142857;
|
|
615
|
+
}
|
|
616
|
+
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
617
|
+
border-bottom-width: 1px;
|
|
618
|
+
border-bottom-color: var(--tw-prose-th-borders);
|
|
619
|
+
}
|
|
620
|
+
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
621
|
+
color: var(--tw-prose-headings);
|
|
622
|
+
font-weight: 600;
|
|
623
|
+
vertical-align: bottom;
|
|
624
|
+
padding-inline-end: 0.5714286em;
|
|
625
|
+
padding-bottom: 0.5714286em;
|
|
626
|
+
padding-inline-start: 0.5714286em;
|
|
627
|
+
}
|
|
628
|
+
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
629
|
+
border-bottom-width: 1px;
|
|
630
|
+
border-bottom-color: var(--tw-prose-td-borders);
|
|
631
|
+
}
|
|
632
|
+
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
633
|
+
border-bottom-width: 0;
|
|
634
|
+
}
|
|
635
|
+
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
636
|
+
vertical-align: baseline;
|
|
637
|
+
}
|
|
638
|
+
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
639
|
+
border-top-width: 1px;
|
|
640
|
+
border-top-color: var(--tw-prose-th-borders);
|
|
641
|
+
}
|
|
642
|
+
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
643
|
+
vertical-align: top;
|
|
644
|
+
}
|
|
645
|
+
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
646
|
+
text-align: start;
|
|
647
|
+
}
|
|
648
|
+
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
649
|
+
margin-top: 0;
|
|
650
|
+
margin-bottom: 0;
|
|
651
|
+
}
|
|
652
|
+
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
653
|
+
color: var(--tw-prose-captions);
|
|
654
|
+
font-size: 0.875em;
|
|
655
|
+
line-height: 1.4285714;
|
|
656
|
+
margin-top: 0.8571429em;
|
|
657
|
+
}
|
|
658
|
+
.prose {
|
|
659
|
+
--tw-prose-body: #374151;
|
|
660
|
+
--tw-prose-headings: #111827;
|
|
661
|
+
--tw-prose-lead: #4b5563;
|
|
662
|
+
--tw-prose-links: #111827;
|
|
663
|
+
--tw-prose-bold: #111827;
|
|
664
|
+
--tw-prose-counters: #6b7280;
|
|
665
|
+
--tw-prose-bullets: #d1d5db;
|
|
666
|
+
--tw-prose-hr: #e5e7eb;
|
|
667
|
+
--tw-prose-quotes: #111827;
|
|
668
|
+
--tw-prose-quote-borders: #e5e7eb;
|
|
669
|
+
--tw-prose-captions: #6b7280;
|
|
670
|
+
--tw-prose-kbd: #111827;
|
|
671
|
+
--tw-prose-kbd-shadows: 17 24 39;
|
|
672
|
+
--tw-prose-code: #111827;
|
|
673
|
+
--tw-prose-pre-code: #e5e7eb;
|
|
674
|
+
--tw-prose-pre-bg: #1f2937;
|
|
675
|
+
--tw-prose-th-borders: #d1d5db;
|
|
676
|
+
--tw-prose-td-borders: #e5e7eb;
|
|
677
|
+
--tw-prose-invert-body: #d1d5db;
|
|
678
|
+
--tw-prose-invert-headings: #fff;
|
|
679
|
+
--tw-prose-invert-lead: #9ca3af;
|
|
680
|
+
--tw-prose-invert-links: #fff;
|
|
681
|
+
--tw-prose-invert-bold: #fff;
|
|
682
|
+
--tw-prose-invert-counters: #9ca3af;
|
|
683
|
+
--tw-prose-invert-bullets: #4b5563;
|
|
684
|
+
--tw-prose-invert-hr: #374151;
|
|
685
|
+
--tw-prose-invert-quotes: #f3f4f6;
|
|
686
|
+
--tw-prose-invert-quote-borders: #374151;
|
|
687
|
+
--tw-prose-invert-captions: #9ca3af;
|
|
688
|
+
--tw-prose-invert-kbd: #fff;
|
|
689
|
+
--tw-prose-invert-kbd-shadows: 255 255 255;
|
|
690
|
+
--tw-prose-invert-code: #fff;
|
|
691
|
+
--tw-prose-invert-pre-code: #d1d5db;
|
|
692
|
+
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
693
|
+
--tw-prose-invert-th-borders: #4b5563;
|
|
694
|
+
--tw-prose-invert-td-borders: #374151;
|
|
695
|
+
font-size: 1rem;
|
|
696
|
+
line-height: 1.75;
|
|
697
|
+
}
|
|
698
|
+
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
699
|
+
margin-top: 0;
|
|
700
|
+
margin-bottom: 0;
|
|
701
|
+
}
|
|
702
|
+
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
703
|
+
margin-top: 0.5em;
|
|
704
|
+
margin-bottom: 0.5em;
|
|
705
|
+
}
|
|
706
|
+
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
707
|
+
padding-inline-start: 0.375em;
|
|
708
|
+
}
|
|
709
|
+
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
710
|
+
padding-inline-start: 0.375em;
|
|
711
|
+
}
|
|
712
|
+
.prose :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
713
|
+
margin-top: 0.75em;
|
|
714
|
+
margin-bottom: 0.75em;
|
|
715
|
+
}
|
|
716
|
+
.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
717
|
+
margin-top: 1.25em;
|
|
718
|
+
}
|
|
719
|
+
.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
720
|
+
margin-bottom: 1.25em;
|
|
721
|
+
}
|
|
722
|
+
.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
723
|
+
margin-top: 1.25em;
|
|
724
|
+
}
|
|
725
|
+
.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
726
|
+
margin-bottom: 1.25em;
|
|
727
|
+
}
|
|
728
|
+
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
729
|
+
margin-top: 0.75em;
|
|
730
|
+
margin-bottom: 0.75em;
|
|
731
|
+
}
|
|
732
|
+
.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
733
|
+
margin-top: 1.25em;
|
|
734
|
+
margin-bottom: 1.25em;
|
|
735
|
+
}
|
|
736
|
+
.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
737
|
+
margin-top: 0.5em;
|
|
738
|
+
padding-inline-start: 1.625em;
|
|
739
|
+
}
|
|
740
|
+
.prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
741
|
+
margin-top: 0;
|
|
742
|
+
}
|
|
743
|
+
.prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
744
|
+
margin-top: 0;
|
|
745
|
+
}
|
|
746
|
+
.prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
747
|
+
margin-top: 0;
|
|
748
|
+
}
|
|
749
|
+
.prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
750
|
+
margin-top: 0;
|
|
751
|
+
}
|
|
752
|
+
.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
753
|
+
padding-inline-start: 0;
|
|
754
|
+
}
|
|
755
|
+
.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
756
|
+
padding-inline-end: 0;
|
|
757
|
+
}
|
|
758
|
+
.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
759
|
+
padding-top: 0.5714286em;
|
|
760
|
+
padding-inline-end: 0.5714286em;
|
|
761
|
+
padding-bottom: 0.5714286em;
|
|
762
|
+
padding-inline-start: 0.5714286em;
|
|
763
|
+
}
|
|
764
|
+
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
765
|
+
padding-inline-start: 0;
|
|
766
|
+
}
|
|
767
|
+
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
768
|
+
padding-inline-end: 0;
|
|
769
|
+
}
|
|
770
|
+
.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
771
|
+
margin-top: 2em;
|
|
772
|
+
margin-bottom: 2em;
|
|
773
|
+
}
|
|
774
|
+
.prose :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
775
|
+
margin-top: 0;
|
|
776
|
+
}
|
|
777
|
+
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
778
|
+
margin-bottom: 0;
|
|
779
|
+
}
|
|
363
780
|
.sr-only {
|
|
364
781
|
position: absolute;
|
|
365
782
|
width: 1px;
|
|
@@ -399,6 +816,9 @@ video {
|
|
|
399
816
|
.left-3 {
|
|
400
817
|
left: 0.75rem;
|
|
401
818
|
}
|
|
819
|
+
.left-4 {
|
|
820
|
+
left: 1rem;
|
|
821
|
+
}
|
|
402
822
|
.left-\[50\%\] {
|
|
403
823
|
left: 50%;
|
|
404
824
|
}
|
|
@@ -417,9 +837,15 @@ video {
|
|
|
417
837
|
.right-4 {
|
|
418
838
|
right: 1rem;
|
|
419
839
|
}
|
|
840
|
+
.top-2 {
|
|
841
|
+
top: 0.5rem;
|
|
842
|
+
}
|
|
420
843
|
.top-4 {
|
|
421
844
|
top: 1rem;
|
|
422
845
|
}
|
|
846
|
+
.top-8 {
|
|
847
|
+
top: 2rem;
|
|
848
|
+
}
|
|
423
849
|
.top-\[50\%\] {
|
|
424
850
|
top: 50%;
|
|
425
851
|
}
|
|
@@ -442,10 +868,20 @@ video {
|
|
|
442
868
|
margin-left: -0.25rem;
|
|
443
869
|
margin-right: -0.25rem;
|
|
444
870
|
}
|
|
871
|
+
.mx-1 {
|
|
872
|
+
margin-left: 0.25rem;
|
|
873
|
+
margin-right: 0.25rem;
|
|
874
|
+
}
|
|
445
875
|
.my-auto {
|
|
446
876
|
margin-top: auto;
|
|
447
877
|
margin-bottom: auto;
|
|
448
878
|
}
|
|
879
|
+
.-mt-4 {
|
|
880
|
+
margin-top: -1rem;
|
|
881
|
+
}
|
|
882
|
+
.-mt-8 {
|
|
883
|
+
margin-top: -2rem;
|
|
884
|
+
}
|
|
449
885
|
.mb-2 {
|
|
450
886
|
margin-bottom: 0.5rem;
|
|
451
887
|
}
|
|
@@ -455,9 +891,18 @@ video {
|
|
|
455
891
|
.mr-2 {
|
|
456
892
|
margin-right: 0.5rem;
|
|
457
893
|
}
|
|
894
|
+
.mr-4 {
|
|
895
|
+
margin-right: 1rem;
|
|
896
|
+
}
|
|
458
897
|
.mt-2 {
|
|
459
898
|
margin-top: 0.5rem;
|
|
460
899
|
}
|
|
900
|
+
.mt-4 {
|
|
901
|
+
margin-top: 1rem;
|
|
902
|
+
}
|
|
903
|
+
.mt-8 {
|
|
904
|
+
margin-top: 2rem;
|
|
905
|
+
}
|
|
461
906
|
.flex {
|
|
462
907
|
display: flex;
|
|
463
908
|
}
|
|
@@ -470,6 +915,9 @@ video {
|
|
|
470
915
|
.hidden {
|
|
471
916
|
display: none;
|
|
472
917
|
}
|
|
918
|
+
.aspect-square {
|
|
919
|
+
aspect-ratio: 1 / 1;
|
|
920
|
+
}
|
|
473
921
|
.h-10 {
|
|
474
922
|
height: 2.5rem;
|
|
475
923
|
}
|
|
@@ -482,6 +930,9 @@ video {
|
|
|
482
930
|
.h-14 {
|
|
483
931
|
height: 3.5rem;
|
|
484
932
|
}
|
|
933
|
+
.h-16 {
|
|
934
|
+
height: 4rem;
|
|
935
|
+
}
|
|
485
936
|
.h-24 {
|
|
486
937
|
height: 6rem;
|
|
487
938
|
}
|
|
@@ -506,18 +957,39 @@ video {
|
|
|
506
957
|
.h-\[1px\] {
|
|
507
958
|
height: 1px;
|
|
508
959
|
}
|
|
960
|
+
.h-\[36rem\] {
|
|
961
|
+
height: 36rem;
|
|
962
|
+
}
|
|
509
963
|
.h-full {
|
|
510
964
|
height: 100%;
|
|
511
965
|
}
|
|
512
966
|
.h-px {
|
|
513
967
|
height: 1px;
|
|
514
968
|
}
|
|
969
|
+
.h-screen {
|
|
970
|
+
height: 100vh;
|
|
971
|
+
}
|
|
515
972
|
.max-h-\[--radix-popover-content-available-height\] {
|
|
516
973
|
max-height: var(--radix-popover-content-available-height);
|
|
517
974
|
}
|
|
518
975
|
.max-h-\[var\(--radix-select-content-available-height\)\] {
|
|
519
976
|
max-height: var(--radix-select-content-available-height);
|
|
520
977
|
}
|
|
978
|
+
.min-h-16 {
|
|
979
|
+
min-height: 4rem;
|
|
980
|
+
}
|
|
981
|
+
.w-10 {
|
|
982
|
+
width: 2.5rem;
|
|
983
|
+
}
|
|
984
|
+
.w-12 {
|
|
985
|
+
width: 3rem;
|
|
986
|
+
}
|
|
987
|
+
.w-14 {
|
|
988
|
+
width: 3.5rem;
|
|
989
|
+
}
|
|
990
|
+
.w-16 {
|
|
991
|
+
width: 4rem;
|
|
992
|
+
}
|
|
521
993
|
.w-4 {
|
|
522
994
|
width: 1rem;
|
|
523
995
|
}
|
|
@@ -539,6 +1011,9 @@ video {
|
|
|
539
1011
|
.w-\[1px\] {
|
|
540
1012
|
width: 1px;
|
|
541
1013
|
}
|
|
1014
|
+
.w-\[36rem\] {
|
|
1015
|
+
width: 36rem;
|
|
1016
|
+
}
|
|
542
1017
|
.w-\[var\(--radix-select-trigger-width\)\] {
|
|
543
1018
|
width: var(--radix-select-trigger-width);
|
|
544
1019
|
}
|
|
@@ -555,9 +1030,15 @@ video {
|
|
|
555
1030
|
.max-w-48 {
|
|
556
1031
|
max-width: 12rem;
|
|
557
1032
|
}
|
|
1033
|
+
.max-w-5xl {
|
|
1034
|
+
max-width: 64rem;
|
|
1035
|
+
}
|
|
558
1036
|
.max-w-96 {
|
|
559
1037
|
max-width: 24rem;
|
|
560
1038
|
}
|
|
1039
|
+
.max-w-full {
|
|
1040
|
+
max-width: 100%;
|
|
1041
|
+
}
|
|
561
1042
|
.max-w-lg {
|
|
562
1043
|
max-width: 32rem;
|
|
563
1044
|
}
|
|
@@ -617,12 +1098,18 @@ video {
|
|
|
617
1098
|
.flex-wrap {
|
|
618
1099
|
flex-wrap: wrap;
|
|
619
1100
|
}
|
|
1101
|
+
.items-start {
|
|
1102
|
+
align-items: flex-start;
|
|
1103
|
+
}
|
|
620
1104
|
.items-center {
|
|
621
1105
|
align-items: center;
|
|
622
1106
|
}
|
|
623
1107
|
.justify-start {
|
|
624
1108
|
justify-content: flex-start;
|
|
625
1109
|
}
|
|
1110
|
+
.justify-end {
|
|
1111
|
+
justify-content: flex-end;
|
|
1112
|
+
}
|
|
626
1113
|
.justify-center {
|
|
627
1114
|
justify-content: center;
|
|
628
1115
|
}
|
|
@@ -635,6 +1122,9 @@ video {
|
|
|
635
1122
|
.gap-1\.5 {
|
|
636
1123
|
gap: 0.375rem;
|
|
637
1124
|
}
|
|
1125
|
+
.gap-10 {
|
|
1126
|
+
gap: 2.5rem;
|
|
1127
|
+
}
|
|
638
1128
|
.gap-2 {
|
|
639
1129
|
gap: 0.5rem;
|
|
640
1130
|
}
|
|
@@ -644,6 +1134,12 @@ video {
|
|
|
644
1134
|
.gap-4 {
|
|
645
1135
|
gap: 1rem;
|
|
646
1136
|
}
|
|
1137
|
+
.gap-6 {
|
|
1138
|
+
gap: 1.5rem;
|
|
1139
|
+
}
|
|
1140
|
+
.gap-8 {
|
|
1141
|
+
gap: 2rem;
|
|
1142
|
+
}
|
|
647
1143
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
648
1144
|
--tw-space-x-reverse: 0;
|
|
649
1145
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -689,15 +1185,25 @@ video {
|
|
|
689
1185
|
.rounded-xl {
|
|
690
1186
|
border-radius: 0.75rem;
|
|
691
1187
|
}
|
|
1188
|
+
.rounded-t-3xl {
|
|
1189
|
+
border-top-left-radius: 1.5rem;
|
|
1190
|
+
border-top-right-radius: 1.5rem;
|
|
1191
|
+
}
|
|
692
1192
|
.border {
|
|
693
1193
|
border-width: 1px;
|
|
694
1194
|
}
|
|
1195
|
+
.border-green-80 {
|
|
1196
|
+
border-color: hsla(164, 76%, 16%, 1);
|
|
1197
|
+
}
|
|
695
1198
|
.border-grey-10 {
|
|
696
1199
|
border-color: hsla(0, 0%, 90%, 1);
|
|
697
1200
|
}
|
|
698
1201
|
.border-grey-20 {
|
|
699
1202
|
border-color: hsla(0, 0%, 80%, 1);
|
|
700
1203
|
}
|
|
1204
|
+
.border-grey-5 {
|
|
1205
|
+
border-color: hsla(0, 0%, 95%, 1);
|
|
1206
|
+
}
|
|
701
1207
|
.border-neutral-200 {
|
|
702
1208
|
--tw-border-opacity: 1;
|
|
703
1209
|
border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
|
|
@@ -740,6 +1246,9 @@ video {
|
|
|
740
1246
|
.bg-pickle-100 {
|
|
741
1247
|
background-color: hsla(68, 100%, 48%, 1);
|
|
742
1248
|
}
|
|
1249
|
+
.bg-pumpkin-100 {
|
|
1250
|
+
background-color: hsla(22, 100%, 49%, 1);
|
|
1251
|
+
}
|
|
743
1252
|
.bg-purple-100 {
|
|
744
1253
|
background-color: hsla(253, 94%, 64%, 1);
|
|
745
1254
|
}
|
|
@@ -749,6 +1258,10 @@ video {
|
|
|
749
1258
|
.bg-white {
|
|
750
1259
|
background-color: hsla(0, 0%, 100%, 1);
|
|
751
1260
|
}
|
|
1261
|
+
.object-cover {
|
|
1262
|
+
-o-object-fit: cover;
|
|
1263
|
+
object-fit: cover;
|
|
1264
|
+
}
|
|
752
1265
|
.p-0 {
|
|
753
1266
|
padding: 0px;
|
|
754
1267
|
}
|
|
@@ -758,6 +1271,9 @@ video {
|
|
|
758
1271
|
.p-2 {
|
|
759
1272
|
padding: 0.5rem;
|
|
760
1273
|
}
|
|
1274
|
+
.p-3 {
|
|
1275
|
+
padding: 0.75rem;
|
|
1276
|
+
}
|
|
761
1277
|
.p-4 {
|
|
762
1278
|
padding: 1rem;
|
|
763
1279
|
}
|
|
@@ -816,6 +1332,9 @@ video {
|
|
|
816
1332
|
padding-top: 1.5rem;
|
|
817
1333
|
padding-bottom: 1.5rem;
|
|
818
1334
|
}
|
|
1335
|
+
.pb-4 {
|
|
1336
|
+
padding-bottom: 1rem;
|
|
1337
|
+
}
|
|
819
1338
|
.pl-3 {
|
|
820
1339
|
padding-left: 0.75rem;
|
|
821
1340
|
}
|
|
@@ -825,6 +1344,9 @@ video {
|
|
|
825
1344
|
.pl-8 {
|
|
826
1345
|
padding-left: 2rem;
|
|
827
1346
|
}
|
|
1347
|
+
.pr-1 {
|
|
1348
|
+
padding-right: 0.25rem;
|
|
1349
|
+
}
|
|
828
1350
|
.pr-10 {
|
|
829
1351
|
padding-right: 2.5rem;
|
|
830
1352
|
}
|
|
@@ -834,12 +1356,19 @@ video {
|
|
|
834
1356
|
.pt-0\.5 {
|
|
835
1357
|
padding-top: 0.125rem;
|
|
836
1358
|
}
|
|
1359
|
+
.pt-2 {
|
|
1360
|
+
padding-top: 0.5rem;
|
|
1361
|
+
}
|
|
837
1362
|
.text-left {
|
|
838
1363
|
text-align: left;
|
|
839
1364
|
}
|
|
840
1365
|
.text-center {
|
|
841
1366
|
text-align: center;
|
|
842
1367
|
}
|
|
1368
|
+
.text-2xl {
|
|
1369
|
+
font-size: 1.5rem;
|
|
1370
|
+
line-height: 2rem;
|
|
1371
|
+
}
|
|
843
1372
|
.text-base {
|
|
844
1373
|
font-size: 1rem;
|
|
845
1374
|
line-height: 1.5rem;
|
|
@@ -852,6 +1381,10 @@ video {
|
|
|
852
1381
|
font-size: 0.875rem;
|
|
853
1382
|
line-height: 1.25rem;
|
|
854
1383
|
}
|
|
1384
|
+
.text-xl {
|
|
1385
|
+
font-size: 1.25rem;
|
|
1386
|
+
line-height: 1.75rem;
|
|
1387
|
+
}
|
|
855
1388
|
.text-xs {
|
|
856
1389
|
font-size: 0.75rem;
|
|
857
1390
|
line-height: 1rem;
|
|
@@ -865,6 +1398,9 @@ video {
|
|
|
865
1398
|
.font-semibold {
|
|
866
1399
|
font-weight: 600;
|
|
867
1400
|
}
|
|
1401
|
+
.capitalize {
|
|
1402
|
+
text-transform: capitalize;
|
|
1403
|
+
}
|
|
868
1404
|
.italic {
|
|
869
1405
|
font-style: italic;
|
|
870
1406
|
}
|
|
@@ -901,6 +1437,12 @@ video {
|
|
|
901
1437
|
.text-green-80 {
|
|
902
1438
|
color: hsla(164, 76%, 16%, 1);
|
|
903
1439
|
}
|
|
1440
|
+
.text-grey-10 {
|
|
1441
|
+
color: hsla(0, 0%, 90%, 1);
|
|
1442
|
+
}
|
|
1443
|
+
.text-grey-30 {
|
|
1444
|
+
color: hsla(0, 0%, 70%, 1);
|
|
1445
|
+
}
|
|
904
1446
|
.text-grey-40 {
|
|
905
1447
|
color: hsla(0, 0%, 60%, 1);
|
|
906
1448
|
}
|
|
@@ -931,6 +1473,9 @@ video {
|
|
|
931
1473
|
.underline {
|
|
932
1474
|
text-decoration-line: underline;
|
|
933
1475
|
}
|
|
1476
|
+
.underline-offset-2 {
|
|
1477
|
+
text-underline-offset: 2px;
|
|
1478
|
+
}
|
|
934
1479
|
.opacity-50 {
|
|
935
1480
|
opacity: 0.5;
|
|
936
1481
|
}
|
|
@@ -983,9 +1528,28 @@ video {
|
|
|
983
1528
|
.outline-transparent {
|
|
984
1529
|
outline-color: transparent;
|
|
985
1530
|
}
|
|
1531
|
+
.ring {
|
|
1532
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1533
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1534
|
+
box-shadow:
|
|
1535
|
+
var(--tw-ring-offset-shadow),
|
|
1536
|
+
var(--tw-ring-shadow),
|
|
1537
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1538
|
+
}
|
|
1539
|
+
.ring-2 {
|
|
1540
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1541
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1542
|
+
box-shadow:
|
|
1543
|
+
var(--tw-ring-offset-shadow),
|
|
1544
|
+
var(--tw-ring-shadow),
|
|
1545
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1546
|
+
}
|
|
986
1547
|
.ring-grey-50 {
|
|
987
1548
|
--tw-ring-color: hsla(0, 0%, 50%, 1);
|
|
988
1549
|
}
|
|
1550
|
+
.ring-white {
|
|
1551
|
+
--tw-ring-color: hsla(0, 0%, 100%, 1);
|
|
1552
|
+
}
|
|
989
1553
|
.ring-offset-white {
|
|
990
1554
|
--tw-ring-offset-color: hsla(0, 0%, 100%, 1);
|
|
991
1555
|
}
|
|
@@ -1041,6 +1605,207 @@ video {
|
|
|
1041
1605
|
.duration-200 {
|
|
1042
1606
|
animation-duration: 200ms;
|
|
1043
1607
|
}
|
|
1608
|
+
@media (min-width: 1024px) {
|
|
1609
|
+
.lg\:prose-lg {
|
|
1610
|
+
font-size: 1.125rem;
|
|
1611
|
+
line-height: 1.7777778;
|
|
1612
|
+
}
|
|
1613
|
+
.lg\:prose-lg :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1614
|
+
margin-top: 1.3333333em;
|
|
1615
|
+
margin-bottom: 1.3333333em;
|
|
1616
|
+
}
|
|
1617
|
+
.lg\:prose-lg :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1618
|
+
font-size: 1.2222222em;
|
|
1619
|
+
line-height: 1.4545455;
|
|
1620
|
+
margin-top: 1.0909091em;
|
|
1621
|
+
margin-bottom: 1.0909091em;
|
|
1622
|
+
}
|
|
1623
|
+
.lg\:prose-lg :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1624
|
+
margin-top: 1.6666667em;
|
|
1625
|
+
margin-bottom: 1.6666667em;
|
|
1626
|
+
padding-inline-start: 1em;
|
|
1627
|
+
}
|
|
1628
|
+
.lg\:prose-lg :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1629
|
+
font-size: 2.6666667em;
|
|
1630
|
+
margin-top: 0;
|
|
1631
|
+
margin-bottom: 0.8333333em;
|
|
1632
|
+
line-height: 1;
|
|
1633
|
+
}
|
|
1634
|
+
.lg\:prose-lg :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1635
|
+
font-size: 1.6666667em;
|
|
1636
|
+
margin-top: 1.8666667em;
|
|
1637
|
+
margin-bottom: 1.0666667em;
|
|
1638
|
+
line-height: 1.3333333;
|
|
1639
|
+
}
|
|
1640
|
+
.lg\:prose-lg :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1641
|
+
font-size: 1.3333333em;
|
|
1642
|
+
margin-top: 1.6666667em;
|
|
1643
|
+
margin-bottom: 0.6666667em;
|
|
1644
|
+
line-height: 1.5;
|
|
1645
|
+
}
|
|
1646
|
+
.lg\:prose-lg :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1647
|
+
margin-top: 1.7777778em;
|
|
1648
|
+
margin-bottom: 0.4444444em;
|
|
1649
|
+
line-height: 1.5555556;
|
|
1650
|
+
}
|
|
1651
|
+
.lg\:prose-lg :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1652
|
+
margin-top: 1.7777778em;
|
|
1653
|
+
margin-bottom: 1.7777778em;
|
|
1654
|
+
}
|
|
1655
|
+
.lg\:prose-lg :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1656
|
+
margin-top: 1.7777778em;
|
|
1657
|
+
margin-bottom: 1.7777778em;
|
|
1658
|
+
}
|
|
1659
|
+
.lg\:prose-lg :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1660
|
+
margin-top: 0;
|
|
1661
|
+
margin-bottom: 0;
|
|
1662
|
+
}
|
|
1663
|
+
.lg\:prose-lg :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1664
|
+
margin-top: 1.7777778em;
|
|
1665
|
+
margin-bottom: 1.7777778em;
|
|
1666
|
+
}
|
|
1667
|
+
.lg\:prose-lg :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1668
|
+
font-size: 0.8888889em;
|
|
1669
|
+
border-radius: 0.3125rem;
|
|
1670
|
+
padding-top: 0.2222222em;
|
|
1671
|
+
padding-inline-end: 0.4444444em;
|
|
1672
|
+
padding-bottom: 0.2222222em;
|
|
1673
|
+
padding-inline-start: 0.4444444em;
|
|
1674
|
+
}
|
|
1675
|
+
.lg\:prose-lg :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1676
|
+
font-size: 0.8888889em;
|
|
1677
|
+
}
|
|
1678
|
+
.lg\:prose-lg :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1679
|
+
font-size: 0.8666667em;
|
|
1680
|
+
}
|
|
1681
|
+
.lg\:prose-lg :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1682
|
+
font-size: 0.875em;
|
|
1683
|
+
}
|
|
1684
|
+
.lg\:prose-lg :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1685
|
+
font-size: 0.8888889em;
|
|
1686
|
+
line-height: 1.75;
|
|
1687
|
+
margin-top: 2em;
|
|
1688
|
+
margin-bottom: 2em;
|
|
1689
|
+
border-radius: 0.375rem;
|
|
1690
|
+
padding-top: 1em;
|
|
1691
|
+
padding-inline-end: 1.5em;
|
|
1692
|
+
padding-bottom: 1em;
|
|
1693
|
+
padding-inline-start: 1.5em;
|
|
1694
|
+
}
|
|
1695
|
+
.lg\:prose-lg :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1696
|
+
margin-top: 1.3333333em;
|
|
1697
|
+
margin-bottom: 1.3333333em;
|
|
1698
|
+
padding-inline-start: 1.5555556em;
|
|
1699
|
+
}
|
|
1700
|
+
.lg\:prose-lg :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1701
|
+
margin-top: 1.3333333em;
|
|
1702
|
+
margin-bottom: 1.3333333em;
|
|
1703
|
+
padding-inline-start: 1.5555556em;
|
|
1704
|
+
}
|
|
1705
|
+
.lg\:prose-lg :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1706
|
+
margin-top: 0.6666667em;
|
|
1707
|
+
margin-bottom: 0.6666667em;
|
|
1708
|
+
}
|
|
1709
|
+
.lg\:prose-lg :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1710
|
+
padding-inline-start: 0.4444444em;
|
|
1711
|
+
}
|
|
1712
|
+
.lg\:prose-lg :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1713
|
+
padding-inline-start: 0.4444444em;
|
|
1714
|
+
}
|
|
1715
|
+
.lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1716
|
+
margin-top: 0.8888889em;
|
|
1717
|
+
margin-bottom: 0.8888889em;
|
|
1718
|
+
}
|
|
1719
|
+
.lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1720
|
+
margin-top: 1.3333333em;
|
|
1721
|
+
}
|
|
1722
|
+
.lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1723
|
+
margin-bottom: 1.3333333em;
|
|
1724
|
+
}
|
|
1725
|
+
.lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1726
|
+
margin-top: 1.3333333em;
|
|
1727
|
+
}
|
|
1728
|
+
.lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1729
|
+
margin-bottom: 1.3333333em;
|
|
1730
|
+
}
|
|
1731
|
+
.lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1732
|
+
margin-top: 0.8888889em;
|
|
1733
|
+
margin-bottom: 0.8888889em;
|
|
1734
|
+
}
|
|
1735
|
+
.lg\:prose-lg :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1736
|
+
margin-top: 1.3333333em;
|
|
1737
|
+
margin-bottom: 1.3333333em;
|
|
1738
|
+
}
|
|
1739
|
+
.lg\:prose-lg :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1740
|
+
margin-top: 1.3333333em;
|
|
1741
|
+
}
|
|
1742
|
+
.lg\:prose-lg :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1743
|
+
margin-top: 0.6666667em;
|
|
1744
|
+
padding-inline-start: 1.5555556em;
|
|
1745
|
+
}
|
|
1746
|
+
.lg\:prose-lg :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1747
|
+
margin-top: 3.1111111em;
|
|
1748
|
+
margin-bottom: 3.1111111em;
|
|
1749
|
+
}
|
|
1750
|
+
.lg\:prose-lg :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1751
|
+
margin-top: 0;
|
|
1752
|
+
}
|
|
1753
|
+
.lg\:prose-lg :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1754
|
+
margin-top: 0;
|
|
1755
|
+
}
|
|
1756
|
+
.lg\:prose-lg :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1757
|
+
margin-top: 0;
|
|
1758
|
+
}
|
|
1759
|
+
.lg\:prose-lg :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1760
|
+
margin-top: 0;
|
|
1761
|
+
}
|
|
1762
|
+
.lg\:prose-lg :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1763
|
+
font-size: 0.8888889em;
|
|
1764
|
+
line-height: 1.5;
|
|
1765
|
+
}
|
|
1766
|
+
.lg\:prose-lg :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1767
|
+
padding-inline-end: 0.75em;
|
|
1768
|
+
padding-bottom: 0.75em;
|
|
1769
|
+
padding-inline-start: 0.75em;
|
|
1770
|
+
}
|
|
1771
|
+
.lg\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1772
|
+
padding-inline-start: 0;
|
|
1773
|
+
}
|
|
1774
|
+
.lg\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1775
|
+
padding-inline-end: 0;
|
|
1776
|
+
}
|
|
1777
|
+
.lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1778
|
+
padding-top: 0.75em;
|
|
1779
|
+
padding-inline-end: 0.75em;
|
|
1780
|
+
padding-bottom: 0.75em;
|
|
1781
|
+
padding-inline-start: 0.75em;
|
|
1782
|
+
}
|
|
1783
|
+
.lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1784
|
+
padding-inline-start: 0;
|
|
1785
|
+
}
|
|
1786
|
+
.lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1787
|
+
padding-inline-end: 0;
|
|
1788
|
+
}
|
|
1789
|
+
.lg\:prose-lg :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1790
|
+
margin-top: 1.7777778em;
|
|
1791
|
+
margin-bottom: 1.7777778em;
|
|
1792
|
+
}
|
|
1793
|
+
.lg\:prose-lg :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1794
|
+
margin-top: 0;
|
|
1795
|
+
margin-bottom: 0;
|
|
1796
|
+
}
|
|
1797
|
+
.lg\:prose-lg :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1798
|
+
font-size: 0.8888889em;
|
|
1799
|
+
line-height: 1.5;
|
|
1800
|
+
margin-top: 1em;
|
|
1801
|
+
}
|
|
1802
|
+
.lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1803
|
+
margin-top: 0;
|
|
1804
|
+
}
|
|
1805
|
+
.lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1806
|
+
margin-bottom: 0;
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1044
1809
|
.placeholder\:text-neutral-500::-moz-placeholder {
|
|
1045
1810
|
--tw-text-opacity: 1;
|
|
1046
1811
|
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
|
@@ -1049,6 +1814,9 @@ video {
|
|
|
1049
1814
|
--tw-text-opacity: 1;
|
|
1050
1815
|
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
|
1051
1816
|
}
|
|
1817
|
+
.hover\:border-grey-10:hover {
|
|
1818
|
+
border-color: hsla(0, 0%, 90%, 1);
|
|
1819
|
+
}
|
|
1052
1820
|
.hover\:border-grey-20:hover {
|
|
1053
1821
|
border-color: hsla(0, 0%, 80%, 1);
|
|
1054
1822
|
}
|
|
@@ -1058,6 +1826,9 @@ video {
|
|
|
1058
1826
|
.hover\:bg-green-90:hover {
|
|
1059
1827
|
background-color: hsla(164, 80%, 10%, 1);
|
|
1060
1828
|
}
|
|
1829
|
+
.hover\:bg-grey-5:hover {
|
|
1830
|
+
background-color: hsla(0, 0%, 95%, 1);
|
|
1831
|
+
}
|
|
1061
1832
|
.hover\:bg-grey-90:hover {
|
|
1062
1833
|
background-color: hsla(0, 0%, 10%, 1);
|
|
1063
1834
|
}
|
|
@@ -1127,9 +1898,18 @@ video {
|
|
|
1127
1898
|
.active\:border-green-80:active {
|
|
1128
1899
|
border-color: hsla(164, 76%, 16%, 1);
|
|
1129
1900
|
}
|
|
1901
|
+
.active\:border-grey-20:active {
|
|
1902
|
+
border-color: hsla(0, 0%, 80%, 1);
|
|
1903
|
+
}
|
|
1130
1904
|
.active\:bg-green-100:active {
|
|
1131
1905
|
background-color: hsla(164, 81%, 6%, 1);
|
|
1132
1906
|
}
|
|
1907
|
+
.active\:bg-green-80:active {
|
|
1908
|
+
background-color: hsla(164, 76%, 16%, 1);
|
|
1909
|
+
}
|
|
1910
|
+
.active\:bg-grey-10:active {
|
|
1911
|
+
background-color: hsla(0, 0%, 90%, 1);
|
|
1912
|
+
}
|
|
1133
1913
|
.active\:bg-grey-80:active {
|
|
1134
1914
|
background-color: hsla(0, 0%, 20%, 1);
|
|
1135
1915
|
}
|
|
@@ -1145,12 +1925,18 @@ video {
|
|
|
1145
1925
|
.disabled\:cursor-not-allowed:disabled {
|
|
1146
1926
|
cursor: not-allowed;
|
|
1147
1927
|
}
|
|
1928
|
+
.disabled\:bg-green-70:disabled {
|
|
1929
|
+
background-color: hsla(164, 77%, 19%, 1);
|
|
1930
|
+
}
|
|
1148
1931
|
.disabled\:bg-grey-10:disabled {
|
|
1149
1932
|
background-color: hsla(0, 0%, 90%, 1);
|
|
1150
1933
|
}
|
|
1151
1934
|
.disabled\:bg-grey-5:disabled {
|
|
1152
1935
|
background-color: hsla(0, 0%, 95%, 1);
|
|
1153
1936
|
}
|
|
1937
|
+
.disabled\:bg-transparent:disabled {
|
|
1938
|
+
background-color: transparent;
|
|
1939
|
+
}
|
|
1154
1940
|
.disabled\:text-grey-40:disabled {
|
|
1155
1941
|
color: hsla(0, 0%, 60%, 1);
|
|
1156
1942
|
}
|
|
@@ -1287,6 +2073,12 @@ video {
|
|
|
1287
2073
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1288
2074
|
}
|
|
1289
2075
|
@media (min-width: 640px) {
|
|
2076
|
+
.sm\:hidden {
|
|
2077
|
+
display: none;
|
|
2078
|
+
}
|
|
2079
|
+
.sm\:max-w-2xl {
|
|
2080
|
+
max-width: 42rem;
|
|
2081
|
+
}
|
|
1290
2082
|
.sm\:flex-row {
|
|
1291
2083
|
flex-direction: row;
|
|
1292
2084
|
}
|
|
@@ -1304,11 +2096,48 @@ video {
|
|
|
1304
2096
|
.sm\:text-left {
|
|
1305
2097
|
text-align: left;
|
|
1306
2098
|
}
|
|
2099
|
+
.sm\:text-xl {
|
|
2100
|
+
font-size: 1.25rem;
|
|
2101
|
+
line-height: 1.75rem;
|
|
2102
|
+
}
|
|
1307
2103
|
}
|
|
1308
2104
|
@media (min-width: 768px) {
|
|
2105
|
+
.md\:left-6 {
|
|
2106
|
+
left: 1.5rem;
|
|
2107
|
+
}
|
|
2108
|
+
.md\:top-16 {
|
|
2109
|
+
top: 4rem;
|
|
2110
|
+
}
|
|
2111
|
+
.md\:-mt-0 {
|
|
2112
|
+
margin-top: -0px;
|
|
2113
|
+
}
|
|
2114
|
+
.md\:mt-0 {
|
|
2115
|
+
margin-top: 0px;
|
|
2116
|
+
}
|
|
2117
|
+
.md\:min-h-24 {
|
|
2118
|
+
min-height: 6rem;
|
|
2119
|
+
}
|
|
2120
|
+
.md\:w-auto {
|
|
2121
|
+
width: auto;
|
|
2122
|
+
}
|
|
2123
|
+
.md\:max-w-lg {
|
|
2124
|
+
max-width: 32rem;
|
|
2125
|
+
}
|
|
1309
2126
|
.md\:flex-row {
|
|
1310
2127
|
flex-direction: row;
|
|
1311
2128
|
}
|
|
2129
|
+
.md\:text-lg {
|
|
2130
|
+
font-size: 1.125rem;
|
|
2131
|
+
line-height: 1.75rem;
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
@media (min-width: 1024px) {
|
|
2135
|
+
.lg\:top-24 {
|
|
2136
|
+
top: 6rem;
|
|
2137
|
+
}
|
|
2138
|
+
.lg\:min-h-32 {
|
|
2139
|
+
min-height: 8rem;
|
|
2140
|
+
}
|
|
1312
2141
|
}
|
|
1313
2142
|
@media (prefers-color-scheme: dark) {
|
|
1314
2143
|
.dark\:border-neutral-800 {
|