|
15 | 15 | @config '../tailwind.config.ts';
|
16 | 16 |
|
17 | 17 | @theme {
|
18 |
| - --green-100: #edf2eb; |
19 |
| - --green-200: #c5e5b4; |
20 |
| - --green-300: #99cc7d; |
21 |
| - --green-400: #84ba64; |
22 |
| - --green-500: #5fa04e; |
23 |
| - --green-600: #417e38; |
24 |
| - --green-700: #2c682c; |
25 |
| - --green-800: #2c682c; |
26 |
| - --green-900: #1a3f1d; |
27 |
| - --neutral-100: #f6f7f9; |
28 |
| - --neutral-200: #e9edf0; |
29 |
| - --neutral-300: #d9e1e4; |
30 |
| - --neutral-400: #cbd4d9; |
31 |
| - --neutral-500: #b1bcc2; |
32 |
| - --neutral-600: #929fa5; |
33 |
| - --neutral-700: #6e7b83; |
34 |
| - --neutral-800: #556066; |
35 |
| - --neutral-900: #2c3437; |
36 |
| - --neutral-950: #0d121c; |
37 |
| - --danger-100: #fbf1f0; |
38 |
| - --danger-200: #fad3d4; |
39 |
| - --danger-300: #fab6b7; |
40 |
| - --danger-400: #fa8e8e; |
41 |
| - --danger-500: #f65354; |
42 |
| - --danger-600: #de1a1b; |
43 |
| - --danger-700: #b80c0c; |
44 |
| - --danger-800: #900e0e; |
45 |
| - --danger-900: #661514; |
46 |
| - --warning-100: #fdf3e7; |
47 |
| - --warning-200: #fad9b0; |
48 |
| - --warning-300: #f5bc75; |
49 |
| - --warning-400: #e99c40; |
50 |
| - --warning-500: #d07912; |
51 |
| - --warning-600: #ae5f00; |
52 |
| - --warning-700: #8b4d04; |
53 |
| - --warning-800: #683d08; |
54 |
| - --warning-900: #4d2f0b; |
55 |
| - --info-100: #e9f4fa; |
56 |
| - --info-200: #bce6fc; |
57 |
| - --info-300: #8ed4f8; |
58 |
| - --info-400: #52baed; |
59 |
| - --info-500: #229ad6; |
60 |
| - --info-600: #0c7bb3; |
61 |
| - --info-700: #066291; |
62 |
| - --info-800: #074d71; |
63 |
| - --info-900: #0a3953; |
64 |
| - --accent1-100: #f7f1fb; |
65 |
| - --accent1-200: #ead9fb; |
66 |
| - --accent1-300: #dbbdf9; |
67 |
| - --accent1-400: #c79bf2; |
68 |
| - --accent1-500: #af74e8; |
69 |
| - --accent1-600: #9756d6; |
70 |
| - --accent1-700: #7d3cbe; |
71 |
| - --accent1-800: #642b9e; |
72 |
| - --accent1-900: #361b52; |
73 |
| - --accent2-100: #fbf0f4; |
74 |
| - --accent2-200: #fbd4e6; |
75 |
| - --accent2-300: #fbb4d2; |
76 |
| - --accent2-400: #f68bb7; |
77 |
| - --accent2-500: #ed5393; |
78 |
| - --accent2-600: #d6246e; |
79 |
| - --accent2-700: #b01356; |
80 |
| - --accent2-800: #8b1245; |
81 |
| - --accent2-900: #411526; |
82 |
| - --pulse-100: #0000330f; |
83 |
| - --pulse-200: #00002d17; |
84 |
| - --pulse-300: #ddeaf814; |
85 |
| - --pulse-400: #d3edf81d; |
86 |
| - --white: #fff; |
87 |
| - --transparent: 'transparent'; |
88 |
| - --shadow: #101828; |
| 18 | + --color-green-100: #edf2eb; |
| 19 | + --color-green-200: #c5e5b4; |
| 20 | + --color-green-300: #99cc7d; |
| 21 | + --color-green-400: #84ba64; |
| 22 | + --color-green-500: #5fa04e; |
| 23 | + --color-green-600: #417e38; |
| 24 | + --color-green-700: #2c682c; |
| 25 | + --color-green-800: #2c682c; |
| 26 | + --color-green-900: #1a3f1d; |
| 27 | + --color-neutral-100: #f6f7f9; |
| 28 | + --color-neutral-200: #e9edf0; |
| 29 | + --color-neutral-300: #d9e1e4; |
| 30 | + --color-neutral-400: #cbd4d9; |
| 31 | + --color-neutral-500: #b1bcc2; |
| 32 | + --color-neutral-600: #929fa5; |
| 33 | + --color-neutral-700: #6e7b83; |
| 34 | + --color-neutral-800: #556066; |
| 35 | + --color-neutral-900: #2c3437; |
| 36 | + --color-neutral-950: #0d121c; |
| 37 | + --color-danger-100: #fbf1f0; |
| 38 | + --color-danger-200: #fad3d4; |
| 39 | + --color-danger-300: #fab6b7; |
| 40 | + --color-danger-400: #fa8e8e; |
| 41 | + --color-danger-500: #f65354; |
| 42 | + --color-danger-600: #de1a1b; |
| 43 | + --color-danger-700: #b80c0c; |
| 44 | + --color-danger-800: #900e0e; |
| 45 | + --color-danger-900: #661514; |
| 46 | + --color-warning-100: #fdf3e7; |
| 47 | + --color-warning-200: #fad9b0; |
| 48 | + --color-warning-300: #f5bc75; |
| 49 | + --color-warning-400: #e99c40; |
| 50 | + --color-warning-500: #d07912; |
| 51 | + --color-warning-600: #ae5f00; |
| 52 | + --color-warning-700: #8b4d04; |
| 53 | + --color-warning-800: #683d08; |
| 54 | + --color-warning-900: #4d2f0b; |
| 55 | + --color-info-100: #e9f4fa; |
| 56 | + --color-info-200: #bce6fc; |
| 57 | + --color-info-300: #8ed4f8; |
| 58 | + --color-info-400: #52baed; |
| 59 | + --color-info-500: #229ad6; |
| 60 | + --color-info-600: #0c7bb3; |
| 61 | + --color-info-700: #066291; |
| 62 | + --color-info-800: #074d71; |
| 63 | + --color-info-900: #0a3953; |
| 64 | + --color-accent1-100: #f7f1fb; |
| 65 | + --color-accent1-200: #ead9fb; |
| 66 | + --color-accent1-300: #dbbdf9; |
| 67 | + --color-accent1-400: #c79bf2; |
| 68 | + --color-accent1-500: #af74e8; |
| 69 | + --color-accent1-600: #9756d6; |
| 70 | + --color-accent1-700: #7d3cbe; |
| 71 | + --color-accent1-800: #642b9e; |
| 72 | + --color-accent1-900: #361b52; |
| 73 | + --color-accent2-100: #fbf0f4; |
| 74 | + --color-accent2-200: #fbd4e6; |
| 75 | + --color-accent2-300: #fbb4d2; |
| 76 | + --color-accent2-400: #f68bb7; |
| 77 | + --color-accent2-500: #ed5393; |
| 78 | + --color-accent2-600: #d6246e; |
| 79 | + --color-accent2-700: #b01356; |
| 80 | + --color-accent2-800: #8b1245; |
| 81 | + --color-accent2-900: #411526; |
| 82 | + --color-pulse-100: #0000330f; |
| 83 | + --color-pulse-200: #00002d17; |
| 84 | + --color-pulse-300: #ddeaf814; |
| 85 | + --color-pulse-400: #d3edf81d; |
| 86 | + --color-white: #fff; |
| 87 | + --color-transparent: 'transparent'; |
| 88 | + --color-shadow: #101828; |
89 | 89 | --inherit: 'inherit';
|
90 |
| - --shadow-xs: 0px 1px 2px 0px --theme(--color-shadow / 5%); |
91 |
| - --shadow-lg: 0px 4px 6px -2px --theme(--color-shadow / 3%), |
92 |
| - 0px 12px 16px -4px --theme(--color-shadow / 8%); |
| 90 | + --shadow-xs: 0px 1px 2px 0px var(--color-shadow) / 5%; |
| 91 | + --shadow-lg: 0px 4px 6px -2px var(--color-shadow) / 3%, |
| 92 | + 0px 12px 16px -4px var(--color-shadow) / 8%; |
93 | 93 | --font-open-sans: var(--font-open-sans);
|
94 | 94 | --font-ibm-plex-mono: var(--font-ibm-plex-mono);
|
95 | 95 | --font-weight-regular: '400';
|
|
0 commit comments