|
12 | 12 | --color-gray-300: oklch(87.2% 0.01 258.338); |
13 | 13 | --color-gray-500: oklch(55.1% 0.027 264.364); |
14 | 14 | --color-gray-700: oklch(37.3% 0.034 259.733); |
15 | | - --color-black: #000; |
16 | 15 | --color-white: #fff; |
17 | 16 | --spacing: 0.25rem; |
18 | 17 | --container-xs: 20rem; |
|
24 | 23 | --text-sm--line-height: calc(1.25 / 0.875); |
25 | 24 | --text-xl: 1.25rem; |
26 | 25 | --text-xl--line-height: calc(1.75 / 1.25); |
27 | | - --text-2xl: 1.5rem; |
28 | | - --text-2xl--line-height: calc(2 / 1.5); |
29 | 26 | --font-weight-normal: 400; |
30 | 27 | --font-weight-medium: 500; |
31 | 28 | --font-weight-semibold: 600; |
|
267 | 264 | .z-\[60\] { |
268 | 265 | z-index: 60; |
269 | 266 | } |
270 | | - .z-\[100\] { |
271 | | - z-index: 100; |
272 | | - } |
273 | 267 | .container { |
274 | 268 | width: 100%; |
275 | 269 | @media (width >= 40rem) { |
|
327 | 321 | .mb-0\.5 { |
328 | 322 | margin-bottom: calc(var(--spacing) * 0.5); |
329 | 323 | } |
330 | | - .mb-2 { |
331 | | - margin-bottom: calc(var(--spacing) * 2); |
332 | | - } |
333 | 324 | .mb-3 { |
334 | 325 | margin-bottom: calc(var(--spacing) * 3); |
335 | 326 | } |
|
342 | 333 | .mb-7 { |
343 | 334 | margin-bottom: calc(var(--spacing) * 7); |
344 | 335 | } |
345 | | - .ml-2 { |
346 | | - margin-left: calc(var(--spacing) * 2); |
347 | | - } |
348 | 336 | .ml-3 { |
349 | 337 | margin-left: calc(var(--spacing) * 3); |
350 | 338 | } |
|
357 | 345 | .block { |
358 | 346 | display: block; |
359 | 347 | } |
360 | | - .contents { |
361 | | - display: contents; |
362 | | - } |
363 | 348 | .flex { |
364 | 349 | display: flex; |
365 | 350 | } |
|
407 | 392 | .h-9 { |
408 | 393 | height: calc(var(--spacing) * 9); |
409 | 394 | } |
410 | | - .h-12 { |
411 | | - height: calc(var(--spacing) * 12); |
412 | | - } |
413 | 395 | .h-20 { |
414 | 396 | height: calc(var(--spacing) * 20); |
415 | 397 | } |
|
428 | 410 | .h-\[45vh\] { |
429 | 411 | height: 45vh; |
430 | 412 | } |
431 | | - .h-\[380px\] { |
432 | | - height: 380px; |
433 | | - } |
434 | 413 | .h-full { |
435 | 414 | height: 100%; |
436 | 415 | } |
|
503 | 482 | .w-\[37px\] { |
504 | 483 | width: 37px; |
505 | 484 | } |
506 | | - .w-\[320px\] { |
507 | | - width: 320px; |
508 | | - } |
509 | 485 | .w-\[452px\] { |
510 | 486 | width: 452px; |
511 | 487 | } |
|
667 | 643 | .gap-6 { |
668 | 644 | gap: calc(var(--spacing) * 6); |
669 | 645 | } |
670 | | - .gap-8 { |
671 | | - gap: calc(var(--spacing) * 8); |
672 | | - } |
673 | 646 | .space-y-1\.5 { |
674 | 647 | :where(& > :not(:last-child)) { |
675 | 648 | --tw-space-y-reverse: 0; |
676 | 649 | margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse)); |
677 | 650 | margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse))); |
678 | 651 | } |
679 | 652 | } |
680 | | - .space-y-3 { |
681 | | - :where(& > :not(:last-child)) { |
682 | | - --tw-space-y-reverse: 0; |
683 | | - margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse)); |
684 | | - margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))); |
685 | | - } |
686 | | - } |
687 | 653 | .space-y-4 { |
688 | 654 | :where(& > :not(:last-child)) { |
689 | 655 | --tw-space-y-reverse: 0; |
|
806 | 772 | .border-t-tunnel-card-border { |
807 | 773 | border-top-color: var(--tunnel-card-border); |
808 | 774 | } |
| 775 | + .bg-\[var\(--midnight-fjord\)\] { |
| 776 | + background-color: var(--midnight-fjord); |
| 777 | + } |
809 | 778 | .bg-app-border { |
810 | 779 | background-color: var(--app-border); |
811 | 780 | } |
|
818 | 787 | background-color: color-mix(in oklab, var(--background) 50%, transparent); |
819 | 788 | } |
820 | 789 | } |
821 | | - .bg-black\/20 { |
822 | | - background-color: color-mix(in srgb, #000 20%, transparent); |
823 | | - @supports (color: color-mix(in lab, red, red)) { |
824 | | - background-color: color-mix(in oklab, var(--color-black) 20%, transparent); |
825 | | - } |
826 | | - } |
827 | 790 | .bg-button-primary-background\/90 { |
828 | 791 | background-color: var(--button-primary-background); |
829 | 792 | @supports (color: color-mix(in lab, red, red)) { |
|
980 | 943 | .py-7 { |
981 | 944 | padding-block: calc(var(--spacing) * 7); |
982 | 945 | } |
983 | | - .py-8 { |
984 | | - padding-block: calc(var(--spacing) * 8); |
985 | | - } |
986 | 946 | .pt-2 { |
987 | 947 | padding-top: calc(var(--spacing) * 2); |
988 | 948 | } |
989 | | - .pt-12 { |
990 | | - padding-top: calc(var(--spacing) * 12); |
991 | | - } |
992 | | - .pr-4 { |
993 | | - padding-right: calc(var(--spacing) * 4); |
994 | | - } |
995 | 949 | .pb-12 { |
996 | 950 | padding-bottom: calc(var(--spacing) * 12); |
997 | 951 | } |
998 | | - .pb-48 { |
999 | | - padding-bottom: calc(var(--spacing) * 48); |
| 952 | + .pb-\[129px\] { |
| 953 | + padding-bottom: 129px; |
| 954 | + } |
| 955 | + .pb-\[132px\] { |
| 956 | + padding-bottom: 132px; |
| 957 | + } |
| 958 | + .pb-\[140px\] { |
| 959 | + padding-bottom: 140px; |
| 960 | + } |
| 961 | + .pb-\[145px\] { |
| 962 | + padding-bottom: 145px; |
| 963 | + } |
| 964 | + .pb-\[150px\] { |
| 965 | + padding-bottom: 150px; |
| 966 | + } |
| 967 | + .pb-\[154px\] { |
| 968 | + padding-bottom: 154px; |
| 969 | + } |
| 970 | + .pb-\[155px\] { |
| 971 | + padding-bottom: 155px; |
1000 | 972 | } |
1001 | 973 | .pl-2\.5 { |
1002 | 974 | padding-left: calc(var(--spacing) * 2.5); |
|
1013 | 985 | .font-mono { |
1014 | 986 | font-family: "Menlo", "Consolas", "Monaco", "DejaVu Sans Mono", monospace; |
1015 | 987 | } |
1016 | | - .font-sans { |
1017 | | - font-family: "Alliance No1", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", |
1018 | | - "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
1019 | | - } |
1020 | | - .text-2xl { |
1021 | | - font-size: var(--text-2xl); |
1022 | | - line-height: var(--tw-leading, var(--text-2xl--line-height)); |
1023 | | - } |
1024 | 988 | .text-sm { |
1025 | 989 | font-size: 14px; |
1026 | 990 | line-height: var(--tw-leading, var(--text-sm--line-height)); |
|
1045 | 1009 | .text-\[11px\] { |
1046 | 1010 | font-size: 11px; |
1047 | 1011 | } |
1048 | | - .leading-4 { |
1049 | | - --tw-leading: calc(var(--spacing) * 4); |
1050 | | - line-height: calc(var(--spacing) * 4); |
1051 | | - } |
1052 | 1012 | .leading-none { |
1053 | 1013 | --tw-leading: 1; |
1054 | 1014 | line-height: 1; |
|
1165 | 1125 | .text-slate-500 { |
1166 | 1126 | color: var(--color-slate-500); |
1167 | 1127 | } |
| 1128 | + .text-white\/50 { |
| 1129 | + color: color-mix(in srgb, #fff 50%, transparent); |
| 1130 | + @supports (color: color-mix(in lab, red, red)) { |
| 1131 | + color: color-mix(in oklab, var(--color-white) 50%, transparent); |
| 1132 | + } |
| 1133 | + } |
1168 | 1134 | .uppercase { |
1169 | 1135 | text-transform: uppercase; |
1170 | 1136 | } |
|
1243 | 1209 | .fade-in { |
1244 | 1210 | --tw-enter-opacity: 0; |
1245 | 1211 | } |
1246 | | - .running { |
1247 | | - animation-play-state: running; |
1248 | | - } |
1249 | 1212 | .group-data-\[state\=checked\]\:translate-x-5 { |
1250 | 1213 | &:is(:where(.group)[data-state="checked"] *) { |
1251 | 1214 | --tw-translate-x: calc(var(--spacing) * 5); |
|
1627 | 1590 | --alert-red-dark: oklch(0.746 0.122 20.4); |
1628 | 1591 | --button-primary-background: var(--aurora-moss); |
1629 | 1592 | --button-primary-foreground: var(--midnight-fjord); |
1630 | | - --button-secondary-background: var(--app-dark-utility-2); |
1631 | | - --button-secondary-foreground: var(--glacier-mist-800); |
| 1593 | + --button-secondary-background: var(--aurora-moss); |
| 1594 | + --button-secondary-foreground: var(--midnight-fjord); |
1632 | 1595 | --button-outline-background: var(--app-dark-utility-5); |
1633 | 1596 | --button-outline-foreground: var(--glacier-mist-700); |
1634 | 1597 | --button-link-foreground: var(--canyon-clay); |
|
0 commit comments