|
13 | 13 | --color-amber-500: oklch(76.9% 0.188 70.08); |
14 | 14 | --color-amber-800: oklch(47.3% 0.137 46.201); |
15 | 15 | --color-green-600: oklch(62.7% 0.194 149.214); |
| 16 | + --color-emerald-400: oklch(76.5% 0.177 163.223); |
| 17 | + --color-emerald-500: oklch(69.6% 0.17 162.48); |
16 | 18 | --color-emerald-600: oklch(59.6% 0.145 163.225); |
17 | 19 | --color-teal-100: oklch(95.3% 0.051 180.801); |
18 | 20 | --color-teal-200: oklch(91% 0.096 180.426); |
|
34 | 36 | --color-purple-600: oklch(55.8% 0.288 302.321); |
35 | 37 | --color-purple-800: oklch(43.8% 0.218 303.724); |
36 | 38 | --color-fuchsia-600: oklch(59.1% 0.293 322.896); |
| 39 | + --color-pink-400: oklch(71.8% 0.202 349.761); |
| 40 | + --color-pink-500: oklch(65.6% 0.241 354.308); |
37 | 41 | --color-pink-600: oklch(59.2% 0.249 0.584); |
38 | 42 | --color-rose-100: oklch(94.1% 0.03 12.58); |
39 | 43 | --color-rose-200: oklch(89.2% 0.058 10.001); |
40 | 44 | --color-rose-500: oklch(64.5% 0.246 16.439); |
| 45 | + --color-rose-600: oklch(58.6% 0.253 17.585); |
41 | 46 | --color-rose-800: oklch(45.5% 0.188 13.697); |
42 | 47 | --color-slate-50: oklch(98.4% 0.003 247.858); |
43 | 48 | --color-slate-700: oklch(37.2% 0.044 257.287); |
|
419 | 424 | .max-w-xl { |
420 | 425 | max-width: var(--container-xl); |
421 | 426 | } |
| 427 | + .border-collapse { |
| 428 | + border-collapse: collapse; |
| 429 | + } |
| 430 | + .transform { |
| 431 | + transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); |
| 432 | + } |
422 | 433 | .animate-pulse { |
423 | 434 | animation: var(--animate-pulse); |
424 | 435 | } |
|
511 | 522 | .rounded-xl { |
512 | 523 | border-radius: var(--radius-xl); |
513 | 524 | } |
| 525 | + .border { |
| 526 | + border-style: var(--tw-border-style); |
| 527 | + border-width: 1px; |
| 528 | + } |
514 | 529 | .border-2 { |
515 | 530 | border-style: var(--tw-border-style); |
516 | 531 | border-width: 2px; |
|
561 | 576 | background-color: color-mix(in oklab, var(--color-teal-500) 30%, transparent); |
562 | 577 | } |
563 | 578 | } |
| 579 | + .bg-teal-600 { |
| 580 | + background-color: var(--color-teal-600); |
| 581 | + } |
564 | 582 | .bg-teal-600\/90 { |
565 | 583 | background-color: color-mix(in srgb, oklch(60% 0.118 184.704) 90%, transparent); |
566 | 584 | @supports (color: color-mix(in lab, red, red)) { |
|
599 | 617 | .bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1527443154391-507e9dc6c5cc\?auto\=format\&fit\=crop\&w\=1920\&q\=80\'\)\] { |
600 | 618 | background-image: url('https://images.unsplash.com/photo-1527443154391-507e9dc6c5cc?auto=format&fit=crop&w=1920&q=80'); |
601 | 619 | } |
| 620 | + .from-emerald-500 { |
| 621 | + --tw-gradient-from: var(--color-emerald-500); |
| 622 | + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
| 623 | + } |
602 | 624 | .from-gray-50 { |
603 | 625 | --tw-gradient-from: var(--color-gray-50); |
604 | 626 | --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
605 | 627 | } |
| 628 | + .from-pink-500 { |
| 629 | + --tw-gradient-from: var(--color-pink-500); |
| 630 | + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
| 631 | + } |
606 | 632 | .from-purple-600 { |
607 | 633 | --tw-gradient-from: var(--color-purple-600); |
608 | 634 | --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
|
628 | 654 | --tw-gradient-to: var(--color-pink-600); |
629 | 655 | --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
630 | 656 | } |
| 657 | + .to-rose-600 { |
| 658 | + --tw-gradient-to: var(--color-rose-600); |
| 659 | + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
| 660 | + } |
| 661 | + .to-teal-600 { |
| 662 | + --tw-gradient-to: var(--color-teal-600); |
| 663 | + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
| 664 | + } |
631 | 665 | .to-white { |
632 | 666 | --tw-gradient-to: var(--color-white); |
633 | 667 | --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); |
|
817 | 851 | color: color-mix(in oklab, var(--color-white) 90%, transparent); |
818 | 852 | } |
819 | 853 | } |
| 854 | + .underline { |
| 855 | + text-decoration-line: underline; |
| 856 | + } |
820 | 857 | .opacity-20 { |
821 | 858 | opacity: 20%; |
822 | 859 | } |
|
850 | 887 | --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); |
851 | 888 | box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
852 | 889 | } |
| 890 | + .ring-emerald-400 { |
| 891 | + --tw-ring-color: var(--color-emerald-400); |
| 892 | + } |
853 | 893 | .ring-gray-200 { |
854 | 894 | --tw-ring-color: var(--color-gray-200); |
855 | 895 | } |
856 | 896 | .ring-gray-300 { |
857 | 897 | --tw-ring-color: var(--color-gray-300); |
858 | 898 | } |
| 899 | + .ring-pink-400 { |
| 900 | + --tw-ring-color: var(--color-pink-400); |
| 901 | + } |
859 | 902 | .ring-purple-500 { |
860 | 903 | --tw-ring-color: var(--color-purple-500); |
861 | 904 | } |
|
865 | 908 | .ring-teal-500 { |
866 | 909 | --tw-ring-color: var(--color-teal-500); |
867 | 910 | } |
| 911 | + .ring-white { |
| 912 | + --tw-ring-color: var(--color-white); |
| 913 | + } |
868 | 914 | .ring-white\/50 { |
869 | 915 | --tw-ring-color: color-mix(in srgb, #fff 50%, transparent); |
870 | 916 | @supports (color: color-mix(in lab, red, red)) { |
871 | 917 | --tw-ring-color: color-mix(in oklab, var(--color-white) 50%, transparent); |
872 | 918 | } |
873 | 919 | } |
| 920 | + .outline { |
| 921 | + outline-style: var(--tw-outline-style); |
| 922 | + outline-width: 1px; |
| 923 | + } |
874 | 924 | .blur-3xl { |
875 | 925 | --tw-blur: blur(var(--blur-3xl)); |
876 | 926 | filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
|
884 | 934 | --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg)); |
885 | 935 | filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
886 | 936 | } |
| 937 | + .filter { |
| 938 | + filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
| 939 | + } |
887 | 940 | .backdrop-blur { |
888 | 941 | --tw-backdrop-blur: blur(8px); |
889 | 942 | -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); |
|
894 | 947 | -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); |
895 | 948 | backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); |
896 | 949 | } |
| 950 | + .backdrop-filter { |
| 951 | + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); |
| 952 | + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); |
| 953 | + } |
897 | 954 | .transition { |
898 | 955 | transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events; |
899 | 956 | transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); |
|
1418 | 1475 | } |
1419 | 1476 | } |
1420 | 1477 | } |
| 1478 | +@property --tw-rotate-x { |
| 1479 | + syntax: "*"; |
| 1480 | + inherits: false; |
| 1481 | +} |
| 1482 | +@property --tw-rotate-y { |
| 1483 | + syntax: "*"; |
| 1484 | + inherits: false; |
| 1485 | +} |
| 1486 | +@property --tw-rotate-z { |
| 1487 | + syntax: "*"; |
| 1488 | + inherits: false; |
| 1489 | +} |
| 1490 | +@property --tw-skew-x { |
| 1491 | + syntax: "*"; |
| 1492 | + inherits: false; |
| 1493 | +} |
| 1494 | +@property --tw-skew-y { |
| 1495 | + syntax: "*"; |
| 1496 | + inherits: false; |
| 1497 | +} |
1421 | 1498 | @property --tw-space-y-reverse { |
1422 | 1499 | syntax: "*"; |
1423 | 1500 | inherits: false; |
|
1547 | 1624 | inherits: false; |
1548 | 1625 | initial-value: 0 0 #0000; |
1549 | 1626 | } |
| 1627 | +@property --tw-outline-style { |
| 1628 | + syntax: "*"; |
| 1629 | + inherits: false; |
| 1630 | + initial-value: solid; |
| 1631 | +} |
1550 | 1632 | @property --tw-blur { |
1551 | 1633 | syntax: "*"; |
1552 | 1634 | inherits: false; |
|
1688 | 1770 | @layer properties { |
1689 | 1771 | @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { |
1690 | 1772 | *, ::before, ::after, ::backdrop { |
| 1773 | + --tw-rotate-x: initial; |
| 1774 | + --tw-rotate-y: initial; |
| 1775 | + --tw-rotate-z: initial; |
| 1776 | + --tw-skew-x: initial; |
| 1777 | + --tw-skew-y: initial; |
1691 | 1778 | --tw-space-y-reverse: 0; |
1692 | 1779 | --tw-border-style: solid; |
1693 | 1780 | --tw-gradient-position: initial; |
|
1716 | 1803 | --tw-ring-offset-width: 0px; |
1717 | 1804 | --tw-ring-offset-color: #fff; |
1718 | 1805 | --tw-ring-offset-shadow: 0 0 #0000; |
| 1806 | + --tw-outline-style: solid; |
1719 | 1807 | --tw-blur: initial; |
1720 | 1808 | --tw-brightness: initial; |
1721 | 1809 | --tw-contrast: initial; |
|
0 commit comments