woby-tooltip 1.0.11 → 1.0.12
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/build/index.es.js +123 -69
- package/build/index.html +1 -1
- package/build/woby-tooltip.css +1193 -0
- package/dist/index.es.js +28 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/woby-tooltip.css +1080 -0
- package/package.json +15 -15
- package/tsconfig.tsbuildinfo +1 -1
- package/vite.config.mts +2 -0
- package/vite.config.web.mts +3 -1
- package/build/style.css +0 -879
- package/dist/output.css +0 -879
- package/tailwind.config.js +0 -11
@@ -0,0 +1,1193 @@
|
|
1
|
+
/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
|
2
|
+
@layer theme {
|
3
|
+
:root, :host {
|
4
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
5
|
+
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
6
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
7
|
+
--color-red-50: oklch(.971 .013 17.38);
|
8
|
+
--color-red-100: oklch(.936 .032 17.717);
|
9
|
+
--color-red-200: oklch(.885 .062 18.334);
|
10
|
+
--color-red-300: oklch(.808 .114 19.571);
|
11
|
+
--color-red-400: oklch(.704 .191 22.216);
|
12
|
+
--color-red-500: oklch(.637 .237 25.331);
|
13
|
+
--color-red-600: oklch(.577 .245 27.325);
|
14
|
+
--color-red-700: oklch(.505 .213 27.518);
|
15
|
+
--color-red-800: oklch(.444 .177 26.899);
|
16
|
+
--color-red-900: oklch(.396 .141 25.723);
|
17
|
+
--color-red-950: oklch(.258 .092 26.042);
|
18
|
+
--color-orange-50: oklch(.98 .016 73.684);
|
19
|
+
--color-orange-100: oklch(.954 .038 75.164);
|
20
|
+
--color-orange-200: oklch(.901 .076 70.697);
|
21
|
+
--color-orange-300: oklch(.837 .128 66.29);
|
22
|
+
--color-orange-400: oklch(.75 .183 55.934);
|
23
|
+
--color-orange-500: oklch(.705 .213 47.604);
|
24
|
+
--color-orange-600: oklch(.646 .222 41.116);
|
25
|
+
--color-orange-700: oklch(.553 .195 38.402);
|
26
|
+
--color-orange-800: oklch(.47 .157 37.304);
|
27
|
+
--color-orange-900: oklch(.408 .123 38.172);
|
28
|
+
--color-orange-950: oklch(.266 .079 36.259);
|
29
|
+
--color-amber-50: oklch(.987 .022 95.277);
|
30
|
+
--color-amber-100: oklch(.962 .059 95.617);
|
31
|
+
--color-amber-200: oklch(.924 .12 95.746);
|
32
|
+
--color-amber-300: oklch(.879 .169 91.605);
|
33
|
+
--color-amber-400: oklch(.828 .189 84.429);
|
34
|
+
--color-amber-500: oklch(.769 .188 70.08);
|
35
|
+
--color-amber-600: oklch(.666 .179 58.318);
|
36
|
+
--color-amber-700: oklch(.555 .163 48.998);
|
37
|
+
--color-amber-800: oklch(.473 .137 46.201);
|
38
|
+
--color-amber-900: oklch(.414 .112 45.904);
|
39
|
+
--color-amber-950: oklch(.279 .077 45.635);
|
40
|
+
--color-yellow-50: oklch(.987 .026 102.212);
|
41
|
+
--color-yellow-100: oklch(.973 .071 103.193);
|
42
|
+
--color-yellow-200: oklch(.945 .129 101.54);
|
43
|
+
--color-yellow-300: oklch(.905 .182 98.111);
|
44
|
+
--color-yellow-400: oklch(.852 .199 91.936);
|
45
|
+
--color-yellow-500: oklch(.795 .184 86.047);
|
46
|
+
--color-yellow-600: oklch(.681 .162 75.834);
|
47
|
+
--color-yellow-700: oklch(.554 .135 66.442);
|
48
|
+
--color-yellow-800: oklch(.476 .114 61.907);
|
49
|
+
--color-yellow-900: oklch(.421 .095 57.708);
|
50
|
+
--color-yellow-950: oklch(.286 .066 53.813);
|
51
|
+
--color-lime-50: oklch(.986 .031 120.757);
|
52
|
+
--color-lime-100: oklch(.967 .067 122.328);
|
53
|
+
--color-lime-200: oklch(.938 .127 124.321);
|
54
|
+
--color-lime-300: oklch(.897 .196 126.665);
|
55
|
+
--color-lime-400: oklch(.841 .238 128.85);
|
56
|
+
--color-lime-500: oklch(.768 .233 130.85);
|
57
|
+
--color-lime-600: oklch(.648 .2 131.684);
|
58
|
+
--color-lime-700: oklch(.532 .157 131.589);
|
59
|
+
--color-lime-800: oklch(.453 .124 130.933);
|
60
|
+
--color-lime-900: oklch(.405 .101 131.063);
|
61
|
+
--color-lime-950: oklch(.274 .072 132.109);
|
62
|
+
--color-green-50: oklch(.982 .018 155.826);
|
63
|
+
--color-green-100: oklch(.962 .044 156.743);
|
64
|
+
--color-green-200: oklch(.925 .084 155.995);
|
65
|
+
--color-green-300: oklch(.871 .15 154.449);
|
66
|
+
--color-green-400: oklch(.792 .209 151.711);
|
67
|
+
--color-green-500: oklch(.723 .219 149.579);
|
68
|
+
--color-green-600: oklch(.627 .194 149.214);
|
69
|
+
--color-green-700: oklch(.527 .154 150.069);
|
70
|
+
--color-green-800: oklch(.448 .119 151.328);
|
71
|
+
--color-green-900: oklch(.393 .095 152.535);
|
72
|
+
--color-green-950: oklch(.266 .065 152.934);
|
73
|
+
--color-emerald-50: oklch(.979 .021 166.113);
|
74
|
+
--color-emerald-100: oklch(.95 .052 163.051);
|
75
|
+
--color-emerald-200: oklch(.905 .093 164.15);
|
76
|
+
--color-emerald-300: oklch(.845 .143 164.978);
|
77
|
+
--color-emerald-400: oklch(.765 .177 163.223);
|
78
|
+
--color-emerald-500: oklch(.696 .17 162.48);
|
79
|
+
--color-emerald-600: oklch(.596 .145 163.225);
|
80
|
+
--color-emerald-700: oklch(.508 .118 165.612);
|
81
|
+
--color-emerald-800: oklch(.432 .095 166.913);
|
82
|
+
--color-emerald-900: oklch(.378 .077 168.94);
|
83
|
+
--color-emerald-950: oklch(.262 .051 172.552);
|
84
|
+
--color-teal-50: oklch(.984 .014 180.72);
|
85
|
+
--color-teal-100: oklch(.953 .051 180.801);
|
86
|
+
--color-teal-200: oklch(.91 .096 180.426);
|
87
|
+
--color-teal-300: oklch(.855 .138 181.071);
|
88
|
+
--color-teal-400: oklch(.777 .152 181.912);
|
89
|
+
--color-teal-500: oklch(.704 .14 182.503);
|
90
|
+
--color-teal-600: oklch(.6 .118 184.704);
|
91
|
+
--color-teal-700: oklch(.511 .096 186.391);
|
92
|
+
--color-teal-800: oklch(.437 .078 188.216);
|
93
|
+
--color-teal-900: oklch(.386 .063 188.416);
|
94
|
+
--color-teal-950: oklch(.277 .046 192.524);
|
95
|
+
--color-cyan-50: oklch(.984 .019 200.873);
|
96
|
+
--color-cyan-100: oklch(.956 .045 203.388);
|
97
|
+
--color-cyan-200: oklch(.917 .08 205.041);
|
98
|
+
--color-cyan-300: oklch(.865 .127 207.078);
|
99
|
+
--color-cyan-400: oklch(.789 .154 211.53);
|
100
|
+
--color-cyan-500: oklch(.715 .143 215.221);
|
101
|
+
--color-cyan-600: oklch(.609 .126 221.723);
|
102
|
+
--color-cyan-700: oklch(.52 .105 223.128);
|
103
|
+
--color-cyan-800: oklch(.45 .085 224.283);
|
104
|
+
--color-cyan-900: oklch(.398 .07 227.392);
|
105
|
+
--color-cyan-950: oklch(.302 .056 229.695);
|
106
|
+
--color-sky-50: oklch(.977 .013 236.62);
|
107
|
+
--color-sky-100: oklch(.951 .026 236.824);
|
108
|
+
--color-sky-200: oklch(.901 .058 230.902);
|
109
|
+
--color-sky-300: oklch(.828 .111 230.318);
|
110
|
+
--color-sky-400: oklch(.746 .16 232.661);
|
111
|
+
--color-sky-500: oklch(.685 .169 237.323);
|
112
|
+
--color-sky-600: oklch(.588 .158 241.966);
|
113
|
+
--color-sky-700: oklch(.5 .134 242.749);
|
114
|
+
--color-sky-800: oklch(.443 .11 240.79);
|
115
|
+
--color-sky-900: oklch(.391 .09 240.876);
|
116
|
+
--color-sky-950: oklch(.293 .066 243.157);
|
117
|
+
--color-blue-50: oklch(.97 .014 254.604);
|
118
|
+
--color-blue-100: oklch(.932 .032 255.585);
|
119
|
+
--color-blue-200: oklch(.882 .059 254.128);
|
120
|
+
--color-blue-300: oklch(.809 .105 251.813);
|
121
|
+
--color-blue-400: oklch(.707 .165 254.624);
|
122
|
+
--color-blue-500: oklch(.623 .214 259.815);
|
123
|
+
--color-blue-600: oklch(.546 .245 262.881);
|
124
|
+
--color-blue-700: oklch(.488 .243 264.376);
|
125
|
+
--color-blue-800: oklch(.424 .199 265.638);
|
126
|
+
--color-blue-900: oklch(.379 .146 265.522);
|
127
|
+
--color-blue-950: oklch(.282 .091 267.935);
|
128
|
+
--color-indigo-50: oklch(.962 .018 272.314);
|
129
|
+
--color-indigo-100: oklch(.93 .034 272.788);
|
130
|
+
--color-indigo-200: oklch(.87 .065 274.039);
|
131
|
+
--color-indigo-300: oklch(.785 .115 274.713);
|
132
|
+
--color-indigo-400: oklch(.673 .182 276.935);
|
133
|
+
--color-indigo-500: oklch(.585 .233 277.117);
|
134
|
+
--color-indigo-600: oklch(.511 .262 276.966);
|
135
|
+
--color-indigo-700: oklch(.457 .24 277.023);
|
136
|
+
--color-indigo-800: oklch(.398 .195 277.366);
|
137
|
+
--color-indigo-900: oklch(.359 .144 278.697);
|
138
|
+
--color-indigo-950: oklch(.257 .09 281.288);
|
139
|
+
--color-violet-50: oklch(.969 .016 293.756);
|
140
|
+
--color-violet-100: oklch(.943 .029 294.588);
|
141
|
+
--color-violet-200: oklch(.894 .057 293.283);
|
142
|
+
--color-violet-300: oklch(.811 .111 293.571);
|
143
|
+
--color-violet-400: oklch(.702 .183 293.541);
|
144
|
+
--color-violet-500: oklch(.606 .25 292.717);
|
145
|
+
--color-violet-600: oklch(.541 .281 293.009);
|
146
|
+
--color-violet-700: oklch(.491 .27 292.581);
|
147
|
+
--color-violet-800: oklch(.432 .232 292.759);
|
148
|
+
--color-violet-900: oklch(.38 .189 293.745);
|
149
|
+
--color-violet-950: oklch(.283 .141 291.089);
|
150
|
+
--color-purple-50: oklch(.977 .014 308.299);
|
151
|
+
--color-purple-100: oklch(.946 .033 307.174);
|
152
|
+
--color-purple-200: oklch(.902 .063 306.703);
|
153
|
+
--color-purple-300: oklch(.827 .119 306.383);
|
154
|
+
--color-purple-400: oklch(.714 .203 305.504);
|
155
|
+
--color-purple-500: oklch(.627 .265 303.9);
|
156
|
+
--color-purple-600: oklch(.558 .288 302.321);
|
157
|
+
--color-purple-700: oklch(.496 .265 301.924);
|
158
|
+
--color-purple-800: oklch(.438 .218 303.724);
|
159
|
+
--color-purple-900: oklch(.381 .176 304.987);
|
160
|
+
--color-purple-950: oklch(.291 .149 302.717);
|
161
|
+
--color-fuchsia-50: oklch(.977 .017 320.058);
|
162
|
+
--color-fuchsia-100: oklch(.952 .037 318.852);
|
163
|
+
--color-fuchsia-200: oklch(.903 .076 319.62);
|
164
|
+
--color-fuchsia-300: oklch(.833 .145 321.434);
|
165
|
+
--color-fuchsia-400: oklch(.74 .238 322.16);
|
166
|
+
--color-fuchsia-500: oklch(.667 .295 322.15);
|
167
|
+
--color-fuchsia-600: oklch(.591 .293 322.896);
|
168
|
+
--color-fuchsia-700: oklch(.518 .253 323.949);
|
169
|
+
--color-fuchsia-800: oklch(.452 .211 324.591);
|
170
|
+
--color-fuchsia-900: oklch(.401 .17 325.612);
|
171
|
+
--color-fuchsia-950: oklch(.293 .136 325.661);
|
172
|
+
--color-pink-50: oklch(.971 .014 343.198);
|
173
|
+
--color-pink-100: oklch(.948 .028 342.258);
|
174
|
+
--color-pink-200: oklch(.899 .061 343.231);
|
175
|
+
--color-pink-300: oklch(.823 .12 346.018);
|
176
|
+
--color-pink-400: oklch(.718 .202 349.761);
|
177
|
+
--color-pink-500: oklch(.656 .241 354.308);
|
178
|
+
--color-pink-600: oklch(.592 .249 .584);
|
179
|
+
--color-pink-700: oklch(.525 .223 3.958);
|
180
|
+
--color-pink-800: oklch(.459 .187 3.815);
|
181
|
+
--color-pink-900: oklch(.408 .153 2.432);
|
182
|
+
--color-pink-950: oklch(.284 .109 3.907);
|
183
|
+
--color-rose-50: oklch(.969 .015 12.422);
|
184
|
+
--color-rose-100: oklch(.941 .03 12.58);
|
185
|
+
--color-rose-200: oklch(.892 .058 10.001);
|
186
|
+
--color-rose-300: oklch(.81 .117 11.638);
|
187
|
+
--color-rose-400: oklch(.712 .194 13.428);
|
188
|
+
--color-rose-500: oklch(.645 .246 16.439);
|
189
|
+
--color-rose-600: oklch(.586 .253 17.585);
|
190
|
+
--color-rose-700: oklch(.514 .222 16.935);
|
191
|
+
--color-rose-800: oklch(.455 .188 13.697);
|
192
|
+
--color-rose-900: oklch(.41 .159 10.272);
|
193
|
+
--color-rose-950: oklch(.271 .105 12.094);
|
194
|
+
--color-slate-50: oklch(.984 .003 247.858);
|
195
|
+
--color-slate-100: oklch(.968 .007 247.896);
|
196
|
+
--color-slate-200: oklch(.929 .013 255.508);
|
197
|
+
--color-slate-300: oklch(.869 .022 252.894);
|
198
|
+
--color-slate-400: oklch(.704 .04 256.788);
|
199
|
+
--color-slate-500: oklch(.554 .046 257.417);
|
200
|
+
--color-slate-600: oklch(.446 .043 257.281);
|
201
|
+
--color-slate-700: oklch(.372 .044 257.287);
|
202
|
+
--color-slate-800: oklch(.279 .041 260.031);
|
203
|
+
--color-slate-900: oklch(.208 .042 265.755);
|
204
|
+
--color-slate-950: oklch(.129 .042 264.695);
|
205
|
+
--color-gray-50: oklch(.985 .002 247.839);
|
206
|
+
--color-gray-100: oklch(.967 .003 264.542);
|
207
|
+
--color-gray-200: oklch(.928 .006 264.531);
|
208
|
+
--color-gray-300: oklch(.872 .01 258.338);
|
209
|
+
--color-gray-400: oklch(.707 .022 261.325);
|
210
|
+
--color-gray-500: oklch(.551 .027 264.364);
|
211
|
+
--color-gray-600: oklch(.446 .03 256.802);
|
212
|
+
--color-gray-700: oklch(.373 .034 259.733);
|
213
|
+
--color-gray-800: oklch(.278 .033 256.848);
|
214
|
+
--color-gray-900: oklch(.21 .034 264.665);
|
215
|
+
--color-gray-950: oklch(.13 .028 261.692);
|
216
|
+
--color-zinc-50: oklch(.985 0 0);
|
217
|
+
--color-zinc-100: oklch(.967 .001 286.375);
|
218
|
+
--color-zinc-200: oklch(.92 .004 286.32);
|
219
|
+
--color-zinc-300: oklch(.871 .006 286.286);
|
220
|
+
--color-zinc-400: oklch(.705 .015 286.067);
|
221
|
+
--color-zinc-500: oklch(.552 .016 285.938);
|
222
|
+
--color-zinc-600: oklch(.442 .017 285.786);
|
223
|
+
--color-zinc-700: oklch(.37 .013 285.805);
|
224
|
+
--color-zinc-800: oklch(.274 .006 286.033);
|
225
|
+
--color-zinc-900: oklch(.21 .006 285.885);
|
226
|
+
--color-zinc-950: oklch(.141 .005 285.823);
|
227
|
+
--color-neutral-50: oklch(.985 0 0);
|
228
|
+
--color-neutral-100: oklch(.97 0 0);
|
229
|
+
--color-neutral-200: oklch(.922 0 0);
|
230
|
+
--color-neutral-300: oklch(.87 0 0);
|
231
|
+
--color-neutral-400: oklch(.708 0 0);
|
232
|
+
--color-neutral-500: oklch(.556 0 0);
|
233
|
+
--color-neutral-600: oklch(.439 0 0);
|
234
|
+
--color-neutral-700: oklch(.371 0 0);
|
235
|
+
--color-neutral-800: oklch(.269 0 0);
|
236
|
+
--color-neutral-900: oklch(.205 0 0);
|
237
|
+
--color-neutral-950: oklch(.145 0 0);
|
238
|
+
--color-stone-50: oklch(.985 .001 106.423);
|
239
|
+
--color-stone-100: oklch(.97 .001 106.424);
|
240
|
+
--color-stone-200: oklch(.923 .003 48.717);
|
241
|
+
--color-stone-300: oklch(.869 .005 56.366);
|
242
|
+
--color-stone-400: oklch(.709 .01 56.259);
|
243
|
+
--color-stone-500: oklch(.553 .013 58.071);
|
244
|
+
--color-stone-600: oklch(.444 .011 73.639);
|
245
|
+
--color-stone-700: oklch(.374 .01 67.558);
|
246
|
+
--color-stone-800: oklch(.268 .007 34.298);
|
247
|
+
--color-stone-900: oklch(.216 .006 56.043);
|
248
|
+
--color-stone-950: oklch(.147 .004 49.25);
|
249
|
+
--color-black: #000;
|
250
|
+
--color-white: #fff;
|
251
|
+
--spacing: .25rem;
|
252
|
+
--breakpoint-sm: 40rem;
|
253
|
+
--breakpoint-md: 48rem;
|
254
|
+
--breakpoint-lg: 64rem;
|
255
|
+
--breakpoint-xl: 80rem;
|
256
|
+
--breakpoint-2xl: 96rem;
|
257
|
+
--container-3xs: 16rem;
|
258
|
+
--container-2xs: 18rem;
|
259
|
+
--container-xs: 20rem;
|
260
|
+
--container-sm: 24rem;
|
261
|
+
--container-md: 28rem;
|
262
|
+
--container-lg: 32rem;
|
263
|
+
--container-xl: 36rem;
|
264
|
+
--container-2xl: 42rem;
|
265
|
+
--container-3xl: 48rem;
|
266
|
+
--container-4xl: 56rem;
|
267
|
+
--container-5xl: 64rem;
|
268
|
+
--container-6xl: 72rem;
|
269
|
+
--container-7xl: 80rem;
|
270
|
+
--text-xs: .75rem;
|
271
|
+
--text-xs--line-height: calc(1 / .75);
|
272
|
+
--text-sm: .875rem;
|
273
|
+
--text-sm--line-height: calc(1.25 / .875);
|
274
|
+
--text-base: 1rem;
|
275
|
+
--text-base--line-height: calc(1.5 / 1);
|
276
|
+
--text-lg: 1.125rem;
|
277
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
278
|
+
--text-xl: 1.25rem;
|
279
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
280
|
+
--text-2xl: 1.5rem;
|
281
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
282
|
+
--text-3xl: 1.875rem;
|
283
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
284
|
+
--text-4xl: 2.25rem;
|
285
|
+
--text-4xl--line-height: calc(2.5 / 2.25);
|
286
|
+
--text-5xl: 3rem;
|
287
|
+
--text-5xl--line-height: 1;
|
288
|
+
--text-6xl: 3.75rem;
|
289
|
+
--text-6xl--line-height: 1;
|
290
|
+
--text-7xl: 4.5rem;
|
291
|
+
--text-7xl--line-height: 1;
|
292
|
+
--text-8xl: 6rem;
|
293
|
+
--text-8xl--line-height: 1;
|
294
|
+
--text-9xl: 8rem;
|
295
|
+
--text-9xl--line-height: 1;
|
296
|
+
--font-weight-thin: 100;
|
297
|
+
--font-weight-extralight: 200;
|
298
|
+
--font-weight-light: 300;
|
299
|
+
--font-weight-normal: 400;
|
300
|
+
--font-weight-medium: 500;
|
301
|
+
--font-weight-semibold: 600;
|
302
|
+
--font-weight-bold: 700;
|
303
|
+
--font-weight-extrabold: 800;
|
304
|
+
--font-weight-black: 900;
|
305
|
+
--tracking-tighter: -.05em;
|
306
|
+
--tracking-tight: -.025em;
|
307
|
+
--tracking-normal: 0em;
|
308
|
+
--tracking-wide: .025em;
|
309
|
+
--tracking-wider: .05em;
|
310
|
+
--tracking-widest: .1em;
|
311
|
+
--leading-tight: 1.25;
|
312
|
+
--leading-snug: 1.375;
|
313
|
+
--leading-normal: 1.5;
|
314
|
+
--leading-relaxed: 1.625;
|
315
|
+
--leading-loose: 2;
|
316
|
+
--radius-xs: .125rem;
|
317
|
+
--radius-sm: .25rem;
|
318
|
+
--radius-md: .375rem;
|
319
|
+
--radius-lg: .5rem;
|
320
|
+
--radius-xl: .75rem;
|
321
|
+
--radius-2xl: 1rem;
|
322
|
+
--radius-3xl: 1.5rem;
|
323
|
+
--radius-4xl: 2rem;
|
324
|
+
--shadow-2xs: 0 1px #0000000d;
|
325
|
+
--shadow-xs: 0 1px 2px 0 #0000000d;
|
326
|
+
--shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
327
|
+
--shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
|
328
|
+
--shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
|
329
|
+
--shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
|
330
|
+
--shadow-2xl: 0 25px 50px -12px #00000040;
|
331
|
+
--inset-shadow-2xs: inset 0 1px #0000000d;
|
332
|
+
--inset-shadow-xs: inset 0 1px 1px #0000000d;
|
333
|
+
--inset-shadow-sm: inset 0 2px 4px #0000000d;
|
334
|
+
--drop-shadow-xs: 0 1px 1px #0000000d;
|
335
|
+
--drop-shadow-sm: 0 1px 2px #00000026;
|
336
|
+
--drop-shadow-md: 0 3px 3px #0000001f;
|
337
|
+
--drop-shadow-lg: 0 4px 4px #00000026;
|
338
|
+
--drop-shadow-xl: 0 9px 7px #0000001a;
|
339
|
+
--drop-shadow-2xl: 0 25px 25px #00000026;
|
340
|
+
--ease-in: cubic-bezier(.4, 0, 1, 1);
|
341
|
+
--ease-out: cubic-bezier(0, 0, .2, 1);
|
342
|
+
--ease-in-out: cubic-bezier(.4, 0, .2, 1);
|
343
|
+
--animate-spin: spin 1s linear infinite;
|
344
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
|
345
|
+
--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
|
346
|
+
--animate-bounce: bounce 1s infinite;
|
347
|
+
--blur-xs: 4px;
|
348
|
+
--blur-sm: 8px;
|
349
|
+
--blur-md: 12px;
|
350
|
+
--blur-lg: 16px;
|
351
|
+
--blur-xl: 24px;
|
352
|
+
--blur-2xl: 40px;
|
353
|
+
--blur-3xl: 64px;
|
354
|
+
--perspective-dramatic: 100px;
|
355
|
+
--perspective-near: 300px;
|
356
|
+
--perspective-normal: 500px;
|
357
|
+
--perspective-midrange: 800px;
|
358
|
+
--perspective-distant: 1200px;
|
359
|
+
--aspect-video: 16 / 9;
|
360
|
+
--default-transition-duration: .15s;
|
361
|
+
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
362
|
+
--default-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
363
|
+
--default-font-feature-settings: initial;
|
364
|
+
--default-font-variation-settings: initial;
|
365
|
+
--default-mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
366
|
+
--default-mono-font-feature-settings: initial;
|
367
|
+
--default-mono-font-variation-settings: initial;
|
368
|
+
}
|
369
|
+
}
|
370
|
+
|
371
|
+
@layer base {
|
372
|
+
*, :after, :before, ::backdrop {
|
373
|
+
box-sizing: border-box;
|
374
|
+
border: 0 solid;
|
375
|
+
margin: 0;
|
376
|
+
padding: 0;
|
377
|
+
}
|
378
|
+
|
379
|
+
::file-selector-button {
|
380
|
+
box-sizing: border-box;
|
381
|
+
border: 0 solid;
|
382
|
+
margin: 0;
|
383
|
+
padding: 0;
|
384
|
+
}
|
385
|
+
|
386
|
+
html, :host {
|
387
|
+
-webkit-text-size-adjust: 100%;
|
388
|
+
tab-size: 4;
|
389
|
+
font-feature-settings: initial;
|
390
|
+
font-variation-settings: initial;
|
391
|
+
-webkit-tap-highlight-color: transparent;
|
392
|
+
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
393
|
+
line-height: 1.5;
|
394
|
+
}
|
395
|
+
|
396
|
+
hr {
|
397
|
+
height: 0;
|
398
|
+
color: inherit;
|
399
|
+
border-top-width: 1px;
|
400
|
+
}
|
401
|
+
|
402
|
+
abbr:where([title]) {
|
403
|
+
-webkit-text-decoration: underline dotted;
|
404
|
+
text-decoration: underline dotted;
|
405
|
+
}
|
406
|
+
|
407
|
+
h1, h2, h3, h4, h5, h6 {
|
408
|
+
font-size: inherit;
|
409
|
+
font-weight: inherit;
|
410
|
+
}
|
411
|
+
|
412
|
+
a {
|
413
|
+
color: inherit;
|
414
|
+
-webkit-text-decoration: inherit;
|
415
|
+
-webkit-text-decoration: inherit;
|
416
|
+
-webkit-text-decoration: inherit;
|
417
|
+
text-decoration: inherit;
|
418
|
+
}
|
419
|
+
|
420
|
+
b, strong {
|
421
|
+
font-weight: bolder;
|
422
|
+
}
|
423
|
+
|
424
|
+
code, kbd, samp, pre {
|
425
|
+
font-feature-settings: initial;
|
426
|
+
font-variation-settings: initial;
|
427
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
428
|
+
font-size: 1em;
|
429
|
+
}
|
430
|
+
|
431
|
+
small {
|
432
|
+
font-size: 80%;
|
433
|
+
}
|
434
|
+
|
435
|
+
sub, sup {
|
436
|
+
vertical-align: baseline;
|
437
|
+
font-size: 75%;
|
438
|
+
line-height: 0;
|
439
|
+
position: relative;
|
440
|
+
}
|
441
|
+
|
442
|
+
sub {
|
443
|
+
bottom: -.25em;
|
444
|
+
}
|
445
|
+
|
446
|
+
sup {
|
447
|
+
top: -.5em;
|
448
|
+
}
|
449
|
+
|
450
|
+
table {
|
451
|
+
text-indent: 0;
|
452
|
+
border-color: inherit;
|
453
|
+
border-collapse: collapse;
|
454
|
+
}
|
455
|
+
|
456
|
+
:-moz-focusring {
|
457
|
+
outline: auto;
|
458
|
+
}
|
459
|
+
|
460
|
+
progress {
|
461
|
+
vertical-align: baseline;
|
462
|
+
}
|
463
|
+
|
464
|
+
summary {
|
465
|
+
display: list-item;
|
466
|
+
}
|
467
|
+
|
468
|
+
ol, ul, menu {
|
469
|
+
list-style: none;
|
470
|
+
}
|
471
|
+
|
472
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
473
|
+
vertical-align: middle;
|
474
|
+
display: block;
|
475
|
+
}
|
476
|
+
|
477
|
+
img, video {
|
478
|
+
max-width: 100%;
|
479
|
+
height: auto;
|
480
|
+
}
|
481
|
+
|
482
|
+
button, input, select, optgroup, textarea {
|
483
|
+
font: inherit;
|
484
|
+
font-feature-settings: inherit;
|
485
|
+
font-variation-settings: inherit;
|
486
|
+
letter-spacing: inherit;
|
487
|
+
color: inherit;
|
488
|
+
opacity: 1;
|
489
|
+
background-color: #0000;
|
490
|
+
border-radius: 0;
|
491
|
+
}
|
492
|
+
|
493
|
+
::file-selector-button {
|
494
|
+
font: inherit;
|
495
|
+
font-feature-settings: inherit;
|
496
|
+
font-variation-settings: inherit;
|
497
|
+
letter-spacing: inherit;
|
498
|
+
color: inherit;
|
499
|
+
opacity: 1;
|
500
|
+
background-color: #0000;
|
501
|
+
border-radius: 0;
|
502
|
+
}
|
503
|
+
|
504
|
+
:where(select:is([multiple], [size])) optgroup {
|
505
|
+
font-weight: bolder;
|
506
|
+
}
|
507
|
+
|
508
|
+
:where(select:is([multiple], [size])) optgroup option {
|
509
|
+
padding-inline-start: 20px;
|
510
|
+
}
|
511
|
+
|
512
|
+
::file-selector-button {
|
513
|
+
margin-inline-end: 4px;
|
514
|
+
}
|
515
|
+
|
516
|
+
::placeholder {
|
517
|
+
opacity: 1;
|
518
|
+
}
|
519
|
+
|
520
|
+
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
521
|
+
::placeholder {
|
522
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
523
|
+
}
|
524
|
+
}
|
525
|
+
|
526
|
+
textarea {
|
527
|
+
resize: vertical;
|
528
|
+
}
|
529
|
+
|
530
|
+
::-webkit-search-decoration {
|
531
|
+
-webkit-appearance: none;
|
532
|
+
}
|
533
|
+
|
534
|
+
::-webkit-date-and-time-value {
|
535
|
+
min-height: 1lh;
|
536
|
+
text-align: inherit;
|
537
|
+
}
|
538
|
+
|
539
|
+
::-webkit-datetime-edit {
|
540
|
+
display: inline-flex;
|
541
|
+
}
|
542
|
+
|
543
|
+
::-webkit-datetime-edit-fields-wrapper {
|
544
|
+
padding: 0;
|
545
|
+
}
|
546
|
+
|
547
|
+
::-webkit-datetime-edit {
|
548
|
+
padding-block: 0;
|
549
|
+
}
|
550
|
+
|
551
|
+
::-webkit-datetime-edit-year-field {
|
552
|
+
padding-block: 0;
|
553
|
+
}
|
554
|
+
|
555
|
+
::-webkit-datetime-edit-month-field {
|
556
|
+
padding-block: 0;
|
557
|
+
}
|
558
|
+
|
559
|
+
::-webkit-datetime-edit-day-field {
|
560
|
+
padding-block: 0;
|
561
|
+
}
|
562
|
+
|
563
|
+
::-webkit-datetime-edit-hour-field {
|
564
|
+
padding-block: 0;
|
565
|
+
}
|
566
|
+
|
567
|
+
::-webkit-datetime-edit-minute-field {
|
568
|
+
padding-block: 0;
|
569
|
+
}
|
570
|
+
|
571
|
+
::-webkit-datetime-edit-second-field {
|
572
|
+
padding-block: 0;
|
573
|
+
}
|
574
|
+
|
575
|
+
::-webkit-datetime-edit-millisecond-field {
|
576
|
+
padding-block: 0;
|
577
|
+
}
|
578
|
+
|
579
|
+
::-webkit-datetime-edit-meridiem-field {
|
580
|
+
padding-block: 0;
|
581
|
+
}
|
582
|
+
|
583
|
+
:-moz-ui-invalid {
|
584
|
+
box-shadow: none;
|
585
|
+
}
|
586
|
+
|
587
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
588
|
+
appearance: button;
|
589
|
+
}
|
590
|
+
|
591
|
+
::file-selector-button {
|
592
|
+
appearance: button;
|
593
|
+
}
|
594
|
+
|
595
|
+
::-webkit-inner-spin-button {
|
596
|
+
height: auto;
|
597
|
+
}
|
598
|
+
|
599
|
+
::-webkit-outer-spin-button {
|
600
|
+
height: auto;
|
601
|
+
}
|
602
|
+
|
603
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
604
|
+
display: none !important;
|
605
|
+
}
|
606
|
+
}
|
607
|
+
|
608
|
+
@layer components;
|
609
|
+
|
610
|
+
@layer utilities {
|
611
|
+
.invisible {
|
612
|
+
visibility: hidden;
|
613
|
+
}
|
614
|
+
|
615
|
+
.visible {
|
616
|
+
visibility: visible;
|
617
|
+
}
|
618
|
+
|
619
|
+
.absolute {
|
620
|
+
position: absolute;
|
621
|
+
}
|
622
|
+
|
623
|
+
.relative {
|
624
|
+
position: relative;
|
625
|
+
}
|
626
|
+
|
627
|
+
.static {
|
628
|
+
position: static;
|
629
|
+
}
|
630
|
+
|
631
|
+
.-top-5 {
|
632
|
+
top: calc(var(--spacing) * -5);
|
633
|
+
}
|
634
|
+
|
635
|
+
.top-2\/4 {
|
636
|
+
top: 50%;
|
637
|
+
}
|
638
|
+
|
639
|
+
.top-10 {
|
640
|
+
top: calc(var(--spacing) * 10);
|
641
|
+
}
|
642
|
+
|
643
|
+
.top-full {
|
644
|
+
top: 100%;
|
645
|
+
}
|
646
|
+
|
647
|
+
.right-full {
|
648
|
+
right: 100%;
|
649
|
+
}
|
650
|
+
|
651
|
+
.bottom-full {
|
652
|
+
bottom: 100%;
|
653
|
+
}
|
654
|
+
|
655
|
+
.left-2\/4 {
|
656
|
+
left: 50%;
|
657
|
+
}
|
658
|
+
|
659
|
+
.left-full {
|
660
|
+
left: 100%;
|
661
|
+
}
|
662
|
+
|
663
|
+
.z-\[99999999\] {
|
664
|
+
z-index: 99999999;
|
665
|
+
}
|
666
|
+
|
667
|
+
.mx-auto {
|
668
|
+
margin-inline: auto;
|
669
|
+
}
|
670
|
+
|
671
|
+
.mr-5 {
|
672
|
+
margin-right: calc(var(--spacing) * 5);
|
673
|
+
}
|
674
|
+
|
675
|
+
.ml-5 {
|
676
|
+
margin-left: calc(var(--spacing) * 5);
|
677
|
+
}
|
678
|
+
|
679
|
+
.box-border {
|
680
|
+
box-sizing: border-box;
|
681
|
+
}
|
682
|
+
|
683
|
+
.block {
|
684
|
+
display: block;
|
685
|
+
}
|
686
|
+
|
687
|
+
.flex {
|
688
|
+
display: flex;
|
689
|
+
}
|
690
|
+
|
691
|
+
.hidden {
|
692
|
+
display: none;
|
693
|
+
}
|
694
|
+
|
695
|
+
.inline-block {
|
696
|
+
display: inline-block;
|
697
|
+
}
|
698
|
+
|
699
|
+
.table {
|
700
|
+
display: table;
|
701
|
+
}
|
702
|
+
|
703
|
+
.h-screen {
|
704
|
+
height: 100vh;
|
705
|
+
}
|
706
|
+
|
707
|
+
.w-\[50\%\] {
|
708
|
+
width: 50%;
|
709
|
+
}
|
710
|
+
|
711
|
+
.w-\[400px\] {
|
712
|
+
width: 400px;
|
713
|
+
}
|
714
|
+
|
715
|
+
.min-w-\[200px\] {
|
716
|
+
min-width: 200px;
|
717
|
+
}
|
718
|
+
|
719
|
+
.min-w-\[300px\] {
|
720
|
+
min-width: 300px;
|
721
|
+
}
|
722
|
+
|
723
|
+
.min-w-\[400px\] {
|
724
|
+
min-width: 400px;
|
725
|
+
}
|
726
|
+
|
727
|
+
.min-w-max {
|
728
|
+
min-width: max-content;
|
729
|
+
}
|
730
|
+
|
731
|
+
.-translate-y-2\/4 {
|
732
|
+
--tw-translate-y: calc(calc(2 / 4 * 100%) * -1);
|
733
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
734
|
+
}
|
735
|
+
|
736
|
+
.translate-x-0 {
|
737
|
+
--tw-translate-x: calc(var(--spacing) * 0);
|
738
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
739
|
+
}
|
740
|
+
|
741
|
+
.transform {
|
742
|
+
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
743
|
+
}
|
744
|
+
|
745
|
+
.resize {
|
746
|
+
resize: both;
|
747
|
+
}
|
748
|
+
|
749
|
+
.flex-col {
|
750
|
+
flex-direction: column;
|
751
|
+
}
|
752
|
+
|
753
|
+
.items-center {
|
754
|
+
align-items: center;
|
755
|
+
}
|
756
|
+
|
757
|
+
.overflow-hidden {
|
758
|
+
overflow: hidden;
|
759
|
+
}
|
760
|
+
|
761
|
+
.rounded-lg {
|
762
|
+
border-radius: var(--radius-lg);
|
763
|
+
}
|
764
|
+
|
765
|
+
.border {
|
766
|
+
border-style: var(--tw-border-style);
|
767
|
+
border-width: 1px;
|
768
|
+
}
|
769
|
+
|
770
|
+
.border-b {
|
771
|
+
border-bottom-style: var(--tw-border-style);
|
772
|
+
border-bottom-width: 1px;
|
773
|
+
}
|
774
|
+
|
775
|
+
.border-dotted {
|
776
|
+
--tw-border-style: dotted;
|
777
|
+
border-style: dotted;
|
778
|
+
}
|
779
|
+
|
780
|
+
.border-solid {
|
781
|
+
--tw-border-style: solid;
|
782
|
+
border-style: solid;
|
783
|
+
}
|
784
|
+
|
785
|
+
.border-\[\#000000\] {
|
786
|
+
border-color: #000;
|
787
|
+
}
|
788
|
+
|
789
|
+
.border-b-\[\#666\] {
|
790
|
+
border-bottom-color: #666;
|
791
|
+
}
|
792
|
+
|
793
|
+
.bg-\[\#009cdc\] {
|
794
|
+
background-color: #009cdc;
|
795
|
+
}
|
796
|
+
|
797
|
+
.bg-\[\#444444\] {
|
798
|
+
background-color: #444;
|
799
|
+
}
|
800
|
+
|
801
|
+
.bg-\[\#eeeeee\] {
|
802
|
+
background-color: #eee;
|
803
|
+
}
|
804
|
+
|
805
|
+
.bg-gray-100 {
|
806
|
+
background-color: var(--color-gray-100);
|
807
|
+
}
|
808
|
+
|
809
|
+
.p-5 {
|
810
|
+
padding: calc(var(--spacing) * 5);
|
811
|
+
}
|
812
|
+
|
813
|
+
.px-5 {
|
814
|
+
padding-inline: calc(var(--spacing) * 5);
|
815
|
+
}
|
816
|
+
|
817
|
+
.py-2\.5 {
|
818
|
+
padding-block: calc(var(--spacing) * 2.5);
|
819
|
+
}
|
820
|
+
|
821
|
+
.text-left {
|
822
|
+
text-align: left;
|
823
|
+
}
|
824
|
+
|
825
|
+
.text-\[22px\] {
|
826
|
+
font-size: 22px;
|
827
|
+
}
|
828
|
+
|
829
|
+
.font-bold {
|
830
|
+
--tw-font-weight: var(--font-weight-bold);
|
831
|
+
font-weight: var(--font-weight-bold);
|
832
|
+
}
|
833
|
+
|
834
|
+
.text-\[\#EEEEEE\] {
|
835
|
+
color: #eee;
|
836
|
+
}
|
837
|
+
|
838
|
+
.text-\[white\] {
|
839
|
+
color: #fff;
|
840
|
+
}
|
841
|
+
|
842
|
+
.opacity-0 {
|
843
|
+
opacity: 0;
|
844
|
+
}
|
845
|
+
|
846
|
+
.shadow-\[0_1px_8px_\#000000\] {
|
847
|
+
--tw-shadow: 0 1px 8px var(--tw-shadow-color, #000);
|
848
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
849
|
+
}
|
850
|
+
|
851
|
+
.shadow-\[0_1px_8px_rgba\(0\,0\,0\,0\.5\)\] {
|
852
|
+
--tw-shadow: 0 1px 8px var(--tw-shadow-color, #00000080);
|
853
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
854
|
+
}
|
855
|
+
|
856
|
+
.blur {
|
857
|
+
--tw-blur: blur(8px);
|
858
|
+
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, );
|
859
|
+
}
|
860
|
+
|
861
|
+
.filter {
|
862
|
+
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, );
|
863
|
+
}
|
864
|
+
|
865
|
+
.transition {
|
866
|
+
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;
|
867
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
868
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
869
|
+
}
|
870
|
+
|
871
|
+
.transition-opacity {
|
872
|
+
transition-property: opacity;
|
873
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
874
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
875
|
+
}
|
876
|
+
|
877
|
+
.duration-\[0\.8s\] {
|
878
|
+
--tw-duration: .8s;
|
879
|
+
transition-duration: .8s;
|
880
|
+
}
|
881
|
+
|
882
|
+
.ease-in {
|
883
|
+
--tw-ease: var(--ease-in);
|
884
|
+
transition-timing-function: var(--ease-in);
|
885
|
+
}
|
886
|
+
|
887
|
+
.ease-out {
|
888
|
+
--tw-ease: var(--ease-out);
|
889
|
+
transition-timing-function: var(--ease-out);
|
890
|
+
}
|
891
|
+
|
892
|
+
.\[useCountdown\:DEPRECATED\] {
|
893
|
+
useCountdown: DEPRECATED;
|
894
|
+
}
|
895
|
+
|
896
|
+
.after\:absolute:after {
|
897
|
+
content: var(--tw-content);
|
898
|
+
position: absolute;
|
899
|
+
}
|
900
|
+
|
901
|
+
.after\:top-2\/4:after {
|
902
|
+
content: var(--tw-content);
|
903
|
+
top: 50%;
|
904
|
+
}
|
905
|
+
|
906
|
+
.after\:left-0:after {
|
907
|
+
content: var(--tw-content);
|
908
|
+
left: calc(var(--spacing) * 0);
|
909
|
+
}
|
910
|
+
|
911
|
+
.after\:left-2\/4:after {
|
912
|
+
content: var(--tw-content);
|
913
|
+
left: 50%;
|
914
|
+
}
|
915
|
+
|
916
|
+
.after\:-translate-x-2\/4:after {
|
917
|
+
content: var(--tw-content);
|
918
|
+
--tw-translate-x: calc(calc(2 / 4 * 100%) * -1);
|
919
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
920
|
+
}
|
921
|
+
|
922
|
+
.after\:-translate-y-2\/4:after {
|
923
|
+
content: var(--tw-content);
|
924
|
+
--tw-translate-y: calc(calc(2 / 4 * 100%) * -1);
|
925
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
926
|
+
}
|
927
|
+
|
928
|
+
.after\:translate-x-2\/4:after {
|
929
|
+
content: var(--tw-content);
|
930
|
+
--tw-translate-x: calc(2 / 4 * 100%);
|
931
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
932
|
+
}
|
933
|
+
|
934
|
+
.after\:translate-y-2\/4:after {
|
935
|
+
content: var(--tw-content);
|
936
|
+
--tw-translate-y: calc(2 / 4 * 100%);
|
937
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
938
|
+
}
|
939
|
+
|
940
|
+
.after\:-rotate-45:after {
|
941
|
+
content: var(--tw-content);
|
942
|
+
rotate: -45deg;
|
943
|
+
}
|
944
|
+
|
945
|
+
.after\:rotate-45:after {
|
946
|
+
content: var(--tw-content);
|
947
|
+
rotate: 45deg;
|
948
|
+
}
|
949
|
+
|
950
|
+
.after\:content-\[\'\'\]:after {
|
951
|
+
content: var(--tw-content);
|
952
|
+
--tw-content: "";
|
953
|
+
content: var(--tw-content);
|
954
|
+
}
|
955
|
+
|
956
|
+
.\[\&_td\]\:h-\[7rem\] td {
|
957
|
+
height: 7rem;
|
958
|
+
}
|
959
|
+
|
960
|
+
.\[\&_td\]\:w-\[7rem\] td {
|
961
|
+
width: 7rem;
|
962
|
+
}
|
963
|
+
|
964
|
+
.\[\&_td\]\:text-center td {
|
965
|
+
text-align: center;
|
966
|
+
}
|
967
|
+
|
968
|
+
.\[\&\:hover_\.tpcontents\]\:visible:hover .tpcontents {
|
969
|
+
visibility: visible;
|
970
|
+
}
|
971
|
+
|
972
|
+
.\[\&\:hover_\.tpcontents\]\:opacity-100:hover .tpcontents {
|
973
|
+
opacity: 1;
|
974
|
+
}
|
975
|
+
}
|
976
|
+
|
977
|
+
@keyframes spin {
|
978
|
+
to {
|
979
|
+
transform: rotate(360deg);
|
980
|
+
}
|
981
|
+
}
|
982
|
+
|
983
|
+
@keyframes ping {
|
984
|
+
75%, 100% {
|
985
|
+
opacity: 0;
|
986
|
+
transform: scale(2);
|
987
|
+
}
|
988
|
+
}
|
989
|
+
|
990
|
+
@keyframes pulse {
|
991
|
+
50% {
|
992
|
+
opacity: .5;
|
993
|
+
}
|
994
|
+
}
|
995
|
+
|
996
|
+
@keyframes bounce {
|
997
|
+
0%, 100% {
|
998
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
999
|
+
transform: translateY(-25%);
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
50% {
|
1003
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
1004
|
+
transform: none;
|
1005
|
+
}
|
1006
|
+
}
|
1007
|
+
|
1008
|
+
@property --tw-translate-x {
|
1009
|
+
syntax: "*";
|
1010
|
+
inherits: false;
|
1011
|
+
initial-value: 0;
|
1012
|
+
}
|
1013
|
+
|
1014
|
+
@property --tw-translate-y {
|
1015
|
+
syntax: "*";
|
1016
|
+
inherits: false;
|
1017
|
+
initial-value: 0;
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
@property --tw-translate-z {
|
1021
|
+
syntax: "*";
|
1022
|
+
inherits: false;
|
1023
|
+
initial-value: 0;
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
@property --tw-rotate-x {
|
1027
|
+
syntax: "*";
|
1028
|
+
inherits: false;
|
1029
|
+
initial-value: rotateX(0);
|
1030
|
+
}
|
1031
|
+
|
1032
|
+
@property --tw-rotate-y {
|
1033
|
+
syntax: "*";
|
1034
|
+
inherits: false;
|
1035
|
+
initial-value: rotateY(0);
|
1036
|
+
}
|
1037
|
+
|
1038
|
+
@property --tw-rotate-z {
|
1039
|
+
syntax: "*";
|
1040
|
+
inherits: false;
|
1041
|
+
initial-value: rotateZ(0);
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
@property --tw-skew-x {
|
1045
|
+
syntax: "*";
|
1046
|
+
inherits: false;
|
1047
|
+
initial-value: skewX(0);
|
1048
|
+
}
|
1049
|
+
|
1050
|
+
@property --tw-skew-y {
|
1051
|
+
syntax: "*";
|
1052
|
+
inherits: false;
|
1053
|
+
initial-value: skewY(0);
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
@property --tw-border-style {
|
1057
|
+
syntax: "*";
|
1058
|
+
inherits: false;
|
1059
|
+
initial-value: solid;
|
1060
|
+
}
|
1061
|
+
|
1062
|
+
@property --tw-font-weight {
|
1063
|
+
syntax: "*";
|
1064
|
+
inherits: false
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
@property --tw-shadow {
|
1068
|
+
syntax: "*";
|
1069
|
+
inherits: false;
|
1070
|
+
initial-value: 0 0 #0000;
|
1071
|
+
}
|
1072
|
+
|
1073
|
+
@property --tw-shadow-color {
|
1074
|
+
syntax: "*";
|
1075
|
+
inherits: false
|
1076
|
+
}
|
1077
|
+
|
1078
|
+
@property --tw-inset-shadow {
|
1079
|
+
syntax: "*";
|
1080
|
+
inherits: false;
|
1081
|
+
initial-value: 0 0 #0000;
|
1082
|
+
}
|
1083
|
+
|
1084
|
+
@property --tw-inset-shadow-color {
|
1085
|
+
syntax: "*";
|
1086
|
+
inherits: false
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
@property --tw-ring-color {
|
1090
|
+
syntax: "*";
|
1091
|
+
inherits: false
|
1092
|
+
}
|
1093
|
+
|
1094
|
+
@property --tw-ring-shadow {
|
1095
|
+
syntax: "*";
|
1096
|
+
inherits: false;
|
1097
|
+
initial-value: 0 0 #0000;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
@property --tw-inset-ring-color {
|
1101
|
+
syntax: "*";
|
1102
|
+
inherits: false
|
1103
|
+
}
|
1104
|
+
|
1105
|
+
@property --tw-inset-ring-shadow {
|
1106
|
+
syntax: "*";
|
1107
|
+
inherits: false;
|
1108
|
+
initial-value: 0 0 #0000;
|
1109
|
+
}
|
1110
|
+
|
1111
|
+
@property --tw-ring-inset {
|
1112
|
+
syntax: "*";
|
1113
|
+
inherits: false
|
1114
|
+
}
|
1115
|
+
|
1116
|
+
@property --tw-ring-offset-width {
|
1117
|
+
syntax: "<length>";
|
1118
|
+
inherits: false;
|
1119
|
+
initial-value: 0;
|
1120
|
+
}
|
1121
|
+
|
1122
|
+
@property --tw-ring-offset-color {
|
1123
|
+
syntax: "*";
|
1124
|
+
inherits: false;
|
1125
|
+
initial-value: #fff;
|
1126
|
+
}
|
1127
|
+
|
1128
|
+
@property --tw-ring-offset-shadow {
|
1129
|
+
syntax: "*";
|
1130
|
+
inherits: false;
|
1131
|
+
initial-value: 0 0 #0000;
|
1132
|
+
}
|
1133
|
+
|
1134
|
+
@property --tw-blur {
|
1135
|
+
syntax: "*";
|
1136
|
+
inherits: false
|
1137
|
+
}
|
1138
|
+
|
1139
|
+
@property --tw-brightness {
|
1140
|
+
syntax: "*";
|
1141
|
+
inherits: false
|
1142
|
+
}
|
1143
|
+
|
1144
|
+
@property --tw-contrast {
|
1145
|
+
syntax: "*";
|
1146
|
+
inherits: false
|
1147
|
+
}
|
1148
|
+
|
1149
|
+
@property --tw-grayscale {
|
1150
|
+
syntax: "*";
|
1151
|
+
inherits: false
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
@property --tw-hue-rotate {
|
1155
|
+
syntax: "*";
|
1156
|
+
inherits: false
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
@property --tw-invert {
|
1160
|
+
syntax: "*";
|
1161
|
+
inherits: false
|
1162
|
+
}
|
1163
|
+
|
1164
|
+
@property --tw-opacity {
|
1165
|
+
syntax: "*";
|
1166
|
+
inherits: false
|
1167
|
+
}
|
1168
|
+
|
1169
|
+
@property --tw-saturate {
|
1170
|
+
syntax: "*";
|
1171
|
+
inherits: false
|
1172
|
+
}
|
1173
|
+
|
1174
|
+
@property --tw-sepia {
|
1175
|
+
syntax: "*";
|
1176
|
+
inherits: false
|
1177
|
+
}
|
1178
|
+
|
1179
|
+
@property --tw-duration {
|
1180
|
+
syntax: "*";
|
1181
|
+
inherits: false
|
1182
|
+
}
|
1183
|
+
|
1184
|
+
@property --tw-ease {
|
1185
|
+
syntax: "*";
|
1186
|
+
inherits: false
|
1187
|
+
}
|
1188
|
+
|
1189
|
+
@property --tw-content {
|
1190
|
+
syntax: "*";
|
1191
|
+
inherits: false;
|
1192
|
+
initial-value: "";
|
1193
|
+
}
|