payload-richtext-tiptap 0.0.15 → 0.0.17
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/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.js +1 -0
- package/dist/src/fields/TiptapEditor/extensions/ImageBlock/ImageBlock.js.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/SlashCommand/SlashCommand.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/SlashCommand/SlashCommand.js +1 -0
- package/dist/src/fields/TiptapEditor/extensions/SlashCommand/SlashCommand.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.js +1 -0
- package/dist/src/fields/TiptapEditor/features/Sidebar/Sidebar.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Tooltip/index.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Tooltip/index.js +1 -0
- package/dist/src/fields/TiptapEditor/features/ui/Tooltip/index.js.map +1 -1
- package/dist/src/styles.css +377 -2685
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -3
package/dist/src/styles.css
CHANGED
|
@@ -1,3978 +1,1670 @@
|
|
|
1
|
-
.\!container {
|
|
2
|
-
width: 100% !important;
|
|
3
|
-
margin-right: auto !important;
|
|
4
|
-
margin-left: auto !important;
|
|
5
|
-
padding-right: 2rem !important;
|
|
6
|
-
padding-left: 2rem !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.container {
|
|
10
|
-
width: 100%;
|
|
11
|
-
margin-right: auto;
|
|
12
|
-
margin-left: auto;
|
|
13
|
-
padding-right: 2rem;
|
|
14
|
-
padding-left: 2rem;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@media (min-width: 1400px) {
|
|
18
|
-
.\!container {
|
|
19
|
-
max-width: 1400px !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.container {
|
|
23
|
-
max-width: 1400px;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.aspect-h-9 {
|
|
28
|
-
--tw-aspect-h: 9;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.aspect-w-16 {
|
|
32
|
-
position: relative;
|
|
33
|
-
padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
|
|
34
|
-
--tw-aspect-w: 16;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.aspect-w-16 > * {
|
|
38
|
-
position: absolute;
|
|
39
|
-
height: 100%;
|
|
40
|
-
width: 100%;
|
|
41
|
-
top: 0;
|
|
42
|
-
right: 0;
|
|
43
|
-
bottom: 0;
|
|
44
|
-
left: 0;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.prose {
|
|
48
|
-
color: var(--tw-prose-body);
|
|
49
|
-
max-width: 65ch;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
53
|
-
margin-top: 1.25em;
|
|
54
|
-
margin-bottom: 1.25em;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
58
|
-
color: var(--tw-prose-lead);
|
|
59
|
-
font-size: 1.25em;
|
|
60
|
-
line-height: 1.6;
|
|
61
|
-
margin-top: 1.2em;
|
|
62
|
-
margin-bottom: 1.2em;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
66
|
-
color: var(--tw-prose-links);
|
|
67
|
-
text-decoration: underline;
|
|
68
|
-
font-weight: 500;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
72
|
-
color: var(--tw-prose-bold);
|
|
73
|
-
font-weight: 600;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
77
|
-
color: inherit;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
81
|
-
color: inherit;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
85
|
-
color: inherit;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
89
|
-
list-style-type: decimal;
|
|
90
|
-
margin-top: 1.25em;
|
|
91
|
-
margin-bottom: 1.25em;
|
|
92
|
-
padding-inline-start: 1.625em;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
96
|
-
list-style-type: upper-alpha;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
100
|
-
list-style-type: lower-alpha;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
104
|
-
list-style-type: upper-alpha;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
108
|
-
list-style-type: lower-alpha;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
112
|
-
list-style-type: upper-roman;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
116
|
-
list-style-type: lower-roman;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
120
|
-
list-style-type: upper-roman;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
124
|
-
list-style-type: lower-roman;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
128
|
-
list-style-type: decimal;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
132
|
-
list-style-type: disc;
|
|
133
|
-
margin-top: 1.25em;
|
|
134
|
-
margin-bottom: 1.25em;
|
|
135
|
-
padding-inline-start: 1.625em;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
139
|
-
font-weight: 400;
|
|
140
|
-
color: var(--tw-prose-counters);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
144
|
-
color: var(--tw-prose-bullets);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
148
|
-
color: var(--tw-prose-headings);
|
|
149
|
-
font-weight: 600;
|
|
150
|
-
margin-top: 1.25em;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
154
|
-
border-color: var(--tw-prose-hr);
|
|
155
|
-
border-top-width: 1px;
|
|
156
|
-
margin-top: 3em;
|
|
157
|
-
margin-bottom: 3em;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
161
|
-
font-weight: 500;
|
|
162
|
-
font-style: italic;
|
|
163
|
-
color: var(--tw-prose-quotes);
|
|
164
|
-
border-inline-start-width: 0.25rem;
|
|
165
|
-
border-inline-start-color: var(--tw-prose-quote-borders);
|
|
166
|
-
quotes: "\201C""\201D""\2018""\2019";
|
|
167
|
-
margin-top: 1.6em;
|
|
168
|
-
margin-bottom: 1.6em;
|
|
169
|
-
padding-inline-start: 1em;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
173
|
-
content: open-quote;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
177
|
-
content: close-quote;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
181
|
-
color: var(--tw-prose-headings);
|
|
182
|
-
font-weight: 800;
|
|
183
|
-
font-size: 2.25em;
|
|
184
|
-
margin-top: 0;
|
|
185
|
-
margin-bottom: 0.8888889em;
|
|
186
|
-
line-height: 1.1111111;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
190
|
-
font-weight: 900;
|
|
191
|
-
color: inherit;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
195
|
-
color: var(--tw-prose-headings);
|
|
196
|
-
font-weight: 700;
|
|
197
|
-
font-size: 1.5em;
|
|
198
|
-
margin-top: 2em;
|
|
199
|
-
margin-bottom: 1em;
|
|
200
|
-
line-height: 1.3333333;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
204
|
-
font-weight: 800;
|
|
205
|
-
color: inherit;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
209
|
-
color: var(--tw-prose-headings);
|
|
210
|
-
font-weight: 600;
|
|
211
|
-
font-size: 1.25em;
|
|
212
|
-
margin-top: 1.6em;
|
|
213
|
-
margin-bottom: 0.6em;
|
|
214
|
-
line-height: 1.6;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
218
|
-
font-weight: 700;
|
|
219
|
-
color: inherit;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
223
|
-
color: var(--tw-prose-headings);
|
|
224
|
-
font-weight: 600;
|
|
225
|
-
margin-top: 1.5em;
|
|
226
|
-
margin-bottom: 0.5em;
|
|
227
|
-
line-height: 1.5;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
231
|
-
font-weight: 700;
|
|
232
|
-
color: inherit;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
236
|
-
margin-top: 2em;
|
|
237
|
-
margin-bottom: 2em;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
241
|
-
display: block;
|
|
242
|
-
margin-top: 2em;
|
|
243
|
-
margin-bottom: 2em;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
247
|
-
margin-top: 2em;
|
|
248
|
-
margin-bottom: 2em;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
252
|
-
font-weight: 500;
|
|
253
|
-
font-family: inherit;
|
|
254
|
-
color: var(--tw-prose-kbd);
|
|
255
|
-
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
|
|
256
|
-
font-size: 0.875em;
|
|
257
|
-
border-radius: 0.3125rem;
|
|
258
|
-
padding-top: 0.1875em;
|
|
259
|
-
padding-inline-end: 0.375em;
|
|
260
|
-
padding-bottom: 0.1875em;
|
|
261
|
-
padding-inline-start: 0.375em;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
265
|
-
color: var(--tw-prose-code);
|
|
266
|
-
font-weight: 600;
|
|
267
|
-
font-size: 0.875em;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
271
|
-
content: "`";
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
275
|
-
content: "`";
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
279
|
-
color: inherit;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
283
|
-
color: inherit;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
287
|
-
color: inherit;
|
|
288
|
-
font-size: 0.875em;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
292
|
-
color: inherit;
|
|
293
|
-
font-size: 0.9em;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
297
|
-
color: inherit;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
301
|
-
color: inherit;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
305
|
-
color: inherit;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
309
|
-
color: var(--tw-prose-pre-code);
|
|
310
|
-
background-color: var(--tw-prose-pre-bg);
|
|
311
|
-
overflow-x: auto;
|
|
312
|
-
font-weight: 400;
|
|
313
|
-
font-size: 0.875em;
|
|
314
|
-
line-height: 1.7142857;
|
|
315
|
-
margin-top: 1.7142857em;
|
|
316
|
-
margin-bottom: 1.7142857em;
|
|
317
|
-
border-radius: 0.375rem;
|
|
318
|
-
padding-top: 0.8571429em;
|
|
319
|
-
padding-inline-end: 1.1428571em;
|
|
320
|
-
padding-bottom: 0.8571429em;
|
|
321
|
-
padding-inline-start: 1.1428571em;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
325
|
-
background-color: transparent;
|
|
326
|
-
border-width: 0;
|
|
327
|
-
border-radius: 0;
|
|
328
|
-
padding: 0;
|
|
329
|
-
font-weight: inherit;
|
|
330
|
-
color: inherit;
|
|
331
|
-
font-size: inherit;
|
|
332
|
-
font-family: inherit;
|
|
333
|
-
line-height: inherit;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
337
|
-
content: none;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
341
|
-
content: none;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
345
|
-
width: 100%;
|
|
346
|
-
table-layout: auto;
|
|
347
|
-
text-align: start;
|
|
348
|
-
margin-top: 2em;
|
|
349
|
-
margin-bottom: 2em;
|
|
350
|
-
font-size: 0.875em;
|
|
351
|
-
line-height: 1.7142857;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
355
|
-
border-bottom-width: 1px;
|
|
356
|
-
border-bottom-color: var(--tw-prose-th-borders);
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
360
|
-
color: var(--tw-prose-headings);
|
|
361
|
-
font-weight: 600;
|
|
362
|
-
vertical-align: bottom;
|
|
363
|
-
padding-inline-end: 0.5714286em;
|
|
364
|
-
padding-bottom: 0.5714286em;
|
|
365
|
-
padding-inline-start: 0.5714286em;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
369
|
-
border-bottom-width: 1px;
|
|
370
|
-
border-bottom-color: var(--tw-prose-td-borders);
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
374
|
-
border-bottom-width: 0;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
378
|
-
vertical-align: baseline;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
382
|
-
border-top-width: 1px;
|
|
383
|
-
border-top-color: var(--tw-prose-th-borders);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
387
|
-
vertical-align: top;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
391
|
-
margin-top: 0;
|
|
392
|
-
margin-bottom: 0;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
396
|
-
color: var(--tw-prose-captions);
|
|
397
|
-
font-size: 0.875em;
|
|
398
|
-
line-height: 1.4285714;
|
|
399
|
-
margin-top: 0.8571429em;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.prose {
|
|
403
|
-
--tw-prose-body: #374151;
|
|
404
|
-
--tw-prose-headings: #111827;
|
|
405
|
-
--tw-prose-lead: #4b5563;
|
|
406
|
-
--tw-prose-links: #111827;
|
|
407
|
-
--tw-prose-bold: #111827;
|
|
408
|
-
--tw-prose-counters: #6b7280;
|
|
409
|
-
--tw-prose-bullets: #d1d5db;
|
|
410
|
-
--tw-prose-hr: #e5e7eb;
|
|
411
|
-
--tw-prose-quotes: #111827;
|
|
412
|
-
--tw-prose-quote-borders: #e5e7eb;
|
|
413
|
-
--tw-prose-captions: #6b7280;
|
|
414
|
-
--tw-prose-kbd: #111827;
|
|
415
|
-
--tw-prose-kbd-shadows: 17 24 39;
|
|
416
|
-
--tw-prose-code: #111827;
|
|
417
|
-
--tw-prose-pre-code: #e5e7eb;
|
|
418
|
-
--tw-prose-pre-bg: #1f2937;
|
|
419
|
-
--tw-prose-th-borders: #d1d5db;
|
|
420
|
-
--tw-prose-td-borders: #e5e7eb;
|
|
421
|
-
--tw-prose-invert-body: #d1d5db;
|
|
422
|
-
--tw-prose-invert-headings: #fff;
|
|
423
|
-
--tw-prose-invert-lead: #9ca3af;
|
|
424
|
-
--tw-prose-invert-links: #fff;
|
|
425
|
-
--tw-prose-invert-bold: #fff;
|
|
426
|
-
--tw-prose-invert-counters: #9ca3af;
|
|
427
|
-
--tw-prose-invert-bullets: #4b5563;
|
|
428
|
-
--tw-prose-invert-hr: #374151;
|
|
429
|
-
--tw-prose-invert-quotes: #f3f4f6;
|
|
430
|
-
--tw-prose-invert-quote-borders: #374151;
|
|
431
|
-
--tw-prose-invert-captions: #9ca3af;
|
|
432
|
-
--tw-prose-invert-kbd: #fff;
|
|
433
|
-
--tw-prose-invert-kbd-shadows: 255 255 255;
|
|
434
|
-
--tw-prose-invert-code: #fff;
|
|
435
|
-
--tw-prose-invert-pre-code: #d1d5db;
|
|
436
|
-
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
437
|
-
--tw-prose-invert-th-borders: #4b5563;
|
|
438
|
-
--tw-prose-invert-td-borders: #374151;
|
|
439
|
-
font-size: 1rem;
|
|
440
|
-
line-height: 1.75;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
444
|
-
margin-top: 0;
|
|
445
|
-
margin-bottom: 0;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
449
|
-
margin-top: 0.5em;
|
|
450
|
-
margin-bottom: 0.5em;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
454
|
-
padding-inline-start: 0.375em;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
458
|
-
padding-inline-start: 0.375em;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
462
|
-
margin-top: 0.75em;
|
|
463
|
-
margin-bottom: 0.75em;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
467
|
-
margin-top: 1.25em;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
471
|
-
margin-bottom: 1.25em;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
475
|
-
margin-top: 1.25em;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
479
|
-
margin-bottom: 1.25em;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
483
|
-
margin-top: 0.75em;
|
|
484
|
-
margin-bottom: 0.75em;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
488
|
-
margin-top: 1.25em;
|
|
489
|
-
margin-bottom: 1.25em;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
493
|
-
margin-top: 0.5em;
|
|
494
|
-
padding-inline-start: 1.625em;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
498
|
-
margin-top: 0;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
502
|
-
margin-top: 0;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
506
|
-
margin-top: 0;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
510
|
-
margin-top: 0;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
514
|
-
padding-inline-start: 0;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
518
|
-
padding-inline-end: 0;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
522
|
-
padding-top: 0.5714286em;
|
|
523
|
-
padding-inline-end: 0.5714286em;
|
|
524
|
-
padding-bottom: 0.5714286em;
|
|
525
|
-
padding-inline-start: 0.5714286em;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
529
|
-
padding-inline-start: 0;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
533
|
-
padding-inline-end: 0;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
537
|
-
margin-top: 2em;
|
|
538
|
-
margin-bottom: 2em;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
542
|
-
margin-top: 0;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
546
|
-
margin-bottom: 0;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.prose-sm {
|
|
550
|
-
font-size: 0.875rem;
|
|
551
|
-
line-height: 1.7142857;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
555
|
-
margin-top: 1.1428571em;
|
|
556
|
-
margin-bottom: 1.1428571em;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
560
|
-
font-size: 1.2857143em;
|
|
561
|
-
line-height: 1.5555556;
|
|
562
|
-
margin-top: 0.8888889em;
|
|
563
|
-
margin-bottom: 0.8888889em;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
567
|
-
margin-top: 1.3333333em;
|
|
568
|
-
margin-bottom: 1.3333333em;
|
|
569
|
-
padding-inline-start: 1.1111111em;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
573
|
-
font-size: 2.1428571em;
|
|
574
|
-
margin-top: 0;
|
|
575
|
-
margin-bottom: 0.8em;
|
|
576
|
-
line-height: 1.2;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
580
|
-
font-size: 1.4285714em;
|
|
581
|
-
margin-top: 1.6em;
|
|
582
|
-
margin-bottom: 0.8em;
|
|
583
|
-
line-height: 1.4;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
587
|
-
font-size: 1.2857143em;
|
|
588
|
-
margin-top: 1.5555556em;
|
|
589
|
-
margin-bottom: 0.4444444em;
|
|
590
|
-
line-height: 1.5555556;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
594
|
-
margin-top: 1.4285714em;
|
|
595
|
-
margin-bottom: 0.5714286em;
|
|
596
|
-
line-height: 1.4285714;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
600
|
-
margin-top: 1.7142857em;
|
|
601
|
-
margin-bottom: 1.7142857em;
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
605
|
-
margin-top: 1.7142857em;
|
|
606
|
-
margin-bottom: 1.7142857em;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
610
|
-
margin-top: 0;
|
|
611
|
-
margin-bottom: 0;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
615
|
-
margin-top: 1.7142857em;
|
|
616
|
-
margin-bottom: 1.7142857em;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
620
|
-
font-size: 0.8571429em;
|
|
621
|
-
border-radius: 0.3125rem;
|
|
622
|
-
padding-top: 0.1428571em;
|
|
623
|
-
padding-inline-end: 0.3571429em;
|
|
624
|
-
padding-bottom: 0.1428571em;
|
|
625
|
-
padding-inline-start: 0.3571429em;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
629
|
-
font-size: 0.8571429em;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
633
|
-
font-size: 0.9em;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
637
|
-
font-size: 0.8888889em;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
641
|
-
font-size: 0.8571429em;
|
|
642
|
-
line-height: 1.6666667;
|
|
643
|
-
margin-top: 1.6666667em;
|
|
644
|
-
margin-bottom: 1.6666667em;
|
|
645
|
-
border-radius: 0.25rem;
|
|
646
|
-
padding-top: 0.6666667em;
|
|
647
|
-
padding-inline-end: 1em;
|
|
648
|
-
padding-bottom: 0.6666667em;
|
|
649
|
-
padding-inline-start: 1em;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
653
|
-
margin-top: 1.1428571em;
|
|
654
|
-
margin-bottom: 1.1428571em;
|
|
655
|
-
padding-inline-start: 1.5714286em;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
659
|
-
margin-top: 1.1428571em;
|
|
660
|
-
margin-bottom: 1.1428571em;
|
|
661
|
-
padding-inline-start: 1.5714286em;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
665
|
-
margin-top: 0.2857143em;
|
|
666
|
-
margin-bottom: 0.2857143em;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
670
|
-
padding-inline-start: 0.4285714em;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
674
|
-
padding-inline-start: 0.4285714em;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
678
|
-
margin-top: 0.5714286em;
|
|
679
|
-
margin-bottom: 0.5714286em;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
683
|
-
margin-top: 1.1428571em;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
687
|
-
margin-bottom: 1.1428571em;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
691
|
-
margin-top: 1.1428571em;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
695
|
-
margin-bottom: 1.1428571em;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
699
|
-
margin-top: 0.5714286em;
|
|
700
|
-
margin-bottom: 0.5714286em;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
704
|
-
margin-top: 1.1428571em;
|
|
705
|
-
margin-bottom: 1.1428571em;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
709
|
-
margin-top: 1.1428571em;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
713
|
-
margin-top: 0.2857143em;
|
|
714
|
-
padding-inline-start: 1.5714286em;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
718
|
-
margin-top: 2.8571429em;
|
|
719
|
-
margin-bottom: 2.8571429em;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
723
|
-
margin-top: 0;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
727
|
-
margin-top: 0;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
731
|
-
margin-top: 0;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
735
|
-
margin-top: 0;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
739
|
-
font-size: 0.8571429em;
|
|
740
|
-
line-height: 1.5;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
744
|
-
padding-inline-end: 1em;
|
|
745
|
-
padding-bottom: 0.6666667em;
|
|
746
|
-
padding-inline-start: 1em;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
750
|
-
padding-inline-start: 0;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
754
|
-
padding-inline-end: 0;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
758
|
-
padding-top: 0.6666667em;
|
|
759
|
-
padding-inline-end: 1em;
|
|
760
|
-
padding-bottom: 0.6666667em;
|
|
761
|
-
padding-inline-start: 1em;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
765
|
-
padding-inline-start: 0;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
769
|
-
padding-inline-end: 0;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
773
|
-
margin-top: 1.7142857em;
|
|
774
|
-
margin-bottom: 1.7142857em;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
778
|
-
margin-top: 0;
|
|
779
|
-
margin-bottom: 0;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
783
|
-
font-size: 0.8571429em;
|
|
784
|
-
line-height: 1.3333333;
|
|
785
|
-
margin-top: 0.6666667em;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
789
|
-
margin-top: 0;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
793
|
-
margin-bottom: 0;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
1
|
.pointer-events-none {
|
|
797
|
-
pointer-events: none
|
|
2
|
+
pointer-events: none
|
|
798
3
|
}
|
|
799
4
|
|
|
800
5
|
.visible {
|
|
801
|
-
visibility: visible
|
|
6
|
+
visibility: visible
|
|
802
7
|
}
|
|
803
8
|
|
|
804
9
|
.static {
|
|
805
|
-
position: static
|
|
10
|
+
position: static
|
|
806
11
|
}
|
|
807
12
|
|
|
808
13
|
.fixed {
|
|
809
|
-
position: fixed
|
|
14
|
+
position: fixed
|
|
810
15
|
}
|
|
811
16
|
|
|
812
17
|
.absolute {
|
|
813
|
-
position: absolute
|
|
18
|
+
position: absolute
|
|
814
19
|
}
|
|
815
20
|
|
|
816
21
|
.relative {
|
|
817
|
-
position: relative
|
|
22
|
+
position: relative
|
|
818
23
|
}
|
|
819
24
|
|
|
820
25
|
.sticky {
|
|
821
|
-
position: sticky
|
|
26
|
+
position: sticky
|
|
822
27
|
}
|
|
823
28
|
|
|
824
29
|
.left-0 {
|
|
825
|
-
left: 0px
|
|
30
|
+
left: 0px
|
|
826
31
|
}
|
|
827
32
|
|
|
828
33
|
.right-2 {
|
|
829
|
-
right: 0.5rem
|
|
34
|
+
right: 0.5rem
|
|
830
35
|
}
|
|
831
36
|
|
|
832
37
|
.top-0 {
|
|
833
|
-
top: 0px
|
|
38
|
+
top: 0px
|
|
834
39
|
}
|
|
835
40
|
|
|
836
41
|
.top-1\/2 {
|
|
837
|
-
top: 50
|
|
42
|
+
top: 50%
|
|
838
43
|
}
|
|
839
44
|
|
|
840
45
|
.z-\[9999\] {
|
|
841
|
-
z-index: 9999
|
|
46
|
+
z-index: 9999
|
|
842
47
|
}
|
|
843
48
|
|
|
844
49
|
.z-\[999\] {
|
|
845
|
-
z-index: 999
|
|
50
|
+
z-index: 999
|
|
846
51
|
}
|
|
847
52
|
|
|
848
53
|
.col-\[1\/-1\] {
|
|
849
|
-
grid-column: 1/-1
|
|
54
|
+
grid-column: 1/-1
|
|
850
55
|
}
|
|
851
56
|
|
|
852
57
|
.-m-2 {
|
|
853
|
-
margin: -0.5rem
|
|
58
|
+
margin: -0.5rem
|
|
854
59
|
}
|
|
855
60
|
|
|
856
61
|
.m-0 {
|
|
857
|
-
margin: 0px
|
|
62
|
+
margin: 0px
|
|
858
63
|
}
|
|
859
64
|
|
|
860
65
|
.m-2 {
|
|
861
|
-
margin: 0.5rem
|
|
66
|
+
margin: 0.5rem
|
|
862
67
|
}
|
|
863
68
|
|
|
864
69
|
.mx-1 {
|
|
865
70
|
margin-left: 0.25rem;
|
|
866
|
-
margin-right: 0.25rem
|
|
71
|
+
margin-right: 0.25rem
|
|
867
72
|
}
|
|
868
73
|
|
|
869
74
|
.mx-2 {
|
|
870
75
|
margin-left: 0.5rem;
|
|
871
|
-
margin-right: 0.5rem
|
|
76
|
+
margin-right: 0.5rem
|
|
872
77
|
}
|
|
873
78
|
|
|
874
79
|
.mx-auto {
|
|
875
80
|
margin-left: auto;
|
|
876
|
-
margin-right: auto
|
|
81
|
+
margin-right: auto
|
|
877
82
|
}
|
|
878
83
|
|
|
879
84
|
.my-1 {
|
|
880
85
|
margin-top: 0.25rem;
|
|
881
|
-
margin-bottom: 0.25rem
|
|
86
|
+
margin-bottom: 0.25rem
|
|
882
87
|
}
|
|
883
88
|
|
|
884
89
|
.my-4 {
|
|
885
90
|
margin-top: 1rem;
|
|
886
|
-
margin-bottom: 1rem
|
|
91
|
+
margin-bottom: 1rem
|
|
887
92
|
}
|
|
888
93
|
|
|
889
94
|
.\!mt-0 {
|
|
890
|
-
margin-top: 0px !important
|
|
95
|
+
margin-top: 0px !important
|
|
891
96
|
}
|
|
892
97
|
|
|
893
98
|
.-ml-3 {
|
|
894
|
-
margin-left: -0.75rem
|
|
99
|
+
margin-left: -0.75rem
|
|
895
100
|
}
|
|
896
101
|
|
|
897
102
|
.-ml-6 {
|
|
898
|
-
margin-left: -1.5rem
|
|
103
|
+
margin-left: -1.5rem
|
|
899
104
|
}
|
|
900
105
|
|
|
901
106
|
.mb-0 {
|
|
902
|
-
margin-bottom: 0px
|
|
107
|
+
margin-bottom: 0px
|
|
903
108
|
}
|
|
904
109
|
|
|
905
110
|
.mb-1 {
|
|
906
|
-
margin-bottom: 0.25rem
|
|
111
|
+
margin-bottom: 0.25rem
|
|
907
112
|
}
|
|
908
113
|
|
|
909
114
|
.mb-1\.5 {
|
|
910
|
-
margin-bottom: 0.375rem
|
|
115
|
+
margin-bottom: 0.375rem
|
|
911
116
|
}
|
|
912
117
|
|
|
913
118
|
.mb-2 {
|
|
914
|
-
margin-bottom: 0.5rem
|
|
119
|
+
margin-bottom: 0.5rem
|
|
915
120
|
}
|
|
916
121
|
|
|
917
122
|
.mb-4 {
|
|
918
|
-
margin-bottom: 1rem
|
|
123
|
+
margin-bottom: 1rem
|
|
919
124
|
}
|
|
920
125
|
|
|
921
126
|
.mb-8 {
|
|
922
|
-
margin-bottom: 2rem
|
|
127
|
+
margin-bottom: 2rem
|
|
923
128
|
}
|
|
924
129
|
|
|
925
130
|
.ml-0 {
|
|
926
|
-
margin-left: 0px
|
|
131
|
+
margin-left: 0px
|
|
927
132
|
}
|
|
928
133
|
|
|
929
134
|
.ml-1 {
|
|
930
|
-
margin-left: 0.25rem
|
|
135
|
+
margin-left: 0.25rem
|
|
931
136
|
}
|
|
932
137
|
|
|
933
138
|
.ml-1\.5 {
|
|
934
|
-
margin-left: 0.375rem
|
|
139
|
+
margin-left: 0.375rem
|
|
935
140
|
}
|
|
936
141
|
|
|
937
142
|
.ml-2 {
|
|
938
|
-
margin-left: 0.5rem
|
|
143
|
+
margin-left: 0.5rem
|
|
939
144
|
}
|
|
940
145
|
|
|
941
146
|
.ml-3 {
|
|
942
|
-
margin-left: 0.75rem
|
|
147
|
+
margin-left: 0.75rem
|
|
943
148
|
}
|
|
944
149
|
|
|
945
150
|
.ml-auto {
|
|
946
|
-
margin-left: auto
|
|
151
|
+
margin-left: auto
|
|
947
152
|
}
|
|
948
153
|
|
|
949
154
|
.mr-0 {
|
|
950
|
-
margin-right: 0px
|
|
155
|
+
margin-right: 0px
|
|
951
156
|
}
|
|
952
157
|
|
|
953
158
|
.mr-1 {
|
|
954
|
-
margin-right: 0.25rem
|
|
159
|
+
margin-right: 0.25rem
|
|
955
160
|
}
|
|
956
161
|
|
|
957
162
|
.mr-2 {
|
|
958
|
-
margin-right: 0.5rem
|
|
163
|
+
margin-right: 0.5rem
|
|
959
164
|
}
|
|
960
165
|
|
|
961
166
|
.mr-4 {
|
|
962
|
-
margin-right: 1rem
|
|
167
|
+
margin-right: 1rem
|
|
963
168
|
}
|
|
964
169
|
|
|
965
170
|
.mr-auto {
|
|
966
|
-
margin-right: auto
|
|
171
|
+
margin-right: auto
|
|
967
172
|
}
|
|
968
173
|
|
|
969
174
|
.mt-0 {
|
|
970
|
-
margin-top: 0px
|
|
175
|
+
margin-top: 0px
|
|
971
176
|
}
|
|
972
177
|
|
|
973
178
|
.mt-1 {
|
|
974
|
-
margin-top: 0.25rem
|
|
179
|
+
margin-top: 0.25rem
|
|
975
180
|
}
|
|
976
181
|
|
|
977
182
|
.mt-2 {
|
|
978
|
-
margin-top: 0.5rem
|
|
183
|
+
margin-top: 0.5rem
|
|
979
184
|
}
|
|
980
185
|
|
|
981
186
|
.mt-2\.5 {
|
|
982
|
-
margin-top: 0.625rem
|
|
187
|
+
margin-top: 0.625rem
|
|
983
188
|
}
|
|
984
189
|
|
|
985
190
|
.mt-3 {
|
|
986
|
-
margin-top: 0.75rem
|
|
191
|
+
margin-top: 0.75rem
|
|
987
192
|
}
|
|
988
193
|
|
|
989
194
|
.mt-4 {
|
|
990
|
-
margin-top: 1rem
|
|
195
|
+
margin-top: 1rem
|
|
991
196
|
}
|
|
992
197
|
|
|
993
198
|
.block {
|
|
994
|
-
display: block
|
|
199
|
+
display: block
|
|
995
200
|
}
|
|
996
201
|
|
|
997
202
|
.inline {
|
|
998
|
-
display: inline
|
|
203
|
+
display: inline
|
|
999
204
|
}
|
|
1000
205
|
|
|
1001
206
|
.flex {
|
|
1002
|
-
display: flex
|
|
207
|
+
display: flex
|
|
1003
208
|
}
|
|
1004
209
|
|
|
1005
210
|
.inline-flex {
|
|
1006
|
-
display: inline-flex
|
|
211
|
+
display: inline-flex
|
|
1007
212
|
}
|
|
1008
213
|
|
|
1009
214
|
.table {
|
|
1010
|
-
display: table
|
|
215
|
+
display: table
|
|
1011
216
|
}
|
|
1012
217
|
|
|
1013
218
|
.grid {
|
|
1014
|
-
display: grid
|
|
219
|
+
display: grid
|
|
1015
220
|
}
|
|
1016
221
|
|
|
1017
222
|
.contents {
|
|
1018
|
-
display: contents
|
|
223
|
+
display: contents
|
|
1019
224
|
}
|
|
1020
225
|
|
|
1021
226
|
.\!h-\[120px\] {
|
|
1022
|
-
height: 120px !important
|
|
227
|
+
height: 120px !important
|
|
1023
228
|
}
|
|
1024
229
|
|
|
1025
230
|
.h-0 {
|
|
1026
|
-
height: 0px
|
|
231
|
+
height: 0px
|
|
1027
232
|
}
|
|
1028
233
|
|
|
1029
234
|
.h-1 {
|
|
1030
|
-
height: 0.25rem
|
|
235
|
+
height: 0.25rem
|
|
1031
236
|
}
|
|
1032
237
|
|
|
1033
238
|
.h-1\.5 {
|
|
1034
|
-
height: 0.375rem
|
|
239
|
+
height: 0.375rem
|
|
1035
240
|
}
|
|
1036
241
|
|
|
1037
242
|
.h-12 {
|
|
1038
|
-
height: 3rem
|
|
243
|
+
height: 3rem
|
|
1039
244
|
}
|
|
1040
245
|
|
|
1041
246
|
.h-2 {
|
|
1042
|
-
height: 0.5rem
|
|
247
|
+
height: 0.5rem
|
|
1043
248
|
}
|
|
1044
249
|
|
|
1045
250
|
.h-2\.5 {
|
|
1046
|
-
height: 0.625rem
|
|
251
|
+
height: 0.625rem
|
|
1047
252
|
}
|
|
1048
253
|
|
|
1049
254
|
.h-3 {
|
|
1050
|
-
height: 0.75rem
|
|
255
|
+
height: 0.75rem
|
|
1051
256
|
}
|
|
1052
257
|
|
|
1053
258
|
.h-4 {
|
|
1054
|
-
height: 1rem
|
|
259
|
+
height: 1rem
|
|
1055
260
|
}
|
|
1056
261
|
|
|
1057
262
|
.h-5 {
|
|
1058
|
-
height: 1.25rem
|
|
263
|
+
height: 1.25rem
|
|
1059
264
|
}
|
|
1060
265
|
|
|
1061
266
|
.h-6 {
|
|
1062
|
-
height: 1.5rem
|
|
267
|
+
height: 1.5rem
|
|
1063
268
|
}
|
|
1064
269
|
|
|
1065
270
|
.h-8 {
|
|
1066
|
-
height: 2rem
|
|
271
|
+
height: 2rem
|
|
1067
272
|
}
|
|
1068
273
|
|
|
1069
274
|
.h-\[1px\] {
|
|
1070
|
-
height: 1px
|
|
275
|
+
height: 1px
|
|
1071
276
|
}
|
|
1072
277
|
|
|
1073
278
|
.h-\[4\.5rem\] {
|
|
1074
|
-
height: 4.5rem
|
|
279
|
+
height: 4.5rem
|
|
1075
280
|
}
|
|
1076
281
|
|
|
1077
282
|
.h-\[64px\] {
|
|
1078
|
-
height: 64px
|
|
283
|
+
height: 64px
|
|
1079
284
|
}
|
|
1080
285
|
|
|
1081
286
|
.h-full {
|
|
1082
|
-
height: 100
|
|
287
|
+
height: 100%
|
|
1083
288
|
}
|
|
1084
289
|
|
|
1085
290
|
.max-h-80 {
|
|
1086
|
-
max-height: 20rem
|
|
291
|
+
max-height: 20rem
|
|
1087
292
|
}
|
|
1088
293
|
|
|
1089
294
|
.max-h-\[20rem\] {
|
|
1090
|
-
max-height: 20rem
|
|
295
|
+
max-height: 20rem
|
|
1091
296
|
}
|
|
1092
297
|
|
|
1093
298
|
.max-h-\[400px\] {
|
|
1094
|
-
max-height: 400px
|
|
299
|
+
max-height: 400px
|
|
1095
300
|
}
|
|
1096
301
|
|
|
1097
302
|
.max-h-\[min\(80vh\2c 24rem\)\] {
|
|
1098
|
-
max-height: min(80vh,24rem)
|
|
303
|
+
max-height: min(80vh,24rem)
|
|
1099
304
|
}
|
|
1100
305
|
|
|
1101
306
|
.min-h-\[1\.5rem\] {
|
|
1102
|
-
min-height: 1.5rem
|
|
307
|
+
min-height: 1.5rem
|
|
1103
308
|
}
|
|
1104
309
|
|
|
1105
310
|
.min-h-\[10rem\] {
|
|
1106
|
-
min-height: 10rem
|
|
311
|
+
min-height: 10rem
|
|
1107
312
|
}
|
|
1108
313
|
|
|
1109
314
|
.min-h-full {
|
|
1110
|
-
min-height: 100
|
|
315
|
+
min-height: 100%
|
|
1111
316
|
}
|
|
1112
317
|
|
|
1113
318
|
.\!w-\[212px\] {
|
|
1114
|
-
width: 212px !important
|
|
319
|
+
width: 212px !important
|
|
1115
320
|
}
|
|
1116
321
|
|
|
1117
322
|
.w-0 {
|
|
1118
|
-
width: 0px
|
|
323
|
+
width: 0px
|
|
1119
324
|
}
|
|
1120
325
|
|
|
1121
326
|
.w-1 {
|
|
1122
|
-
width: 0.25rem
|
|
327
|
+
width: 0.25rem
|
|
1123
328
|
}
|
|
1124
329
|
|
|
1125
330
|
.w-1\.5 {
|
|
1126
|
-
width: 0.375rem
|
|
331
|
+
width: 0.375rem
|
|
1127
332
|
}
|
|
1128
333
|
|
|
1129
334
|
.w-12 {
|
|
1130
|
-
width: 3rem
|
|
335
|
+
width: 3rem
|
|
1131
336
|
}
|
|
1132
337
|
|
|
1133
338
|
.w-2 {
|
|
1134
|
-
width: 0.5rem
|
|
339
|
+
width: 0.5rem
|
|
1135
340
|
}
|
|
1136
341
|
|
|
1137
342
|
.w-2\.5 {
|
|
1138
|
-
width: 0.625rem
|
|
343
|
+
width: 0.625rem
|
|
1139
344
|
}
|
|
1140
345
|
|
|
1141
346
|
.w-3 {
|
|
1142
|
-
width: 0.75rem
|
|
347
|
+
width: 0.75rem
|
|
1143
348
|
}
|
|
1144
349
|
|
|
1145
350
|
.w-4 {
|
|
1146
|
-
width: 1rem
|
|
351
|
+
width: 1rem
|
|
1147
352
|
}
|
|
1148
353
|
|
|
1149
354
|
.w-5 {
|
|
1150
|
-
width: 1.25rem
|
|
355
|
+
width: 1.25rem
|
|
1151
356
|
}
|
|
1152
357
|
|
|
1153
358
|
.w-6 {
|
|
1154
|
-
width: 1.5rem
|
|
359
|
+
width: 1.5rem
|
|
1155
360
|
}
|
|
1156
361
|
|
|
1157
362
|
.w-8 {
|
|
1158
|
-
width: 2rem
|
|
363
|
+
width: 2rem
|
|
1159
364
|
}
|
|
1160
365
|
|
|
1161
366
|
.w-80 {
|
|
1162
|
-
width: 20rem
|
|
367
|
+
width: 20rem
|
|
1163
368
|
}
|
|
1164
369
|
|
|
1165
370
|
.w-9 {
|
|
1166
|
-
width: 2.25rem
|
|
371
|
+
width: 2.25rem
|
|
1167
372
|
}
|
|
1168
373
|
|
|
1169
374
|
.w-\[1px\] {
|
|
1170
|
-
width: 1px
|
|
375
|
+
width: 1px
|
|
1171
376
|
}
|
|
1172
377
|
|
|
1173
378
|
.w-\[32px\] {
|
|
1174
|
-
width: 32px
|
|
379
|
+
width: 32px
|
|
1175
380
|
}
|
|
1176
381
|
|
|
1177
382
|
.w-auto {
|
|
1178
|
-
width: auto
|
|
383
|
+
width: auto
|
|
1179
384
|
}
|
|
1180
385
|
|
|
1181
386
|
.w-full {
|
|
1182
|
-
width: 100
|
|
387
|
+
width: 100%
|
|
1183
388
|
}
|
|
1184
389
|
|
|
1185
390
|
.min-w-\[1\.5rem\] {
|
|
1186
|
-
min-width: 1.5rem
|
|
391
|
+
min-width: 1.5rem
|
|
1187
392
|
}
|
|
1188
393
|
|
|
1189
394
|
.min-w-\[12rem\] {
|
|
1190
|
-
min-width: 12rem
|
|
395
|
+
min-width: 12rem
|
|
1191
396
|
}
|
|
1192
397
|
|
|
1193
398
|
.min-w-\[15rem\] {
|
|
1194
|
-
min-width: 15rem
|
|
399
|
+
min-width: 15rem
|
|
1195
400
|
}
|
|
1196
401
|
|
|
1197
402
|
.min-w-\[16rem\] {
|
|
1198
|
-
min-width: 16rem
|
|
403
|
+
min-width: 16rem
|
|
1199
404
|
}
|
|
1200
405
|
|
|
1201
406
|
.min-w-\[20rem\] {
|
|
1202
|
-
min-width: 20rem
|
|
407
|
+
min-width: 20rem
|
|
1203
408
|
}
|
|
1204
409
|
|
|
1205
410
|
.min-w-\[276px\] {
|
|
1206
|
-
min-width: 276px
|
|
411
|
+
min-width: 276px
|
|
1207
412
|
}
|
|
1208
413
|
|
|
1209
414
|
.min-w-\[2rem\] {
|
|
1210
|
-
min-width: 2rem
|
|
415
|
+
min-width: 2rem
|
|
1211
416
|
}
|
|
1212
417
|
|
|
1213
418
|
.min-w-\[300px\] {
|
|
1214
|
-
min-width: 300px
|
|
419
|
+
min-width: 300px
|
|
1215
420
|
}
|
|
1216
421
|
|
|
1217
422
|
.max-w-\[15rem\] {
|
|
1218
|
-
max-width: 15rem
|
|
423
|
+
max-width: 15rem
|
|
1219
424
|
}
|
|
1220
425
|
|
|
1221
426
|
.max-w-\[328px\] {
|
|
1222
|
-
max-width: 328px
|
|
427
|
+
max-width: 328px
|
|
1223
428
|
}
|
|
1224
429
|
|
|
1225
430
|
.max-w-\[4rem\] {
|
|
1226
|
-
max-width: 4rem
|
|
431
|
+
max-width: 4rem
|
|
1227
432
|
}
|
|
1228
433
|
|
|
1229
434
|
.flex-1 {
|
|
1230
|
-
flex: 1 1 0
|
|
435
|
+
flex: 1 1 0%
|
|
1231
436
|
}
|
|
1232
437
|
|
|
1233
438
|
.flex-none {
|
|
1234
|
-
flex: none
|
|
439
|
+
flex: none
|
|
1235
440
|
}
|
|
1236
441
|
|
|
1237
442
|
.shrink-0 {
|
|
1238
|
-
flex-shrink: 0
|
|
443
|
+
flex-shrink: 0
|
|
1239
444
|
}
|
|
1240
445
|
|
|
1241
446
|
.-translate-y-1\/2 {
|
|
1242
447
|
--tw-translate-y: -50%;
|
|
1243
|
-
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))
|
|
448
|
+
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))
|
|
1244
449
|
}
|
|
1245
450
|
|
|
1246
451
|
.translate-x-0 {
|
|
1247
452
|
--tw-translate-x: 0px;
|
|
1248
|
-
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))
|
|
453
|
+
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))
|
|
1249
454
|
}
|
|
1250
455
|
|
|
1251
456
|
.translate-x-3 {
|
|
1252
457
|
--tw-translate-x: 0.75rem;
|
|
1253
|
-
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))
|
|
458
|
+
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))
|
|
1254
459
|
}
|
|
1255
460
|
|
|
1256
461
|
.translate-x-4 {
|
|
1257
462
|
--tw-translate-x: 1rem;
|
|
1258
|
-
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))
|
|
463
|
+
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))
|
|
1259
464
|
}
|
|
1260
465
|
|
|
1261
466
|
@keyframes bounce {
|
|
1262
467
|
0%, 100% {
|
|
1263
468
|
transform: translateY(-25%);
|
|
1264
|
-
animation-timing-function: cubic-bezier(0.8,0,1,1)
|
|
469
|
+
animation-timing-function: cubic-bezier(0.8,0,1,1)
|
|
1265
470
|
}
|
|
1266
471
|
|
|
1267
472
|
50% {
|
|
1268
473
|
transform: none;
|
|
1269
|
-
animation-timing-function: cubic-bezier(0,0,0.2,1)
|
|
474
|
+
animation-timing-function: cubic-bezier(0,0,0.2,1)
|
|
1270
475
|
}
|
|
1271
476
|
}
|
|
1272
477
|
|
|
1273
478
|
.animate-bounce {
|
|
1274
|
-
animation: bounce 1s infinite
|
|
479
|
+
animation: bounce 1s infinite
|
|
1275
480
|
}
|
|
1276
481
|
|
|
1277
482
|
@keyframes spin {
|
|
1278
483
|
to {
|
|
1279
|
-
transform: rotate(360deg)
|
|
484
|
+
transform: rotate(360deg)
|
|
1280
485
|
}
|
|
1281
486
|
}
|
|
1282
487
|
|
|
1283
488
|
.animate-spin {
|
|
1284
|
-
animation: spin 1s linear infinite
|
|
489
|
+
animation: spin 1s linear infinite
|
|
1285
490
|
}
|
|
1286
491
|
|
|
1287
492
|
.cursor-not-allowed {
|
|
1288
|
-
cursor: not-allowed
|
|
493
|
+
cursor: not-allowed
|
|
1289
494
|
}
|
|
1290
495
|
|
|
1291
496
|
.cursor-pointer {
|
|
1292
|
-
cursor: pointer
|
|
497
|
+
cursor: pointer
|
|
1293
498
|
}
|
|
1294
499
|
|
|
1295
500
|
.cursor-text {
|
|
1296
|
-
cursor: text
|
|
501
|
+
cursor: text
|
|
1297
502
|
}
|
|
1298
503
|
|
|
1299
504
|
.touch-none {
|
|
1300
|
-
touch-action: none
|
|
505
|
+
touch-action: none
|
|
1301
506
|
}
|
|
1302
507
|
|
|
1303
508
|
.select-none {
|
|
1304
509
|
-webkit-user-select: none;
|
|
1305
510
|
-moz-user-select: none;
|
|
1306
|
-
user-select: none
|
|
511
|
+
user-select: none
|
|
1307
512
|
}
|
|
1308
513
|
|
|
1309
514
|
.appearance-none {
|
|
1310
515
|
-webkit-appearance: none;
|
|
1311
516
|
-moz-appearance: none;
|
|
1312
|
-
appearance: none
|
|
517
|
+
appearance: none
|
|
1313
518
|
}
|
|
1314
519
|
|
|
1315
520
|
.grid-cols-1 {
|
|
1316
|
-
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
521
|
+
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
1317
522
|
}
|
|
1318
523
|
|
|
1319
524
|
.flex-row {
|
|
1320
|
-
flex-direction: row
|
|
525
|
+
flex-direction: row
|
|
1321
526
|
}
|
|
1322
527
|
|
|
1323
528
|
.flex-col {
|
|
1324
|
-
flex-direction: column
|
|
529
|
+
flex-direction: column
|
|
1325
530
|
}
|
|
1326
531
|
|
|
1327
532
|
.flex-wrap {
|
|
1328
|
-
flex-wrap: wrap
|
|
533
|
+
flex-wrap: wrap
|
|
1329
534
|
}
|
|
1330
535
|
|
|
1331
536
|
.items-start {
|
|
1332
|
-
align-items: flex-start
|
|
537
|
+
align-items: flex-start
|
|
1333
538
|
}
|
|
1334
539
|
|
|
1335
540
|
.items-center {
|
|
1336
|
-
align-items: center
|
|
541
|
+
align-items: center
|
|
1337
542
|
}
|
|
1338
543
|
|
|
1339
544
|
.justify-start {
|
|
1340
|
-
justify-content: flex-start
|
|
545
|
+
justify-content: flex-start
|
|
1341
546
|
}
|
|
1342
547
|
|
|
1343
548
|
.justify-center {
|
|
1344
|
-
justify-content: center
|
|
549
|
+
justify-content: center
|
|
1345
550
|
}
|
|
1346
551
|
|
|
1347
552
|
.justify-between {
|
|
1348
|
-
justify-content: space-between
|
|
553
|
+
justify-content: space-between
|
|
1349
554
|
}
|
|
1350
555
|
|
|
1351
556
|
.gap-0 {
|
|
1352
|
-
gap: 0px
|
|
557
|
+
gap: 0px
|
|
1353
558
|
}
|
|
1354
559
|
|
|
1355
560
|
.gap-0\.5 {
|
|
1356
|
-
gap: 0.125rem
|
|
561
|
+
gap: 0.125rem
|
|
1357
562
|
}
|
|
1358
563
|
|
|
1359
564
|
.gap-1 {
|
|
1360
|
-
gap: 0.25rem
|
|
565
|
+
gap: 0.25rem
|
|
1361
566
|
}
|
|
1362
567
|
|
|
1363
568
|
.gap-2 {
|
|
1364
|
-
gap: 0.5rem
|
|
569
|
+
gap: 0.5rem
|
|
1365
570
|
}
|
|
1366
571
|
|
|
1367
572
|
.gap-x-1 {
|
|
1368
573
|
-moz-column-gap: 0.25rem;
|
|
1369
|
-
column-gap: 0.25rem
|
|
574
|
+
column-gap: 0.25rem
|
|
1370
575
|
}
|
|
1371
576
|
|
|
1372
577
|
.gap-x-1\.5 {
|
|
1373
578
|
-moz-column-gap: 0.375rem;
|
|
1374
|
-
column-gap: 0.375rem
|
|
579
|
+
column-gap: 0.375rem
|
|
1375
580
|
}
|
|
1376
581
|
|
|
1377
582
|
.gap-x-6 {
|
|
1378
583
|
-moz-column-gap: 1.5rem;
|
|
1379
|
-
column-gap: 1.5rem
|
|
584
|
+
column-gap: 1.5rem
|
|
1380
585
|
}
|
|
1381
586
|
|
|
1382
587
|
.gap-y-2 {
|
|
1383
|
-
row-gap: 0.5rem
|
|
588
|
+
row-gap: 0.5rem
|
|
1384
589
|
}
|
|
1385
590
|
|
|
1386
591
|
.overflow-auto {
|
|
1387
|
-
overflow: auto
|
|
592
|
+
overflow: auto
|
|
1388
593
|
}
|
|
1389
594
|
|
|
1390
595
|
.overflow-hidden {
|
|
1391
|
-
overflow: hidden
|
|
596
|
+
overflow: hidden
|
|
1392
597
|
}
|
|
1393
598
|
|
|
1394
599
|
.overflow-visible {
|
|
1395
|
-
overflow: visible
|
|
600
|
+
overflow: visible
|
|
1396
601
|
}
|
|
1397
602
|
|
|
1398
603
|
.overflow-y-visible {
|
|
1399
|
-
overflow-y: visible
|
|
604
|
+
overflow-y: visible
|
|
1400
605
|
}
|
|
1401
606
|
|
|
1402
607
|
.truncate {
|
|
1403
608
|
overflow: hidden;
|
|
1404
609
|
text-overflow: ellipsis;
|
|
1405
|
-
white-space: nowrap
|
|
610
|
+
white-space: nowrap
|
|
1406
611
|
}
|
|
1407
612
|
|
|
1408
613
|
.whitespace-nowrap {
|
|
1409
|
-
white-space: nowrap
|
|
614
|
+
white-space: nowrap
|
|
1410
615
|
}
|
|
1411
616
|
|
|
1412
617
|
.break-all {
|
|
1413
|
-
word-break: break-all
|
|
618
|
+
word-break: break-all
|
|
1414
619
|
}
|
|
1415
620
|
|
|
1416
621
|
.rounded {
|
|
1417
|
-
border-radius: 0.25rem
|
|
622
|
+
border-radius: 0.25rem
|
|
1418
623
|
}
|
|
1419
624
|
|
|
1420
625
|
.rounded-\[inherit\] {
|
|
1421
|
-
border-radius: inherit
|
|
626
|
+
border-radius: inherit
|
|
1422
627
|
}
|
|
1423
628
|
|
|
1424
629
|
.rounded-full {
|
|
1425
|
-
border-radius: 9999px
|
|
630
|
+
border-radius: 9999px
|
|
1426
631
|
}
|
|
1427
632
|
|
|
1428
633
|
.rounded-lg {
|
|
1429
|
-
border-radius: 0.5rem
|
|
634
|
+
border-radius: 0.5rem
|
|
1430
635
|
}
|
|
1431
636
|
|
|
1432
637
|
.rounded-md {
|
|
1433
|
-
border-radius: 0.375rem
|
|
638
|
+
border-radius: 0.375rem
|
|
1434
639
|
}
|
|
1435
640
|
|
|
1436
641
|
.border {
|
|
1437
|
-
border-width: 1px
|
|
642
|
+
border-width: 1px
|
|
1438
643
|
}
|
|
1439
644
|
|
|
1440
645
|
.border-0 {
|
|
1441
|
-
border-width: 0px
|
|
646
|
+
border-width: 0px
|
|
1442
647
|
}
|
|
1443
648
|
|
|
1444
649
|
.border-2 {
|
|
1445
|
-
border-width: 2px
|
|
650
|
+
border-width: 2px
|
|
1446
651
|
}
|
|
1447
652
|
|
|
1448
653
|
.border-b {
|
|
1449
|
-
border-bottom-width: 1px
|
|
654
|
+
border-bottom-width: 1px
|
|
1450
655
|
}
|
|
1451
656
|
|
|
1452
657
|
.border-b-2 {
|
|
1453
|
-
border-bottom-width: 2px
|
|
658
|
+
border-bottom-width: 2px
|
|
1454
659
|
}
|
|
1455
660
|
|
|
1456
661
|
.border-l {
|
|
1457
|
-
border-left-width: 1px
|
|
662
|
+
border-left-width: 1px
|
|
1458
663
|
}
|
|
1459
664
|
|
|
1460
665
|
.border-r {
|
|
1461
|
-
border-right-width: 1px
|
|
666
|
+
border-right-width: 1px
|
|
1462
667
|
}
|
|
1463
668
|
|
|
1464
669
|
.border-s-4 {
|
|
1465
|
-
border-inline-start-width: 4px
|
|
670
|
+
border-inline-start-width: 4px
|
|
1466
671
|
}
|
|
1467
672
|
|
|
1468
673
|
.border-t {
|
|
1469
|
-
border-top-width: 1px
|
|
674
|
+
border-top-width: 1px
|
|
1470
675
|
}
|
|
1471
676
|
|
|
1472
677
|
.border-black {
|
|
1473
678
|
--tw-border-opacity: 1;
|
|
1474
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity))
|
|
679
|
+
border-color: rgb(0 0 0 / var(--tw-border-opacity))
|
|
1475
680
|
}
|
|
1476
681
|
|
|
1477
682
|
.border-black\/10 {
|
|
1478
|
-
border-color: rgb(0 0 0 / 0.1)
|
|
683
|
+
border-color: rgb(0 0 0 / 0.1)
|
|
1479
684
|
}
|
|
1480
685
|
|
|
1481
686
|
.border-current {
|
|
1482
|
-
border-color: currentColor
|
|
687
|
+
border-color: currentColor
|
|
1483
688
|
}
|
|
1484
689
|
|
|
1485
690
|
.border-gray-300 {
|
|
1486
691
|
--tw-border-opacity: 1;
|
|
1487
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
692
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
1488
693
|
}
|
|
1489
694
|
|
|
1490
695
|
.border-neutral-100 {
|
|
1491
696
|
--tw-border-opacity: 1;
|
|
1492
|
-
border-color: rgb(245 245 245 / var(--tw-border-opacity))
|
|
697
|
+
border-color: rgb(245 245 245 / var(--tw-border-opacity))
|
|
1493
698
|
}
|
|
1494
699
|
|
|
1495
700
|
.border-neutral-200 {
|
|
1496
701
|
--tw-border-opacity: 1;
|
|
1497
|
-
border-color: rgb(229 229 229 / var(--tw-border-opacity))
|
|
702
|
+
border-color: rgb(229 229 229 / var(--tw-border-opacity))
|
|
1498
703
|
}
|
|
1499
704
|
|
|
1500
705
|
.border-transparent {
|
|
1501
|
-
border-color: transparent
|
|
706
|
+
border-color: transparent
|
|
1502
707
|
}
|
|
1503
708
|
|
|
1504
709
|
.border-white {
|
|
1505
710
|
--tw-border-opacity: 1;
|
|
1506
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity))
|
|
711
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity))
|
|
1507
712
|
}
|
|
1508
713
|
|
|
1509
714
|
.border-b-black\/10 {
|
|
1510
|
-
border-bottom-color: rgb(0 0 0 / 0.1)
|
|
715
|
+
border-bottom-color: rgb(0 0 0 / 0.1)
|
|
1511
716
|
}
|
|
1512
717
|
|
|
1513
718
|
.border-l-transparent {
|
|
1514
|
-
border-left-color: transparent
|
|
719
|
+
border-left-color: transparent
|
|
1515
720
|
}
|
|
1516
721
|
|
|
1517
722
|
.border-r-neutral-200 {
|
|
1518
723
|
--tw-border-opacity: 1;
|
|
1519
|
-
border-right-color: rgb(229 229 229 / var(--tw-border-opacity))
|
|
724
|
+
border-right-color: rgb(229 229 229 / var(--tw-border-opacity))
|
|
1520
725
|
}
|
|
1521
726
|
|
|
1522
727
|
.border-r-transparent {
|
|
1523
|
-
border-right-color: transparent
|
|
728
|
+
border-right-color: transparent
|
|
1524
729
|
}
|
|
1525
730
|
|
|
1526
731
|
.border-t-transparent {
|
|
1527
|
-
border-top-color: transparent
|
|
732
|
+
border-top-color: transparent
|
|
1528
733
|
}
|
|
1529
734
|
|
|
1530
735
|
.bg-\[\#FFA2A2\] {
|
|
1531
736
|
--tw-bg-opacity: 1;
|
|
1532
|
-
background-color: rgb(255 162 162 / var(--tw-bg-opacity))
|
|
737
|
+
background-color: rgb(255 162 162 / var(--tw-bg-opacity))
|
|
1533
738
|
}
|
|
1534
739
|
|
|
1535
740
|
.bg-black {
|
|
1536
741
|
--tw-bg-opacity: 1;
|
|
1537
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
742
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
1538
743
|
}
|
|
1539
744
|
|
|
1540
745
|
.bg-black\/10 {
|
|
1541
|
-
background-color: rgb(0 0 0 / 0.1)
|
|
746
|
+
background-color: rgb(0 0 0 / 0.1)
|
|
1542
747
|
}
|
|
1543
748
|
|
|
1544
749
|
.bg-black\/5 {
|
|
1545
|
-
background-color: rgb(0 0 0 / 0.05)
|
|
750
|
+
background-color: rgb(0 0 0 / 0.05)
|
|
1546
751
|
}
|
|
1547
752
|
|
|
1548
753
|
.bg-black\/60 {
|
|
1549
|
-
background-color: rgb(0 0 0 / 0.6)
|
|
754
|
+
background-color: rgb(0 0 0 / 0.6)
|
|
1550
755
|
}
|
|
1551
756
|
|
|
1552
757
|
.bg-blue-400 {
|
|
1553
758
|
--tw-bg-opacity: 1;
|
|
1554
|
-
background-color: rgb(96 165 250 / var(--tw-bg-opacity))
|
|
759
|
+
background-color: rgb(96 165 250 / var(--tw-bg-opacity))
|
|
1555
760
|
}
|
|
1556
761
|
|
|
1557
762
|
.bg-blue-500 {
|
|
1558
763
|
--tw-bg-opacity: 1;
|
|
1559
|
-
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
764
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity))
|
|
1560
765
|
}
|
|
1561
766
|
|
|
1562
767
|
.bg-gray-50 {
|
|
1563
768
|
--tw-bg-opacity: 1;
|
|
1564
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
769
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity))
|
|
1565
770
|
}
|
|
1566
771
|
|
|
1567
772
|
.bg-green-400 {
|
|
1568
773
|
--tw-bg-opacity: 1;
|
|
1569
|
-
background-color: rgb(74 222 128 / var(--tw-bg-opacity))
|
|
774
|
+
background-color: rgb(74 222 128 / var(--tw-bg-opacity))
|
|
1570
775
|
}
|
|
1571
776
|
|
|
1572
777
|
.bg-green-500 {
|
|
1573
778
|
--tw-bg-opacity: 1;
|
|
1574
|
-
background-color: rgb(34 197 94 / var(--tw-bg-opacity))
|
|
779
|
+
background-color: rgb(34 197 94 / var(--tw-bg-opacity))
|
|
1575
780
|
}
|
|
1576
781
|
|
|
1577
782
|
.bg-neutral-100 {
|
|
1578
783
|
--tw-bg-opacity: 1;
|
|
1579
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity))
|
|
784
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity))
|
|
1580
785
|
}
|
|
1581
786
|
|
|
1582
787
|
.bg-neutral-200 {
|
|
1583
788
|
--tw-bg-opacity: 1;
|
|
1584
|
-
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
789
|
+
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
1585
790
|
}
|
|
1586
791
|
|
|
1587
792
|
.bg-neutral-50 {
|
|
1588
793
|
--tw-bg-opacity: 1;
|
|
1589
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
794
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
1590
795
|
}
|
|
1591
796
|
|
|
1592
797
|
.bg-neutral-900 {
|
|
1593
798
|
--tw-bg-opacity: 1;
|
|
1594
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
799
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
1595
800
|
}
|
|
1596
801
|
|
|
1597
802
|
.bg-red-400 {
|
|
1598
803
|
--tw-bg-opacity: 1;
|
|
1599
|
-
background-color: rgb(248 113 113 / var(--tw-bg-opacity))
|
|
804
|
+
background-color: rgb(248 113 113 / var(--tw-bg-opacity))
|
|
1600
805
|
}
|
|
1601
806
|
|
|
1602
807
|
.bg-red-500 {
|
|
1603
808
|
--tw-bg-opacity: 1;
|
|
1604
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
809
|
+
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
1605
810
|
}
|
|
1606
811
|
|
|
1607
812
|
.bg-slate-100 {
|
|
1608
813
|
--tw-bg-opacity: 1;
|
|
1609
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity))
|
|
814
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity))
|
|
1610
815
|
}
|
|
1611
816
|
|
|
1612
817
|
.bg-transparent {
|
|
1613
|
-
background-color: transparent
|
|
818
|
+
background-color: transparent
|
|
1614
819
|
}
|
|
1615
820
|
|
|
1616
821
|
.bg-white {
|
|
1617
822
|
--tw-bg-opacity: 1;
|
|
1618
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
823
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
1619
824
|
}
|
|
1620
825
|
|
|
1621
826
|
.bg-yellow-400 {
|
|
1622
827
|
--tw-bg-opacity: 1;
|
|
1623
|
-
background-color: rgb(250 204 21 / var(--tw-bg-opacity))
|
|
828
|
+
background-color: rgb(250 204 21 / var(--tw-bg-opacity))
|
|
1624
829
|
}
|
|
1625
830
|
|
|
1626
831
|
.bg-yellow-500 {
|
|
1627
832
|
--tw-bg-opacity: 1;
|
|
1628
|
-
background-color: rgb(234 179 8 / var(--tw-bg-opacity))
|
|
833
|
+
background-color: rgb(234 179 8 / var(--tw-bg-opacity))
|
|
1629
834
|
}
|
|
1630
835
|
|
|
1631
836
|
.bg-zinc-100 {
|
|
1632
837
|
--tw-bg-opacity: 1;
|
|
1633
|
-
background-color: rgb(244 244 245 / var(--tw-bg-opacity))
|
|
838
|
+
background-color: rgb(244 244 245 / var(--tw-bg-opacity))
|
|
1634
839
|
}
|
|
1635
840
|
|
|
1636
841
|
.bg-opacity-10 {
|
|
1637
|
-
--tw-bg-opacity: 0.1
|
|
842
|
+
--tw-bg-opacity: 0.1
|
|
1638
843
|
}
|
|
1639
844
|
|
|
1640
845
|
.bg-opacity-80 {
|
|
1641
|
-
--tw-bg-opacity: 0.8
|
|
846
|
+
--tw-bg-opacity: 0.8
|
|
1642
847
|
}
|
|
1643
848
|
|
|
1644
849
|
.fill-neutral-300 {
|
|
1645
|
-
fill: #d4d4d4
|
|
850
|
+
fill: #d4d4d4
|
|
1646
851
|
}
|
|
1647
852
|
|
|
1648
853
|
.object-cover {
|
|
1649
854
|
-o-object-fit: cover;
|
|
1650
|
-
object-fit: cover
|
|
855
|
+
object-fit: cover
|
|
1651
856
|
}
|
|
1652
857
|
|
|
1653
858
|
.p-0 {
|
|
1654
|
-
padding: 0px
|
|
859
|
+
padding: 0px
|
|
1655
860
|
}
|
|
1656
861
|
|
|
1657
862
|
.p-1 {
|
|
1658
|
-
padding: 0.25rem
|
|
863
|
+
padding: 0.25rem
|
|
1659
864
|
}
|
|
1660
865
|
|
|
1661
866
|
.p-1\.5 {
|
|
1662
|
-
padding: 0.375rem
|
|
867
|
+
padding: 0.375rem
|
|
1663
868
|
}
|
|
1664
869
|
|
|
1665
870
|
.p-2 {
|
|
1666
|
-
padding: 0.5rem
|
|
871
|
+
padding: 0.5rem
|
|
1667
872
|
}
|
|
1668
873
|
|
|
1669
874
|
.p-4 {
|
|
1670
|
-
padding: 1rem
|
|
875
|
+
padding: 1rem
|
|
1671
876
|
}
|
|
1672
877
|
|
|
1673
878
|
.p-8 {
|
|
1674
|
-
padding: 2rem
|
|
879
|
+
padding: 2rem
|
|
1675
880
|
}
|
|
1676
881
|
|
|
1677
882
|
.p-\[0\.2rem\] {
|
|
1678
|
-
padding: 0.2rem
|
|
883
|
+
padding: 0.2rem
|
|
1679
884
|
}
|
|
1680
885
|
|
|
1681
886
|
.p-\[1px\] {
|
|
1682
|
-
padding: 1px
|
|
887
|
+
padding: 1px
|
|
1683
888
|
}
|
|
1684
889
|
|
|
1685
890
|
.px-0 {
|
|
1686
891
|
padding-left: 0px;
|
|
1687
|
-
padding-right: 0px
|
|
892
|
+
padding-right: 0px
|
|
1688
893
|
}
|
|
1689
894
|
|
|
1690
895
|
.px-0\.5 {
|
|
1691
896
|
padding-left: 0.125rem;
|
|
1692
|
-
padding-right: 0.125rem
|
|
897
|
+
padding-right: 0.125rem
|
|
1693
898
|
}
|
|
1694
899
|
|
|
1695
900
|
.px-1 {
|
|
1696
901
|
padding-left: 0.25rem;
|
|
1697
|
-
padding-right: 0.25rem
|
|
902
|
+
padding-right: 0.25rem
|
|
1698
903
|
}
|
|
1699
904
|
|
|
1700
905
|
.px-1\.5 {
|
|
1701
906
|
padding-left: 0.375rem;
|
|
1702
|
-
padding-right: 0.375rem
|
|
907
|
+
padding-right: 0.375rem
|
|
1703
908
|
}
|
|
1704
909
|
|
|
1705
910
|
.px-2 {
|
|
1706
911
|
padding-left: 0.5rem;
|
|
1707
|
-
padding-right: 0.5rem
|
|
912
|
+
padding-right: 0.5rem
|
|
1708
913
|
}
|
|
1709
914
|
|
|
1710
915
|
.px-2\.5 {
|
|
1711
916
|
padding-left: 0.625rem;
|
|
1712
|
-
padding-right: 0.625rem
|
|
917
|
+
padding-right: 0.625rem
|
|
1713
918
|
}
|
|
1714
919
|
|
|
1715
920
|
.px-3 {
|
|
1716
921
|
padding-left: 0.75rem;
|
|
1717
|
-
padding-right: 0.75rem
|
|
922
|
+
padding-right: 0.75rem
|
|
1718
923
|
}
|
|
1719
924
|
|
|
1720
925
|
.px-4 {
|
|
1721
926
|
padding-left: 1rem;
|
|
1722
|
-
padding-right: 1rem
|
|
927
|
+
padding-right: 1rem
|
|
1723
928
|
}
|
|
1724
929
|
|
|
1725
930
|
.px-6 {
|
|
1726
931
|
padding-left: 1.5rem;
|
|
1727
|
-
padding-right: 1.5rem
|
|
932
|
+
padding-right: 1.5rem
|
|
1728
933
|
}
|
|
1729
934
|
|
|
1730
935
|
.px-8 {
|
|
1731
936
|
padding-left: 2rem;
|
|
1732
|
-
padding-right: 2rem
|
|
937
|
+
padding-right: 2rem
|
|
1733
938
|
}
|
|
1734
939
|
|
|
1735
940
|
.py-1 {
|
|
1736
941
|
padding-top: 0.25rem;
|
|
1737
|
-
padding-bottom: 0.25rem
|
|
942
|
+
padding-bottom: 0.25rem
|
|
1738
943
|
}
|
|
1739
944
|
|
|
1740
945
|
.py-1\.5 {
|
|
1741
946
|
padding-top: 0.375rem;
|
|
1742
|
-
padding-bottom: 0.375rem
|
|
947
|
+
padding-bottom: 0.375rem
|
|
1743
948
|
}
|
|
1744
949
|
|
|
1745
950
|
.py-10 {
|
|
1746
951
|
padding-top: 2.5rem;
|
|
1747
|
-
padding-bottom: 2.5rem
|
|
952
|
+
padding-bottom: 2.5rem
|
|
1748
953
|
}
|
|
1749
954
|
|
|
1750
955
|
.py-2 {
|
|
1751
956
|
padding-top: 0.5rem;
|
|
1752
|
-
padding-bottom: 0.5rem
|
|
957
|
+
padding-bottom: 0.5rem
|
|
1753
958
|
}
|
|
1754
959
|
|
|
1755
960
|
.py-4 {
|
|
1756
961
|
padding-top: 1rem;
|
|
1757
|
-
padding-bottom: 1rem
|
|
962
|
+
padding-bottom: 1rem
|
|
1758
963
|
}
|
|
1759
964
|
|
|
1760
965
|
.py-8 {
|
|
1761
966
|
padding-top: 2rem;
|
|
1762
|
-
padding-bottom: 2rem
|
|
967
|
+
padding-bottom: 2rem
|
|
1763
968
|
}
|
|
1764
969
|
|
|
1765
970
|
.pb-2 {
|
|
1766
|
-
padding-bottom: 0.5rem
|
|
971
|
+
padding-bottom: 0.5rem
|
|
1767
972
|
}
|
|
1768
973
|
|
|
1769
974
|
.pr-4 {
|
|
1770
|
-
padding-right: 1rem
|
|
975
|
+
padding-right: 1rem
|
|
1771
976
|
}
|
|
1772
977
|
|
|
1773
978
|
.pt-2 {
|
|
1774
|
-
padding-top: 0.5rem
|
|
979
|
+
padding-top: 0.5rem
|
|
1775
980
|
}
|
|
1776
981
|
|
|
1777
982
|
.text-left {
|
|
1778
|
-
text-align: left
|
|
983
|
+
text-align: left
|
|
1779
984
|
}
|
|
1780
985
|
|
|
1781
986
|
.text-center {
|
|
1782
|
-
text-align: center
|
|
987
|
+
text-align: center
|
|
1783
988
|
}
|
|
1784
989
|
|
|
1785
990
|
.text-right {
|
|
1786
|
-
text-align: right
|
|
991
|
+
text-align: right
|
|
1787
992
|
}
|
|
1788
993
|
|
|
1789
994
|
.text-2xl {
|
|
1790
995
|
font-size: 1.5rem;
|
|
1791
|
-
line-height: 2rem
|
|
996
|
+
line-height: 2rem
|
|
1792
997
|
}
|
|
1793
998
|
|
|
1794
999
|
.text-\[\.65rem\] {
|
|
1795
|
-
font-size: .65rem
|
|
1000
|
+
font-size: .65rem
|
|
1796
1001
|
}
|
|
1797
1002
|
|
|
1798
1003
|
.text-\[0\.625rem\] {
|
|
1799
|
-
font-size: 0.625rem
|
|
1004
|
+
font-size: 0.625rem
|
|
1800
1005
|
}
|
|
1801
1006
|
|
|
1802
1007
|
.text-\[0\.65rem\] {
|
|
1803
|
-
font-size: 0.65rem
|
|
1008
|
+
font-size: 0.65rem
|
|
1804
1009
|
}
|
|
1805
1010
|
|
|
1806
1011
|
.text-base {
|
|
1807
1012
|
font-size: 1rem;
|
|
1808
|
-
line-height: 1.5rem
|
|
1013
|
+
line-height: 1.5rem
|
|
1809
1014
|
}
|
|
1810
1015
|
|
|
1811
1016
|
.text-lg {
|
|
1812
1017
|
font-size: 1.125rem;
|
|
1813
|
-
line-height: 1.75rem
|
|
1018
|
+
line-height: 1.75rem
|
|
1814
1019
|
}
|
|
1815
1020
|
|
|
1816
1021
|
.text-sm {
|
|
1817
1022
|
font-size: 0.875rem;
|
|
1818
|
-
line-height: 1.25rem
|
|
1023
|
+
line-height: 1.25rem
|
|
1819
1024
|
}
|
|
1820
1025
|
|
|
1821
1026
|
.text-xl {
|
|
1822
1027
|
font-size: 1.25rem;
|
|
1823
|
-
line-height: 1.75rem
|
|
1028
|
+
line-height: 1.75rem
|
|
1824
1029
|
}
|
|
1825
1030
|
|
|
1826
1031
|
.text-xs {
|
|
1827
1032
|
font-size: 0.75rem;
|
|
1828
|
-
line-height: 1rem
|
|
1033
|
+
line-height: 1rem
|
|
1829
1034
|
}
|
|
1830
1035
|
|
|
1831
1036
|
.font-bold {
|
|
1832
|
-
font-weight: 700
|
|
1037
|
+
font-weight: 700
|
|
1833
1038
|
}
|
|
1834
1039
|
|
|
1835
1040
|
.font-medium {
|
|
1836
|
-
font-weight: 500
|
|
1041
|
+
font-weight: 500
|
|
1837
1042
|
}
|
|
1838
1043
|
|
|
1839
1044
|
.font-semibold {
|
|
1840
|
-
font-weight: 600
|
|
1045
|
+
font-weight: 600
|
|
1841
1046
|
}
|
|
1842
1047
|
|
|
1843
1048
|
.uppercase {
|
|
1844
|
-
text-transform: uppercase
|
|
1049
|
+
text-transform: uppercase
|
|
1845
1050
|
}
|
|
1846
1051
|
|
|
1847
1052
|
.capitalize {
|
|
1848
|
-
text-transform: capitalize
|
|
1053
|
+
text-transform: capitalize
|
|
1849
1054
|
}
|
|
1850
1055
|
|
|
1851
1056
|
.italic {
|
|
1852
|
-
font-style: italic
|
|
1057
|
+
font-style: italic
|
|
1853
1058
|
}
|
|
1854
1059
|
|
|
1855
1060
|
.leading-none {
|
|
1856
|
-
line-height: 1
|
|
1061
|
+
line-height: 1
|
|
1857
1062
|
}
|
|
1858
1063
|
|
|
1859
1064
|
.leading-relaxed {
|
|
1860
|
-
line-height: 1.625
|
|
1065
|
+
line-height: 1.625
|
|
1861
1066
|
}
|
|
1862
1067
|
|
|
1863
1068
|
.leading-tight {
|
|
1864
|
-
line-height: 1.25
|
|
1069
|
+
line-height: 1.25
|
|
1865
1070
|
}
|
|
1866
1071
|
|
|
1867
1072
|
.tracking-wider {
|
|
1868
|
-
letter-spacing: 0.05em
|
|
1073
|
+
letter-spacing: 0.05em
|
|
1869
1074
|
}
|
|
1870
1075
|
|
|
1871
1076
|
.text-black {
|
|
1872
1077
|
--tw-text-opacity: 1;
|
|
1873
|
-
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1078
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1874
1079
|
}
|
|
1875
1080
|
|
|
1876
1081
|
.text-black\/80 {
|
|
1877
|
-
color: rgb(0 0 0 / 0.8)
|
|
1082
|
+
color: rgb(0 0 0 / 0.8)
|
|
1878
1083
|
}
|
|
1879
1084
|
|
|
1880
1085
|
.text-blue-500 {
|
|
1881
1086
|
--tw-text-opacity: 1;
|
|
1882
|
-
color: rgb(59 130 246 / var(--tw-text-opacity))
|
|
1087
|
+
color: rgb(59 130 246 / var(--tw-text-opacity))
|
|
1883
1088
|
}
|
|
1884
1089
|
|
|
1885
1090
|
.text-gray-900 {
|
|
1886
1091
|
--tw-text-opacity: 1;
|
|
1887
|
-
color: rgb(17 24 39 / var(--tw-text-opacity))
|
|
1092
|
+
color: rgb(17 24 39 / var(--tw-text-opacity))
|
|
1888
1093
|
}
|
|
1889
1094
|
|
|
1890
1095
|
.text-neutral-400 {
|
|
1891
1096
|
--tw-text-opacity: 1;
|
|
1892
|
-
color: rgb(163 163 163 / var(--tw-text-opacity))
|
|
1097
|
+
color: rgb(163 163 163 / var(--tw-text-opacity))
|
|
1893
1098
|
}
|
|
1894
1099
|
|
|
1895
1100
|
.text-neutral-500 {
|
|
1896
1101
|
--tw-text-opacity: 1;
|
|
1897
|
-
color: rgb(115 115 115 / var(--tw-text-opacity))
|
|
1102
|
+
color: rgb(115 115 115 / var(--tw-text-opacity))
|
|
1898
1103
|
}
|
|
1899
1104
|
|
|
1900
1105
|
.text-neutral-800 {
|
|
1901
1106
|
--tw-text-opacity: 1;
|
|
1902
|
-
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
1107
|
+
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
1903
1108
|
}
|
|
1904
1109
|
|
|
1905
1110
|
.text-neutral-900 {
|
|
1906
1111
|
--tw-text-opacity: 1;
|
|
1907
|
-
color: rgb(23 23 23 / var(--tw-text-opacity))
|
|
1112
|
+
color: rgb(23 23 23 / var(--tw-text-opacity))
|
|
1908
1113
|
}
|
|
1909
1114
|
|
|
1910
1115
|
.text-purple-500 {
|
|
1911
1116
|
--tw-text-opacity: 1;
|
|
1912
|
-
color: rgb(168 85 247 / var(--tw-text-opacity))
|
|
1117
|
+
color: rgb(168 85 247 / var(--tw-text-opacity))
|
|
1913
1118
|
}
|
|
1914
1119
|
|
|
1915
1120
|
.text-purple-600 {
|
|
1916
1121
|
--tw-text-opacity: 1;
|
|
1917
|
-
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
1122
|
+
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
1918
1123
|
}
|
|
1919
1124
|
|
|
1920
1125
|
.text-red-500 {
|
|
1921
1126
|
--tw-text-opacity: 1;
|
|
1922
|
-
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
1127
|
+
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
1923
1128
|
}
|
|
1924
1129
|
|
|
1925
1130
|
.text-white {
|
|
1926
1131
|
--tw-text-opacity: 1;
|
|
1927
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1132
|
+
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1928
1133
|
}
|
|
1929
1134
|
|
|
1930
1135
|
.underline {
|
|
1931
|
-
text-decoration-line: underline
|
|
1136
|
+
text-decoration-line: underline
|
|
1932
1137
|
}
|
|
1933
1138
|
|
|
1934
1139
|
.caret-black {
|
|
1935
|
-
caret-color: #000
|
|
1140
|
+
caret-color: #000
|
|
1936
1141
|
}
|
|
1937
1142
|
|
|
1938
1143
|
.opacity-0 {
|
|
1939
|
-
opacity: 0
|
|
1144
|
+
opacity: 0
|
|
1940
1145
|
}
|
|
1941
1146
|
|
|
1942
1147
|
.opacity-20 {
|
|
1943
|
-
opacity: 0.2
|
|
1148
|
+
opacity: 0.2
|
|
1944
1149
|
}
|
|
1945
1150
|
|
|
1946
1151
|
.shadow-2xl {
|
|
1947
1152
|
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
1948
1153
|
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
1949
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1154
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1950
1155
|
}
|
|
1951
1156
|
|
|
1952
1157
|
.shadow-sm {
|
|
1953
1158
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1954
1159
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1955
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1160
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1956
1161
|
}
|
|
1957
1162
|
|
|
1958
1163
|
.outline-none {
|
|
1959
1164
|
outline: 2px solid transparent;
|
|
1960
|
-
outline-offset: 2px
|
|
1165
|
+
outline-offset: 2px
|
|
1961
1166
|
}
|
|
1962
1167
|
|
|
1963
1168
|
.outline {
|
|
1964
|
-
outline-style: solid
|
|
1169
|
+
outline-style: solid
|
|
1965
1170
|
}
|
|
1966
1171
|
|
|
1967
1172
|
.outline-offset-0 {
|
|
1968
|
-
outline-offset: 0px
|
|
1173
|
+
outline-offset: 0px
|
|
1969
1174
|
}
|
|
1970
1175
|
|
|
1971
1176
|
.ring-1 {
|
|
1972
1177
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1973
1178
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1974
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
1179
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
1975
1180
|
}
|
|
1976
1181
|
|
|
1977
1182
|
.ring-current {
|
|
1978
|
-
--tw-ring-color: currentColor
|
|
1183
|
+
--tw-ring-color: currentColor
|
|
1979
1184
|
}
|
|
1980
1185
|
|
|
1981
1186
|
.ring-offset-2 {
|
|
1982
|
-
--tw-ring-offset-width: 2px
|
|
1187
|
+
--tw-ring-offset-width: 2px
|
|
1983
1188
|
}
|
|
1984
1189
|
|
|
1985
1190
|
.blur {
|
|
1986
1191
|
--tw-blur: blur(8px);
|
|
1987
|
-
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)
|
|
1192
|
+
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)
|
|
1988
1193
|
}
|
|
1989
1194
|
|
|
1990
1195
|
.filter {
|
|
1991
|
-
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)
|
|
1196
|
+
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)
|
|
1992
1197
|
}
|
|
1993
1198
|
|
|
1994
1199
|
.transition-all {
|
|
1995
1200
|
transition-property: all;
|
|
1996
1201
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1997
|
-
transition-duration: 150ms
|
|
1202
|
+
transition-duration: 150ms
|
|
1998
1203
|
}
|
|
1999
1204
|
|
|
2000
1205
|
.transition-colors {
|
|
2001
1206
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2002
1207
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2003
|
-
transition-duration: 150ms
|
|
1208
|
+
transition-duration: 150ms
|
|
2004
1209
|
}
|
|
2005
1210
|
|
|
2006
1211
|
.transition-transform {
|
|
2007
1212
|
transition-property: transform;
|
|
2008
1213
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2009
|
-
transition-duration: 150ms
|
|
1214
|
+
transition-duration: 150ms
|
|
2010
1215
|
}
|
|
2011
1216
|
|
|
2012
1217
|
.duration-300 {
|
|
2013
|
-
transition-duration: 300ms
|
|
1218
|
+
transition-duration: 300ms
|
|
2014
1219
|
}
|
|
2015
1220
|
|
|
2016
1221
|
@keyframes enter {
|
|
2017
1222
|
from {
|
|
2018
1223
|
opacity: var(--tw-enter-opacity, 1);
|
|
2019
|
-
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
|
|
1224
|
+
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
|
|
2020
1225
|
}
|
|
2021
1226
|
}
|
|
2022
1227
|
|
|
2023
1228
|
@keyframes exit {
|
|
2024
1229
|
to {
|
|
2025
1230
|
opacity: var(--tw-exit-opacity, 1);
|
|
2026
|
-
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
|
|
1231
|
+
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
|
|
2027
1232
|
}
|
|
2028
1233
|
}
|
|
2029
1234
|
|
|
2030
1235
|
.duration-300 {
|
|
2031
|
-
animation-duration: 300ms
|
|
1236
|
+
animation-duration: 300ms
|
|
2032
1237
|
}
|
|
2033
1238
|
|
|
2034
1239
|
.\[animation-delay\:-0\.15s\] {
|
|
2035
|
-
animation-delay: -0.15s
|
|
1240
|
+
animation-delay: -0.15s
|
|
2036
1241
|
}
|
|
2037
1242
|
|
|
2038
1243
|
.\[animation-delay\:-0\.3s\] {
|
|
2039
|
-
animation-delay: -0.3s
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
.ProseMirror {
|
|
2043
|
-
:focus-visible {
|
|
2044
|
-
outline: 0;
|
|
2045
|
-
}
|
|
2046
|
-
font-size: 16px;
|
|
2047
|
-
.is-empty::before {
|
|
2048
|
-
--tw-text-opacity: 1;
|
|
2049
|
-
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
2050
|
-
}
|
|
2051
|
-
.is-empty:is([data-theme="dark"] *)::before {
|
|
2052
|
-
--tw-text-opacity: 1;
|
|
2053
|
-
color: rgb(163 163 163 / var(--tw-text-opacity));
|
|
2054
|
-
}
|
|
2055
|
-
& > *:first-child:first-child,
|
|
2056
|
-
[data-type='column'] > *:first-child {
|
|
2057
|
-
margin-top: 0px;
|
|
2058
|
-
}
|
|
2059
|
-
& > *:first-child:last-child,
|
|
2060
|
-
[data-type='column'] > *:last-child {
|
|
2061
|
-
margin-bottom: 0px;
|
|
2062
|
-
}
|
|
2063
|
-
& > * + * {
|
|
2064
|
-
margin-top: 0.75em;
|
|
2065
|
-
}
|
|
2066
|
-
.node-imageUpload {
|
|
2067
|
-
border-radius: 0.25rem;
|
|
2068
|
-
}
|
|
2069
|
-
.node-imageUpload {
|
|
2070
|
-
border-width: 2px;
|
|
2071
|
-
}
|
|
2072
|
-
.node-imageUpload {
|
|
2073
|
-
border-style: dotted;
|
|
2074
|
-
}
|
|
2075
|
-
.node-imageUpload {
|
|
2076
|
-
--tw-border-opacity: 1;
|
|
2077
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
2078
|
-
}
|
|
2079
|
-
.node-imageUpload {
|
|
2080
|
-
--tw-border-opacity: 0.1;
|
|
2081
|
-
}
|
|
2082
|
-
.node-imageUpload {
|
|
2083
|
-
padding: 0.5rem;
|
|
2084
|
-
}
|
|
2085
|
-
.node-imageUpload:is([data-theme="dark"] *) {
|
|
2086
|
-
--tw-border-opacity: 1;
|
|
2087
|
-
border-color: rgb(115 115 115 / var(--tw-border-opacity));
|
|
2088
|
-
}
|
|
2089
|
-
.node-imageUpload {
|
|
2090
|
-
transition: border 160ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
|
|
2091
|
-
&:hover {
|
|
2092
|
-
--tw-border-opacity: 0.3;
|
|
2093
|
-
}
|
|
2094
|
-
&:has(.is-active),
|
|
2095
|
-
&.has-focus {
|
|
2096
|
-
--tw-border-opacity: 0.4;
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
[data-type='columns'] {
|
|
2100
|
-
&.has-focus [data-type='column'],
|
|
2101
|
-
&:hover [data-type='column'] {
|
|
2102
|
-
--tw-border-opacity: 1;
|
|
2103
|
-
border-color: rgb(212 212 212 / var(--tw-border-opacity));
|
|
2104
|
-
}
|
|
2105
|
-
&.has-focus [data-type='column']:is([data-theme="dark"] *),
|
|
2106
|
-
&:hover [data-type='column']:is([data-theme="dark"] *) {
|
|
2107
|
-
--tw-border-opacity: 1;
|
|
2108
|
-
border-color: rgb(64 64 64 / var(--tw-border-opacity));
|
|
2109
|
-
}
|
|
2110
|
-
[data-type='column'].has-focus {
|
|
2111
|
-
--tw-border-opacity: 1;
|
|
2112
|
-
border-color: rgb(163 163 163 / var(--tw-border-opacity));
|
|
2113
|
-
}
|
|
2114
|
-
[data-type='column'].has-focus:is([data-theme="dark"] *) {
|
|
2115
|
-
--tw-border-opacity: 1;
|
|
2116
|
-
border-color: rgb(82 82 82 / var(--tw-border-opacity));
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
2119
|
-
[data-type='column'] {
|
|
2120
|
-
border-radius: 0.25rem;
|
|
2121
|
-
}
|
|
2122
|
-
[data-type='column'] {
|
|
2123
|
-
border-width: 2px;
|
|
2124
|
-
}
|
|
2125
|
-
[data-type='column'] {
|
|
2126
|
-
border-style: dotted;
|
|
2127
|
-
}
|
|
2128
|
-
[data-type='column'] {
|
|
2129
|
-
border-color: transparent;
|
|
2130
|
-
}
|
|
2131
|
-
[data-type='column'] {
|
|
2132
|
-
padding: 0.25rem;
|
|
2133
|
-
}
|
|
2134
|
-
[data-type='column'] {
|
|
2135
|
-
transition: border 160ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
|
|
2136
|
-
&:hover {
|
|
2137
|
-
--tw-border-opacity: 1;
|
|
2138
|
-
border-color: rgb(245 245 245 / var(--tw-border-opacity));
|
|
2139
|
-
}
|
|
2140
|
-
&:hover:is([data-theme="dark"] *) {
|
|
2141
|
-
--tw-border-opacity: 1;
|
|
2142
|
-
border-color: rgb(23 23 23 / var(--tw-border-opacity));
|
|
2143
|
-
}
|
|
2144
|
-
&:has(.is-active),
|
|
2145
|
-
&.has-focus {
|
|
2146
|
-
--tw-border-opacity: 1;
|
|
2147
|
-
border-color: rgb(245 245 245 / var(--tw-border-opacity));
|
|
2148
|
-
}
|
|
2149
|
-
&:has(.is-active):is([data-theme="dark"] *),
|
|
2150
|
-
&.has-focus:is([data-theme="dark"] *) {
|
|
2151
|
-
--tw-border-opacity: 1;
|
|
2152
|
-
border-color: rgb(23 23 23 / var(--tw-border-opacity));
|
|
2153
|
-
}
|
|
2154
|
-
}
|
|
2155
|
-
.node-imageBlock {
|
|
2156
|
-
& img {
|
|
2157
|
-
overflow: hidden;
|
|
2158
|
-
}
|
|
2159
|
-
& img {
|
|
2160
|
-
border-radius: 0.75rem;
|
|
2161
|
-
}
|
|
2162
|
-
& img {
|
|
2163
|
-
border-width: 2px;
|
|
2164
|
-
}
|
|
2165
|
-
& img {
|
|
2166
|
-
border-color: transparent;
|
|
2167
|
-
}
|
|
2168
|
-
&:hover img {
|
|
2169
|
-
border-width: 2px;
|
|
2170
|
-
}
|
|
2171
|
-
&:hover img {
|
|
2172
|
-
--tw-border-opacity: 1;
|
|
2173
|
-
border-color: rgb(245 245 245 / var(--tw-border-opacity));
|
|
2174
|
-
}
|
|
2175
|
-
&:hover img:is([data-theme="dark"] *) {
|
|
2176
|
-
--tw-border-opacity: 1;
|
|
2177
|
-
border-color: rgb(23 23 23 / var(--tw-border-opacity));
|
|
2178
|
-
}
|
|
2179
|
-
&:has(.is-active) img,
|
|
2180
|
-
&.has-focus img {
|
|
2181
|
-
border-width: 2px;
|
|
2182
|
-
}
|
|
2183
|
-
&:has(.is-active) img,
|
|
2184
|
-
&.has-focus img {
|
|
2185
|
-
--tw-border-opacity: 1;
|
|
2186
|
-
border-color: rgb(38 38 38 / var(--tw-border-opacity));
|
|
2187
|
-
}
|
|
2188
|
-
&:has(.is-active) img:is([data-theme="dark"] *),
|
|
2189
|
-
&.has-focus img:is([data-theme="dark"] *) {
|
|
2190
|
-
--tw-border-opacity: 1;
|
|
2191
|
-
border-color: rgb(229 229 229 / var(--tw-border-opacity));
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
.node-aiWriter,
|
|
2195
|
-
.node-aiImage,
|
|
2196
|
-
.node-tableOfContentsNode {
|
|
2197
|
-
&.has-focus [data-node-view-wrapper] > * {
|
|
2198
|
-
border-radius: 0.5rem;
|
|
2199
|
-
}
|
|
2200
|
-
&.has-focus [data-node-view-wrapper] > * {
|
|
2201
|
-
--tw-shadow: 0 0 0 2px;
|
|
2202
|
-
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
|
|
2203
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2204
|
-
}
|
|
2205
|
-
&.has-focus [data-node-view-wrapper] > * {
|
|
2206
|
-
--tw-shadow-color: rgb(0 0 0 / 0.3);
|
|
2207
|
-
--tw-shadow: var(--tw-shadow-colored);
|
|
2208
|
-
}
|
|
2209
|
-
&.has-focus [data-node-view-wrapper] > * {
|
|
2210
|
-
transition-property: all;
|
|
2211
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2212
|
-
transition-duration: 150ms;
|
|
2213
|
-
}
|
|
2214
|
-
&.has-focus [data-node-view-wrapper] > *:is([data-theme="dark"] *) {
|
|
2215
|
-
--tw-shadow-color: rgb(255 255 255 / 0.3);
|
|
2216
|
-
--tw-shadow: var(--tw-shadow-colored);
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
.ProseMirror-gapcursor + .node-imageBlock,
|
|
2220
|
-
.ProseMirror-gapcursor + .node-imageUpload,
|
|
2221
|
-
.ProseMirror-gapcursor + [data-type='blockquoteFigure'] {
|
|
2222
|
-
outline-color: #404040;
|
|
2223
|
-
}
|
|
2224
|
-
.ProseMirror-gapcursor + .node-imageBlock:hover,
|
|
2225
|
-
.ProseMirror-gapcursor + .node-imageUpload:hover,
|
|
2226
|
-
.ProseMirror-gapcursor + [data-type='blockquoteFigure']:hover {
|
|
2227
|
-
outline-color: #525252;
|
|
2228
|
-
}
|
|
2229
|
-
.ProseMirror-gapcursor + .node-imageBlock:is([data-theme="dark"] *),
|
|
2230
|
-
.ProseMirror-gapcursor + .node-imageUpload:is([data-theme="dark"] *),
|
|
2231
|
-
.ProseMirror-gapcursor + [data-type='blockquoteFigure']:is([data-theme="dark"] *) {
|
|
2232
|
-
outline-color: #d4d4d4;
|
|
2233
|
-
}
|
|
2234
|
-
.ProseMirror-gapcursor + .node-imageBlock:hover:is([data-theme="dark"] *),
|
|
2235
|
-
.ProseMirror-gapcursor + .node-imageUpload:hover:is([data-theme="dark"] *),
|
|
2236
|
-
.ProseMirror-gapcursor + [data-type='blockquoteFigure']:hover:is([data-theme="dark"] *) {
|
|
2237
|
-
outline-color: #a3a3a3;
|
|
2238
|
-
}
|
|
2239
|
-
[data-type='blockquoteFigure'] > div {
|
|
2240
|
-
border-radius: 0.5rem;
|
|
2241
|
-
}
|
|
2242
|
-
[data-type='blockquoteFigure'] > div {
|
|
2243
|
-
border-top-left-radius: 0px;
|
|
2244
|
-
}
|
|
2245
|
-
[data-type='blockquoteFigure'] > div {
|
|
2246
|
-
border-bottom-left-radius: 0px;
|
|
2247
|
-
}
|
|
2248
|
-
[data-type='blockquoteFigure'] > div {
|
|
2249
|
-
border-left-width: 4px;
|
|
2250
|
-
}
|
|
2251
|
-
[data-type='blockquoteFigure'] > div {
|
|
2252
|
-
--tw-border-opacity: 1;
|
|
2253
|
-
border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
|
|
2254
|
-
}
|
|
2255
|
-
[data-type='blockquoteFigure'] > div {
|
|
2256
|
-
--tw-bg-opacity: 0.8;
|
|
2257
|
-
}
|
|
2258
|
-
[data-type='blockquoteFigure'] > div {
|
|
2259
|
-
padding-top: 0.5rem;
|
|
2260
|
-
padding-bottom: 0.5rem;
|
|
2261
|
-
}
|
|
2262
|
-
[data-type='blockquoteFigure'] > div {
|
|
2263
|
-
padding-left: 1rem;
|
|
2264
|
-
padding-right: 1rem;
|
|
2265
|
-
}
|
|
2266
|
-
[data-type='blockquoteFigure'] > div:is([data-theme="dark"] *) {
|
|
2267
|
-
--tw-border-opacity: 1;
|
|
2268
|
-
border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
|
|
2269
|
-
}
|
|
2270
|
-
[data-type='blockquoteFigure'] > blockquote {
|
|
2271
|
-
font-size: 1.125rem;
|
|
2272
|
-
line-height: 1.75rem;
|
|
2273
|
-
}
|
|
2274
|
-
[data-type='blockquoteFigure'] > blockquote {
|
|
2275
|
-
--tw-text-opacity: 1;
|
|
2276
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2277
|
-
}
|
|
2278
|
-
[data-type='blockquoteFigure'] > blockquote:is([data-theme="dark"] *) {
|
|
2279
|
-
--tw-text-opacity: 1;
|
|
2280
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2281
|
-
}
|
|
2282
|
-
[data-type='blockquoteFigure'] figcaption {
|
|
2283
|
-
margin-top: 1rem;
|
|
2284
|
-
}
|
|
2285
|
-
[data-type='blockquoteFigure'] figcaption {
|
|
2286
|
-
overflow: hidden;
|
|
2287
|
-
}
|
|
2288
|
-
[data-type='blockquoteFigure'] figcaption {
|
|
2289
|
-
font-size: 0.875rem;
|
|
2290
|
-
line-height: 1.25rem;
|
|
2291
|
-
}
|
|
2292
|
-
[data-type='blockquoteFigure'] figcaption {
|
|
2293
|
-
--tw-text-opacity: 1;
|
|
2294
|
-
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
2295
|
-
}
|
|
2296
|
-
[data-type='blockquoteFigure'] figcaption {
|
|
2297
|
-
transition-property: all;
|
|
2298
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2299
|
-
transition-duration: 150ms;
|
|
2300
|
-
}
|
|
2301
|
-
[data-type='blockquoteFigure'] figcaption:is([data-theme="dark"] *) {
|
|
2302
|
-
--tw-text-opacity: 1;
|
|
2303
|
-
color: rgb(163 163 163 / var(--tw-text-opacity));
|
|
2304
|
-
}
|
|
2305
|
-
z-index: 0;
|
|
2306
|
-
padding-right: 2rem;
|
|
2307
|
-
padding-left: 0px;
|
|
2308
|
-
padding-right: 0px;
|
|
2309
|
-
padding-bottom: 4rem;
|
|
2310
|
-
caret-color: #000;
|
|
2311
|
-
outline-width: 0px
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
.ProseMirror:is([data-theme="dark"] *) {
|
|
2315
|
-
caret-color: #fff;
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
.ProseMirror {
|
|
2319
|
-
& > * {
|
|
2320
|
-
/* @apply mx-auto max-w-2xl; */
|
|
2321
|
-
}
|
|
2322
|
-
& > iframe {
|
|
2323
|
-
display: block;
|
|
2324
|
-
}
|
|
2325
|
-
.selection {
|
|
2326
|
-
display: inline;
|
|
2327
|
-
}
|
|
2328
|
-
*::-moz-selection {
|
|
2329
|
-
background-color: rgb(0 0 0 / 0.1);
|
|
2330
|
-
}
|
|
2331
|
-
.selection,
|
|
2332
|
-
*::selection {
|
|
2333
|
-
background-color: rgb(0 0 0 / 0.1);
|
|
2334
|
-
}
|
|
2335
|
-
*:is([data-theme="dark"] *)::-moz-selection {
|
|
2336
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
2337
|
-
}
|
|
2338
|
-
.selection:is([data-theme="dark"] *),
|
|
2339
|
-
*:is([data-theme="dark"] *)::selection {
|
|
2340
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
2341
|
-
}
|
|
2342
|
-
& > .react-renderer {
|
|
2343
|
-
margin-top: 3rem;
|
|
2344
|
-
margin-bottom: 3rem;
|
|
2345
|
-
}
|
|
2346
|
-
& > .react-renderer:first-child {
|
|
2347
|
-
margin-top: 0px;
|
|
2348
|
-
}
|
|
2349
|
-
& > .react-renderer:last-child {
|
|
2350
|
-
margin-bottom: 0px;
|
|
2351
|
-
}
|
|
2352
|
-
&.resize-cursor {
|
|
2353
|
-
cursor: col-resize;
|
|
2354
|
-
}
|
|
2355
|
-
.ProseMirror-gapcursor {
|
|
2356
|
-
position: relative;
|
|
2357
|
-
}
|
|
2358
|
-
.ProseMirror-gapcursor {
|
|
2359
|
-
margin-left: auto;
|
|
2360
|
-
margin-right: auto;
|
|
2361
|
-
}
|
|
2362
|
-
.ProseMirror-gapcursor {
|
|
2363
|
-
width: 100%;
|
|
2364
|
-
}
|
|
2365
|
-
.ProseMirror-gapcursor {
|
|
2366
|
-
/* max-w-2xl */
|
|
2367
|
-
&:after {
|
|
2368
|
-
top: -1.5em;
|
|
2369
|
-
}
|
|
2370
|
-
&:after {
|
|
2371
|
-
left: 0px;
|
|
2372
|
-
}
|
|
2373
|
-
&:after {
|
|
2374
|
-
right: 0px;
|
|
2375
|
-
}
|
|
2376
|
-
&:after {
|
|
2377
|
-
margin-left: auto;
|
|
2378
|
-
margin-right: auto;
|
|
2379
|
-
}
|
|
2380
|
-
&:after {
|
|
2381
|
-
width: 100%;
|
|
2382
|
-
}
|
|
2383
|
-
&:after {
|
|
2384
|
-
border-top-color: rgb(0 0 0 / 0.4);
|
|
2385
|
-
}
|
|
2386
|
-
&:is([data-theme="dark"] *):after {
|
|
2387
|
-
border-top-color: rgb(255 255 255 / 0.4);
|
|
2388
|
-
}
|
|
2389
|
-
&:after {
|
|
2390
|
-
/* max-w-2xl */
|
|
2391
|
-
}
|
|
2392
|
-
}
|
|
2393
|
-
}
|
|
2394
|
-
|
|
2395
|
-
[data-theme='slash-command'] {
|
|
2396
|
-
width: 1000vw;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.spinner-animation {
|
|
2400
|
-
animation: spinner 1.6s linear infinite;
|
|
2401
|
-
animation-delay: -1.6s;
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
|
-
.spinner-animation-secondary {
|
|
2405
|
-
animation-delay: -1s;
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
@keyframes spinner {
|
|
2409
|
-
12.5% {
|
|
2410
|
-
x: 13px;
|
|
2411
|
-
y: 1px;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
25% {
|
|
2415
|
-
x: 13px;
|
|
2416
|
-
y: 1px;
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
37.5% {
|
|
2420
|
-
x: 13px;
|
|
2421
|
-
y: 13px;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
50% {
|
|
2425
|
-
x: 13px;
|
|
2426
|
-
y: 13px;
|
|
2427
|
-
}
|
|
2428
|
-
|
|
2429
|
-
62.5% {
|
|
2430
|
-
x: 1px;
|
|
2431
|
-
y: 13px;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
75% {
|
|
2435
|
-
x: 1px;
|
|
2436
|
-
y: 13px;
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
87.5% {
|
|
2440
|
-
x: 1px;
|
|
2441
|
-
y: 1px;
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
.ProseMirror {
|
|
2446
|
-
/* Image Block */
|
|
2447
|
-
figure[data-type='imageBlock'] {
|
|
2448
|
-
margin: 0px;
|
|
2449
|
-
}
|
|
2450
|
-
figure[data-type='imageBlock'] {
|
|
2451
|
-
img {
|
|
2452
|
-
display: block;
|
|
2453
|
-
}
|
|
2454
|
-
img {
|
|
2455
|
-
width: 100%;
|
|
2456
|
-
}
|
|
2457
|
-
img {
|
|
2458
|
-
border-radius: 0.25rem;
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
/* Block Quote */
|
|
2462
|
-
figure[data-type='blockquoteFigure'] {
|
|
2463
|
-
margin-top: 3.5rem;
|
|
2464
|
-
margin-bottom: 3.5rem;
|
|
2465
|
-
}
|
|
2466
|
-
figure[data-type='blockquoteFigure'] {
|
|
2467
|
-
--tw-text-opacity: 1;
|
|
2468
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2469
|
-
}
|
|
2470
|
-
figure[data-type='blockquoteFigure']:is([data-theme="dark"] *) {
|
|
2471
|
-
--tw-text-opacity: 1;
|
|
2472
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2473
|
-
}
|
|
2474
|
-
& > blockquote,
|
|
2475
|
-
[data-type='blockquoteFigure'] {
|
|
2476
|
-
blockquote {
|
|
2477
|
-
margin: 0px;
|
|
2478
|
-
}
|
|
2479
|
-
blockquote {
|
|
2480
|
-
& > *:first-child {
|
|
2481
|
-
margin-top: 0px;
|
|
2482
|
-
}
|
|
2483
|
-
& > *:last-child {
|
|
2484
|
-
margin-bottom: 0px;
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
}
|
|
2488
|
-
/* Columns */
|
|
2489
|
-
[data-type='columns'] {
|
|
2490
|
-
margin-top: 3.5rem;
|
|
2491
|
-
}
|
|
2492
|
-
[data-type='columns'] {
|
|
2493
|
-
margin-bottom: 3rem;
|
|
2494
|
-
}
|
|
2495
|
-
[data-type='columns'] {
|
|
2496
|
-
display: grid;
|
|
2497
|
-
}
|
|
2498
|
-
[data-type='columns'] {
|
|
2499
|
-
gap: 1rem;
|
|
2500
|
-
}
|
|
2501
|
-
[data-type='columns'] {
|
|
2502
|
-
&.layout-sidebar-left {
|
|
2503
|
-
grid-template-columns: 40fr 60fr;
|
|
2504
|
-
}
|
|
2505
|
-
&.layout-sidebar-right {
|
|
2506
|
-
grid-template-columns: 60fr 40fr;
|
|
2507
|
-
}
|
|
2508
|
-
&.layout-two-column {
|
|
2509
|
-
grid-template-columns: 1fr 1fr;
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
[data-type='column'] {
|
|
2513
|
-
overflow: auto;
|
|
2514
|
-
}
|
|
2515
|
-
code {
|
|
2516
|
-
border-radius: 0.125rem;
|
|
2517
|
-
}
|
|
2518
|
-
code {
|
|
2519
|
-
--tw-bg-opacity: 1;
|
|
2520
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2521
|
-
}
|
|
2522
|
-
code {
|
|
2523
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
2524
|
-
}
|
|
2525
|
-
code {
|
|
2526
|
-
--tw-text-opacity: 1;
|
|
2527
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2528
|
-
}
|
|
2529
|
-
code {
|
|
2530
|
-
caret-color: #fff;
|
|
2531
|
-
}
|
|
2532
|
-
code {
|
|
2533
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2534
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2535
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2536
|
-
}
|
|
2537
|
-
code {
|
|
2538
|
-
&::-moz-selection {
|
|
2539
|
-
background-color: rgb(255 255 255 / 0.3);
|
|
2540
|
-
}
|
|
2541
|
-
&::selection {
|
|
2542
|
-
background-color: rgb(255 255 255 / 0.3);
|
|
2543
|
-
}
|
|
2544
|
-
}
|
|
2545
|
-
pre {
|
|
2546
|
-
margin-top: 3rem;
|
|
2547
|
-
margin-bottom: 3rem;
|
|
2548
|
-
}
|
|
2549
|
-
pre {
|
|
2550
|
-
border-radius: 0.25rem;
|
|
2551
|
-
}
|
|
2552
|
-
pre {
|
|
2553
|
-
border-width: 1px;
|
|
2554
|
-
}
|
|
2555
|
-
pre {
|
|
2556
|
-
--tw-border-opacity: 1;
|
|
2557
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
2558
|
-
}
|
|
2559
|
-
pre {
|
|
2560
|
-
--tw-bg-opacity: 1;
|
|
2561
|
-
background-color: rgb(64 64 64 / var(--tw-bg-opacity));
|
|
2562
|
-
}
|
|
2563
|
-
pre {
|
|
2564
|
-
padding: 1rem;
|
|
2565
|
-
}
|
|
2566
|
-
pre {
|
|
2567
|
-
--tw-text-opacity: 1;
|
|
2568
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2569
|
-
}
|
|
2570
|
-
pre {
|
|
2571
|
-
caret-color: #fff;
|
|
2572
|
-
}
|
|
2573
|
-
pre:is([data-theme="dark"] *) {
|
|
2574
|
-
--tw-border-opacity: 1;
|
|
2575
|
-
border-color: rgb(38 38 38 / var(--tw-border-opacity));
|
|
2576
|
-
}
|
|
2577
|
-
pre:is([data-theme="dark"] *) {
|
|
2578
|
-
--tw-bg-opacity: 1;
|
|
2579
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2580
|
-
}
|
|
2581
|
-
pre {
|
|
2582
|
-
*::-moz-selection {
|
|
2583
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
2584
|
-
}
|
|
2585
|
-
*::selection {
|
|
2586
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
2587
|
-
}
|
|
2588
|
-
code {
|
|
2589
|
-
background-color: inherit;
|
|
2590
|
-
}
|
|
2591
|
-
code {
|
|
2592
|
-
padding: 0px;
|
|
2593
|
-
}
|
|
2594
|
-
code {
|
|
2595
|
-
color: inherit;
|
|
2596
|
-
}
|
|
2597
|
-
code {
|
|
2598
|
-
--tw-shadow: 0 0 #0000;
|
|
2599
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
2600
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2601
|
-
}
|
|
2602
|
-
.hljs-comment,
|
|
2603
|
-
.hljs-quote {
|
|
2604
|
-
--tw-text-opacity: 1;
|
|
2605
|
-
color: rgb(163 163 163 / var(--tw-text-opacity));
|
|
2606
|
-
}
|
|
2607
|
-
.hljs-variable,
|
|
2608
|
-
.hljs-template-variable,
|
|
2609
|
-
.hljs-attribute,
|
|
2610
|
-
.hljs-tag,
|
|
2611
|
-
.hljs-name,
|
|
2612
|
-
.hljs-regexp,
|
|
2613
|
-
.hljs-link,
|
|
2614
|
-
.hljs-name,
|
|
2615
|
-
.hljs-selector-id,
|
|
2616
|
-
.hljs-selector-class {
|
|
2617
|
-
--tw-text-opacity: 1;
|
|
2618
|
-
color: rgb(252 165 165 / var(--tw-text-opacity));
|
|
2619
|
-
}
|
|
2620
|
-
.hljs-number,
|
|
2621
|
-
.hljs-meta,
|
|
2622
|
-
.hljs-built_in,
|
|
2623
|
-
.hljs-builtin-name,
|
|
2624
|
-
.hljs-literal,
|
|
2625
|
-
.hljs-type,
|
|
2626
|
-
.hljs-params {
|
|
2627
|
-
--tw-text-opacity: 1;
|
|
2628
|
-
color: rgb(253 186 116 / var(--tw-text-opacity));
|
|
2629
|
-
}
|
|
2630
|
-
.hljs-string,
|
|
2631
|
-
.hljs-symbol,
|
|
2632
|
-
.hljs-bullet {
|
|
2633
|
-
--tw-text-opacity: 1;
|
|
2634
|
-
color: rgb(190 242 100 / var(--tw-text-opacity));
|
|
2635
|
-
}
|
|
2636
|
-
.hljs-title,
|
|
2637
|
-
.hljs-section {
|
|
2638
|
-
--tw-text-opacity: 1;
|
|
2639
|
-
color: rgb(253 224 71 / var(--tw-text-opacity));
|
|
2640
|
-
}
|
|
2641
|
-
.hljs-keyword,
|
|
2642
|
-
.hljs-selector-tag {
|
|
2643
|
-
--tw-text-opacity: 1;
|
|
2644
|
-
color: rgb(94 234 212 / var(--tw-text-opacity));
|
|
2645
|
-
}
|
|
2646
|
-
.hljs-emphasis {
|
|
2647
|
-
font-style: italic;
|
|
2648
|
-
}
|
|
2649
|
-
.hljs-strong {
|
|
2650
|
-
font-weight: 700;
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
.collaboration-cursor {
|
|
2654
|
-
&__caret {
|
|
2655
|
-
pointer-events: none;
|
|
2656
|
-
}
|
|
2657
|
-
&__caret {
|
|
2658
|
-
position: relative;
|
|
2659
|
-
}
|
|
2660
|
-
&__caret {
|
|
2661
|
-
margin-left: -1px;
|
|
2662
|
-
}
|
|
2663
|
-
&__caret {
|
|
2664
|
-
margin-right: -1px;
|
|
2665
|
-
}
|
|
2666
|
-
&__caret {
|
|
2667
|
-
overflow-wrap: normal;
|
|
2668
|
-
word-break: normal;
|
|
2669
|
-
}
|
|
2670
|
-
&__caret {
|
|
2671
|
-
border-right-width: 1px;
|
|
2672
|
-
}
|
|
2673
|
-
&__caret {
|
|
2674
|
-
border-left-width: 1px;
|
|
2675
|
-
}
|
|
2676
|
-
&__caret {
|
|
2677
|
-
--tw-border-opacity: 1;
|
|
2678
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
2679
|
-
}
|
|
2680
|
-
&__label {
|
|
2681
|
-
position: absolute;
|
|
2682
|
-
}
|
|
2683
|
-
&__label {
|
|
2684
|
-
left: -1px;
|
|
2685
|
-
}
|
|
2686
|
-
&__label {
|
|
2687
|
-
top: -1.4em;
|
|
2688
|
-
}
|
|
2689
|
-
&__label {
|
|
2690
|
-
-webkit-user-select: none;
|
|
2691
|
-
-moz-user-select: none;
|
|
2692
|
-
user-select: none;
|
|
2693
|
-
}
|
|
2694
|
-
&__label {
|
|
2695
|
-
white-space: nowrap;
|
|
2696
|
-
}
|
|
2697
|
-
&__label {
|
|
2698
|
-
border-radius: 0.25rem;
|
|
2699
|
-
}
|
|
2700
|
-
&__label {
|
|
2701
|
-
border-top-left-radius: 0px;
|
|
2702
|
-
}
|
|
2703
|
-
&__label {
|
|
2704
|
-
padding-top: 0.125rem;
|
|
2705
|
-
padding-bottom: 0.125rem;
|
|
2706
|
-
}
|
|
2707
|
-
&__label {
|
|
2708
|
-
padding-left: 0.375rem;
|
|
2709
|
-
padding-right: 0.375rem;
|
|
2710
|
-
}
|
|
2711
|
-
&__label {
|
|
2712
|
-
font-size: 0.75rem;
|
|
2713
|
-
line-height: 1rem;
|
|
2714
|
-
}
|
|
2715
|
-
&__label {
|
|
2716
|
-
font-weight: 600;
|
|
2717
|
-
}
|
|
2718
|
-
&__label {
|
|
2719
|
-
line-height: 1;
|
|
2720
|
-
}
|
|
2721
|
-
&__label {
|
|
2722
|
-
--tw-text-opacity: 1;
|
|
2723
|
-
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2726
|
-
ol {
|
|
2727
|
-
list-style-type: decimal;
|
|
2728
|
-
}
|
|
2729
|
-
ul {
|
|
2730
|
-
list-style-type: disc;
|
|
2731
|
-
}
|
|
2732
|
-
ul,
|
|
2733
|
-
ol {
|
|
2734
|
-
margin-top: 1.5rem;
|
|
2735
|
-
margin-bottom: 1.5rem;
|
|
2736
|
-
}
|
|
2737
|
-
ul,
|
|
2738
|
-
ol {
|
|
2739
|
-
padding-top: 0px;
|
|
2740
|
-
padding-bottom: 0px;
|
|
2741
|
-
}
|
|
2742
|
-
ul,
|
|
2743
|
-
ol {
|
|
2744
|
-
padding-left: 2rem;
|
|
2745
|
-
padding-right: 2rem;
|
|
2746
|
-
}
|
|
2747
|
-
ul:first-child,
|
|
2748
|
-
ol:first-child {
|
|
2749
|
-
margin-top: 0px;
|
|
2750
|
-
}
|
|
2751
|
-
ul:last-child,
|
|
2752
|
-
ol:last-child {
|
|
2753
|
-
margin-bottom: 0px;
|
|
2754
|
-
}
|
|
2755
|
-
ul,
|
|
2756
|
-
ol {
|
|
2757
|
-
ul,
|
|
2758
|
-
ol,
|
|
2759
|
-
li {
|
|
2760
|
-
margin-top: 0.25rem;
|
|
2761
|
-
margin-bottom: 0.25rem;
|
|
2762
|
-
}
|
|
2763
|
-
p {
|
|
2764
|
-
margin-top: 0px;
|
|
2765
|
-
}
|
|
2766
|
-
p {
|
|
2767
|
-
margin-bottom: 0.25rem;
|
|
2768
|
-
}
|
|
2769
|
-
}
|
|
2770
|
-
& > ul,
|
|
2771
|
-
& > ol {
|
|
2772
|
-
margin-top: 2rem;
|
|
2773
|
-
margin-bottom: 2rem;
|
|
2774
|
-
}
|
|
2775
|
-
& > ul:first-child,
|
|
2776
|
-
& > ol:first-child {
|
|
2777
|
-
margin-top: 0px;
|
|
2778
|
-
}
|
|
2779
|
-
& > ul:last-child,
|
|
2780
|
-
& > ol:last-child {
|
|
2781
|
-
margin-bottom: 0px;
|
|
2782
|
-
}
|
|
2783
|
-
ul[data-type='taskList'] {
|
|
2784
|
-
list-style-type: none;
|
|
2785
|
-
}
|
|
2786
|
-
ul[data-type='taskList'] {
|
|
2787
|
-
padding: 0px;
|
|
2788
|
-
}
|
|
2789
|
-
ul[data-type='taskList'] {
|
|
2790
|
-
p {
|
|
2791
|
-
margin: 0px;
|
|
2792
|
-
}
|
|
2793
|
-
li {
|
|
2794
|
-
display: flex;
|
|
2795
|
-
}
|
|
2796
|
-
li {
|
|
2797
|
-
> label {
|
|
2798
|
-
margin-top: 0.25rem;
|
|
2799
|
-
}
|
|
2800
|
-
> label {
|
|
2801
|
-
margin-right: 0.5rem;
|
|
2802
|
-
}
|
|
2803
|
-
> label {
|
|
2804
|
-
flex: 1 1 auto;
|
|
2805
|
-
}
|
|
2806
|
-
> label {
|
|
2807
|
-
flex-shrink: 0;
|
|
2808
|
-
}
|
|
2809
|
-
> label {
|
|
2810
|
-
flex-grow: 0;
|
|
2811
|
-
}
|
|
2812
|
-
> label {
|
|
2813
|
-
-webkit-user-select: none;
|
|
2814
|
-
-moz-user-select: none;
|
|
2815
|
-
user-select: none;
|
|
2816
|
-
}
|
|
2817
|
-
> div {
|
|
2818
|
-
flex: 1 1 auto;
|
|
2819
|
-
}
|
|
2820
|
-
&[data-checked='true'] {
|
|
2821
|
-
text-decoration-line: line-through;
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
|
-
/* Placeholder Styles */
|
|
2826
|
-
.is-empty::before {
|
|
2827
|
-
pointer-events: none;
|
|
2828
|
-
}
|
|
2829
|
-
.is-empty::before {
|
|
2830
|
-
float: left;
|
|
2831
|
-
}
|
|
2832
|
-
.is-empty::before {
|
|
2833
|
-
height: 0px;
|
|
2834
|
-
}
|
|
2835
|
-
.is-empty::before {
|
|
2836
|
-
width: 100%;
|
|
2837
|
-
}
|
|
2838
|
-
.is-empty::before {
|
|
2839
|
-
color: rgb(0 0 0 / 0.4);
|
|
2840
|
-
}
|
|
2841
|
-
.is-empty:is([data-theme="dark"] *)::before {
|
|
2842
|
-
color: rgb(255 255 255 / 0.4);
|
|
2843
|
-
}
|
|
2844
|
-
&.ProseMirror-focused {
|
|
2845
|
-
/* Slashmenu Placeholder */
|
|
2846
|
-
>p.has-focus.is-empty::before {
|
|
2847
|
-
content: 'Type / to browse options';
|
|
2848
|
-
}
|
|
2849
|
-
>[data-type='columns']>[data-type='column']>p.is-empty.has-focus::before {
|
|
2850
|
-
content: 'Type / to browse options';
|
|
2851
|
-
}
|
|
2852
|
-
>[dir='rtl']>p.has-focus.is-empty::before {
|
|
2853
|
-
text-align: right;
|
|
2854
|
-
}
|
|
2855
|
-
}
|
|
2856
|
-
/* Default Placeholder */
|
|
2857
|
-
&>.is-editor-empty::before {
|
|
2858
|
-
content: 'Click here to start writing …';
|
|
2859
|
-
}
|
|
2860
|
-
/* Blockquote Placeholder */
|
|
2861
|
-
blockquote .is-empty:not(.is-editor-empty):first-child:last-child::before {
|
|
2862
|
-
content: 'Enter a quote';
|
|
2863
|
-
}
|
|
2864
|
-
blockquote+figcaption.is-empty:not(.is-editor-empty)::before {
|
|
2865
|
-
content: 'Author';
|
|
2866
|
-
}
|
|
2867
|
-
[data-placeholder][data-suggestion]::before,
|
|
2868
|
-
[data-placeholder][data-suggestion] *::before {
|
|
2869
|
-
content: none !important;
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
/* Additional languages EN*/
|
|
2874
|
-
|
|
2875
|
-
.ProseMirror:lang(en) {
|
|
2876
|
-
/* Placeholder Styles */
|
|
2877
|
-
.is-empty::before {
|
|
2878
|
-
content: 'Click here to start writing …';
|
|
2879
|
-
}
|
|
2880
|
-
&:lang(ar)>p.has-focus.is-empty::before {
|
|
2881
|
-
content: 'Type / to browse options';
|
|
2882
|
-
}
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
/* Additional languages AR*/
|
|
2886
|
-
|
|
2887
|
-
.ProseMirror:lang(ar) {
|
|
2888
|
-
/* Placeholder Styles */
|
|
2889
|
-
.is-empty::before {
|
|
2890
|
-
content: 'انقر هنا للبدء في الكتابة…';
|
|
2891
|
-
}
|
|
2892
|
-
&:lang(ar)>p.has-focus.is-empty::before {
|
|
2893
|
-
content: 'اكتب / لاستعراض الخيارات';
|
|
2894
|
-
}
|
|
2895
|
-
}
|
|
2896
|
-
|
|
2897
|
-
/* Additional languages FA*/
|
|
2898
|
-
|
|
2899
|
-
.ProseMirror:lang(fa) {
|
|
2900
|
-
/* Placeholder Styles */
|
|
2901
|
-
.is-empty::before {
|
|
2902
|
-
content: 'برای شروع نوشتن اینجا کلیک کنید…';
|
|
2903
|
-
}
|
|
2904
|
-
&:lang(ar)>p.has-focus.is-empty::before {
|
|
2905
|
-
content: 'برای مرور گزینه ها، / را تایپ کنید';
|
|
2906
|
-
}
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
/* Additional languages FR*/
|
|
2910
|
-
|
|
2911
|
-
.ProseMirror:lang(fr) {
|
|
2912
|
-
/* Placeholder Styles */
|
|
2913
|
-
.is-empty::before {
|
|
2914
|
-
content: 'Cliquez ici pour commencer à écrire…';
|
|
2915
|
-
}
|
|
2916
|
-
&:lang(ar)>p.has-focus.is-empty::before {
|
|
2917
|
-
content: 'Tapez / pour parcourir les options';
|
|
2918
|
-
}
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
/* Additional languages ES*/
|
|
2922
|
-
|
|
2923
|
-
.ProseMirror:lang(es) {
|
|
2924
|
-
/* Placeholder Styles */
|
|
2925
|
-
.is-empty::before {
|
|
2926
|
-
content: 'Haz clic aquí para empezar a escribir…';
|
|
2927
|
-
}
|
|
2928
|
-
>p.has-focus.is-empty::before {
|
|
2929
|
-
content: 'Escriba / para buscar opciones';
|
|
2930
|
-
}
|
|
2931
|
-
}
|
|
2932
|
-
|
|
2933
|
-
/* Additional languages RU*/
|
|
2934
|
-
|
|
2935
|
-
.ProseMirror:lang(ru) {
|
|
2936
|
-
/* Placeholder Styles */
|
|
2937
|
-
.is-empty::before {
|
|
2938
|
-
content: 'Нажмите здесь, чтобы начать писать…';
|
|
2939
|
-
}
|
|
2940
|
-
>p.has-focus.is-empty::before {
|
|
2941
|
-
content: 'Введите / для просмотра вариантов';
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
|
|
2945
|
-
/* Additional languages TR*/
|
|
2946
|
-
|
|
2947
|
-
.ProseMirror:lang(tr) {
|
|
2948
|
-
/* Placeholder Styles */
|
|
2949
|
-
.is-empty::before {
|
|
2950
|
-
content: 'Seçenekleri göz atmak için / yazın…';
|
|
2951
|
-
}
|
|
2952
|
-
>p.has-focus.is-empty::before {
|
|
2953
|
-
content: 'Seçenekleri gözden geçirmek için / tuşlayın';
|
|
2954
|
-
}
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
|
-
/* Additional languages DE*/
|
|
2958
|
-
|
|
2959
|
-
.ProseMirror:lang(de) {
|
|
2960
|
-
/* Placeholder Styles */
|
|
2961
|
-
.is-empty::before {
|
|
2962
|
-
content: 'Klicken Sie hier, um mit dem Schreiben zu beginnen…';
|
|
2963
|
-
}
|
|
2964
|
-
>p.has-focus.is-empty::before {
|
|
2965
|
-
content: 'Tippen Sie / ein, um Optionen zu durchsuchen';
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
.ProseMirror {
|
|
2970
|
-
.tableWrapper {
|
|
2971
|
-
margin-top: 3rem;
|
|
2972
|
-
margin-bottom: 3rem;
|
|
2973
|
-
}
|
|
2974
|
-
table {
|
|
2975
|
-
box-sizing: border-box;
|
|
2976
|
-
}
|
|
2977
|
-
table {
|
|
2978
|
-
width: 100%;
|
|
2979
|
-
}
|
|
2980
|
-
table {
|
|
2981
|
-
border-collapse: collapse;
|
|
2982
|
-
}
|
|
2983
|
-
table {
|
|
2984
|
-
border-radius: 0.25rem;
|
|
2985
|
-
}
|
|
2986
|
-
table {
|
|
2987
|
-
border-color: rgb(0 0 0 / 0.1);
|
|
2988
|
-
}
|
|
2989
|
-
table:is([data-theme="dark"] *) {
|
|
2990
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
2991
|
-
}
|
|
2992
|
-
table {
|
|
2993
|
-
td,
|
|
2994
|
-
th {
|
|
2995
|
-
position: relative;
|
|
2996
|
-
}
|
|
2997
|
-
td,
|
|
2998
|
-
th {
|
|
2999
|
-
min-width: 100px;
|
|
3000
|
-
}
|
|
3001
|
-
td,
|
|
3002
|
-
th {
|
|
3003
|
-
border-width: 1px;
|
|
3004
|
-
}
|
|
3005
|
-
td,
|
|
3006
|
-
th {
|
|
3007
|
-
border-color: rgb(0 0 0 / 0.1);
|
|
3008
|
-
}
|
|
3009
|
-
td,
|
|
3010
|
-
th {
|
|
3011
|
-
padding: 0.5rem;
|
|
3012
|
-
}
|
|
3013
|
-
td,
|
|
3014
|
-
th {
|
|
3015
|
-
text-align: left;
|
|
3016
|
-
}
|
|
3017
|
-
td,
|
|
3018
|
-
th {
|
|
3019
|
-
vertical-align: top;
|
|
3020
|
-
}
|
|
3021
|
-
td:is([data-theme="dark"] *),
|
|
3022
|
-
th:is([data-theme="dark"] *) {
|
|
3023
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3024
|
-
}
|
|
3025
|
-
td,
|
|
3026
|
-
th {
|
|
3027
|
-
&:first-of-type:not(a) {
|
|
3028
|
-
margin-top: 0px;
|
|
3029
|
-
}
|
|
3030
|
-
p {
|
|
3031
|
-
margin: 0px;
|
|
3032
|
-
}
|
|
3033
|
-
p {
|
|
3034
|
-
& + p {
|
|
3035
|
-
margin-top: 0.75rem;
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
th {
|
|
3040
|
-
font-weight: 700;
|
|
3041
|
-
}
|
|
3042
|
-
.column-resize-handle {
|
|
3043
|
-
pointer-events: none;
|
|
3044
|
-
}
|
|
3045
|
-
.column-resize-handle {
|
|
3046
|
-
position: absolute;
|
|
3047
|
-
}
|
|
3048
|
-
.column-resize-handle {
|
|
3049
|
-
bottom: -2px;
|
|
3050
|
-
}
|
|
3051
|
-
.column-resize-handle {
|
|
3052
|
-
right: -0.25rem;
|
|
3053
|
-
}
|
|
3054
|
-
.column-resize-handle {
|
|
3055
|
-
top: 0px;
|
|
3056
|
-
}
|
|
3057
|
-
.column-resize-handle {
|
|
3058
|
-
display: flex;
|
|
3059
|
-
}
|
|
3060
|
-
.column-resize-handle {
|
|
3061
|
-
width: 0.5rem;
|
|
3062
|
-
}
|
|
3063
|
-
.column-resize-handle {
|
|
3064
|
-
&::before {
|
|
3065
|
-
margin-left: 0.5rem;
|
|
3066
|
-
}
|
|
3067
|
-
&::before {
|
|
3068
|
-
height: 100%;
|
|
3069
|
-
}
|
|
3070
|
-
&::before {
|
|
3071
|
-
width: 1px;
|
|
3072
|
-
}
|
|
3073
|
-
&::before {
|
|
3074
|
-
background-color: rgb(0 0 0 / 0.2);
|
|
3075
|
-
}
|
|
3076
|
-
&:is([data-theme="dark"] *)::before {
|
|
3077
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
3078
|
-
}
|
|
3079
|
-
&::before {
|
|
3080
|
-
content: '';
|
|
3081
|
-
}
|
|
3082
|
-
}
|
|
3083
|
-
.selectedCell {
|
|
3084
|
-
border-style: double;
|
|
3085
|
-
}
|
|
3086
|
-
.selectedCell {
|
|
3087
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
3088
|
-
}
|
|
3089
|
-
.selectedCell {
|
|
3090
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
3091
|
-
}
|
|
3092
|
-
.selectedCell:is([data-theme="dark"] *) {
|
|
3093
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3094
|
-
}
|
|
3095
|
-
.selectedCell:is([data-theme="dark"] *) {
|
|
3096
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3097
|
-
}
|
|
3098
|
-
.grip-column,
|
|
3099
|
-
.grip-row {
|
|
3100
|
-
position: absolute;
|
|
3101
|
-
}
|
|
3102
|
-
.grip-column,
|
|
3103
|
-
.grip-row {
|
|
3104
|
-
z-index: 10;
|
|
3105
|
-
}
|
|
3106
|
-
.grip-column,
|
|
3107
|
-
.grip-row {
|
|
3108
|
-
display: flex;
|
|
3109
|
-
}
|
|
3110
|
-
.grip-column,
|
|
3111
|
-
.grip-row {
|
|
3112
|
-
cursor: pointer;
|
|
3113
|
-
}
|
|
3114
|
-
.grip-column,
|
|
3115
|
-
.grip-row {
|
|
3116
|
-
align-items: center;
|
|
3117
|
-
}
|
|
3118
|
-
.grip-column,
|
|
3119
|
-
.grip-row {
|
|
3120
|
-
justify-content: center;
|
|
3121
|
-
}
|
|
3122
|
-
.grip-column,
|
|
3123
|
-
.grip-row {
|
|
3124
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
3125
|
-
}
|
|
3126
|
-
.grip-column:is([data-theme="dark"] *),
|
|
3127
|
-
.grip-row:is([data-theme="dark"] *) {
|
|
3128
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3129
|
-
}
|
|
3130
|
-
.grip-column {
|
|
3131
|
-
left: 0px;
|
|
3132
|
-
}
|
|
3133
|
-
.grip-column {
|
|
3134
|
-
top: -0.75rem;
|
|
3135
|
-
}
|
|
3136
|
-
.grip-column {
|
|
3137
|
-
margin-left: -1px;
|
|
3138
|
-
}
|
|
3139
|
-
.grip-column {
|
|
3140
|
-
height: 0.75rem;
|
|
3141
|
-
}
|
|
3142
|
-
.grip-column {
|
|
3143
|
-
width: calc(100% + 1px);
|
|
3144
|
-
}
|
|
3145
|
-
.grip-column {
|
|
3146
|
-
border-left-width: 1px;
|
|
3147
|
-
}
|
|
3148
|
-
.grip-column {
|
|
3149
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
3150
|
-
}
|
|
3151
|
-
.grip-column:is([data-theme="dark"] *) {
|
|
3152
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3153
|
-
}
|
|
3154
|
-
.grip-column {
|
|
3155
|
-
&:hover,
|
|
3156
|
-
&.selected {
|
|
3157
|
-
&::before {
|
|
3158
|
-
content: '';
|
|
3159
|
-
}
|
|
3160
|
-
&::before {
|
|
3161
|
-
width: 0.625rem;
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
&:hover {
|
|
3165
|
-
background-color: rgb(0 0 0 / 0.1);
|
|
3166
|
-
}
|
|
3167
|
-
&:hover:is([data-theme="dark"] *) {
|
|
3168
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
3169
|
-
}
|
|
3170
|
-
&:hover {
|
|
3171
|
-
&::before {
|
|
3172
|
-
border-bottom-width: 2px;
|
|
3173
|
-
}
|
|
3174
|
-
&::before {
|
|
3175
|
-
border-style: dotted;
|
|
3176
|
-
}
|
|
3177
|
-
&::before {
|
|
3178
|
-
border-color: rgb(0 0 0 / 0.6);
|
|
3179
|
-
}
|
|
3180
|
-
&:is([data-theme="dark"] *)::before {
|
|
3181
|
-
border-color: rgb(255 255 255 / 0.6);
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
|
-
&.first {
|
|
3185
|
-
border-top-left-radius: 0.125rem;
|
|
3186
|
-
}
|
|
3187
|
-
&.first {
|
|
3188
|
-
border-color: transparent;
|
|
3189
|
-
}
|
|
3190
|
-
&.last {
|
|
3191
|
-
border-top-right-radius: 0.125rem;
|
|
3192
|
-
}
|
|
3193
|
-
&.selected {
|
|
3194
|
-
border-color: rgb(0 0 0 / 0.3);
|
|
3195
|
-
}
|
|
3196
|
-
&.selected {
|
|
3197
|
-
background-color: rgb(0 0 0 / 0.3);
|
|
3198
|
-
}
|
|
3199
|
-
&.selected {
|
|
3200
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3201
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
3202
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3203
|
-
}
|
|
3204
|
-
&.selected:is([data-theme="dark"] *) {
|
|
3205
|
-
border-color: rgb(255 255 255 / 0.3);
|
|
3206
|
-
}
|
|
3207
|
-
&.selected:is([data-theme="dark"] *) {
|
|
3208
|
-
background-color: rgb(255 255 255 / 0.3);
|
|
3209
|
-
}
|
|
3210
|
-
&.selected {
|
|
3211
|
-
&::before {
|
|
3212
|
-
border-bottom-width: 2px;
|
|
3213
|
-
}
|
|
3214
|
-
&::before {
|
|
3215
|
-
border-style: dotted;
|
|
3216
|
-
}
|
|
3217
|
-
}
|
|
3218
|
-
}
|
|
3219
|
-
.grip-row {
|
|
3220
|
-
left: -0.75rem;
|
|
3221
|
-
}
|
|
3222
|
-
.grip-row {
|
|
3223
|
-
top: 0px;
|
|
3224
|
-
}
|
|
3225
|
-
.grip-row {
|
|
3226
|
-
margin-top: -1px;
|
|
3227
|
-
}
|
|
3228
|
-
.grip-row {
|
|
3229
|
-
height: calc(100% + 1px);
|
|
3230
|
-
}
|
|
3231
|
-
.grip-row {
|
|
3232
|
-
width: 0.75rem;
|
|
3233
|
-
}
|
|
3234
|
-
.grip-row {
|
|
3235
|
-
border-top-width: 1px;
|
|
3236
|
-
}
|
|
3237
|
-
.grip-row {
|
|
3238
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
3239
|
-
}
|
|
3240
|
-
.grip-row:is([data-theme="dark"] *) {
|
|
3241
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3242
|
-
}
|
|
3243
|
-
.grip-row {
|
|
3244
|
-
&:hover,
|
|
3245
|
-
&.selected {
|
|
3246
|
-
&::before {
|
|
3247
|
-
height: 0.625rem;
|
|
3248
|
-
}
|
|
3249
|
-
&::before {
|
|
3250
|
-
content: '';
|
|
3251
|
-
}
|
|
3252
|
-
}
|
|
3253
|
-
&:hover {
|
|
3254
|
-
background-color: rgb(0 0 0 / 0.1);
|
|
3255
|
-
}
|
|
3256
|
-
&:hover:is([data-theme="dark"] *) {
|
|
3257
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
3258
|
-
}
|
|
3259
|
-
&:hover {
|
|
3260
|
-
&::before {
|
|
3261
|
-
border-left-width: 2px;
|
|
3262
|
-
}
|
|
3263
|
-
&::before {
|
|
3264
|
-
border-style: dotted;
|
|
3265
|
-
}
|
|
3266
|
-
&::before {
|
|
3267
|
-
border-color: rgb(0 0 0 / 0.6);
|
|
3268
|
-
}
|
|
3269
|
-
&:is([data-theme="dark"] *)::before {
|
|
3270
|
-
border-color: rgb(255 255 255 / 0.6);
|
|
3271
|
-
}
|
|
3272
|
-
}
|
|
3273
|
-
&.first {
|
|
3274
|
-
border-top-left-radius: 0.125rem;
|
|
3275
|
-
}
|
|
3276
|
-
&.first {
|
|
3277
|
-
border-color: transparent;
|
|
3278
|
-
}
|
|
3279
|
-
&.last {
|
|
3280
|
-
border-bottom-left-radius: 0.125rem;
|
|
3281
|
-
}
|
|
3282
|
-
&.selected {
|
|
3283
|
-
border-color: rgb(0 0 0 / 0.3);
|
|
3284
|
-
}
|
|
3285
|
-
&.selected {
|
|
3286
|
-
background-color: rgb(0 0 0 / 0.3);
|
|
3287
|
-
}
|
|
3288
|
-
&.selected {
|
|
3289
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3290
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
3291
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3292
|
-
}
|
|
3293
|
-
&.selected:is([data-theme="dark"] *) {
|
|
3294
|
-
border-color: rgb(255 255 255 / 0.3);
|
|
3295
|
-
}
|
|
3296
|
-
&.selected:is([data-theme="dark"] *) {
|
|
3297
|
-
background-color: rgb(255 255 255 / 0.3);
|
|
3298
|
-
}
|
|
3299
|
-
&.selected {
|
|
3300
|
-
&::before {
|
|
3301
|
-
border-left-width: 2px;
|
|
3302
|
-
}
|
|
3303
|
-
&::before {
|
|
3304
|
-
border-style: dotted;
|
|
3305
|
-
}
|
|
3306
|
-
}
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
|
-
p {
|
|
3310
|
-
margin-top: 1.5rem;
|
|
3311
|
-
margin-bottom: 1.5rem;
|
|
3312
|
-
}
|
|
3313
|
-
p {
|
|
3314
|
-
padding-bottom: 2rem;
|
|
3315
|
-
}
|
|
3316
|
-
p {
|
|
3317
|
-
line-height: 1.625;
|
|
3318
|
-
}
|
|
3319
|
-
p:first-child {
|
|
3320
|
-
margin-top: 0px;
|
|
3321
|
-
}
|
|
3322
|
-
p:first-child {
|
|
3323
|
-
padding-bottom: 1.5rem;
|
|
3324
|
-
}
|
|
3325
|
-
p:last-child {
|
|
3326
|
-
margin-bottom: 0px;
|
|
3327
|
-
}
|
|
3328
|
-
& > p {
|
|
3329
|
-
margin-top: 1.5rem;
|
|
3330
|
-
margin-bottom: 1.5rem;
|
|
3331
|
-
}
|
|
3332
|
-
& > p:first-child {
|
|
3333
|
-
margin-top: 0px;
|
|
3334
|
-
}
|
|
3335
|
-
& > p:last-child {
|
|
3336
|
-
margin-bottom: 0px;
|
|
3337
|
-
}
|
|
3338
|
-
h1 {
|
|
3339
|
-
font-size: 1.875rem;
|
|
3340
|
-
line-height: 2.25rem;
|
|
3341
|
-
}
|
|
3342
|
-
h2 {
|
|
3343
|
-
font-size: 1.5rem;
|
|
3344
|
-
line-height: 2rem;
|
|
3345
|
-
}
|
|
3346
|
-
h3 {
|
|
3347
|
-
font-size: 1.25rem;
|
|
3348
|
-
line-height: 1.75rem;
|
|
3349
|
-
}
|
|
3350
|
-
h4 {
|
|
3351
|
-
font-size: 1.125rem;
|
|
3352
|
-
line-height: 1.75rem;
|
|
3353
|
-
}
|
|
3354
|
-
h5 {
|
|
3355
|
-
font-size: 1rem;
|
|
3356
|
-
line-height: 1.5rem;
|
|
3357
|
-
}
|
|
3358
|
-
h6 {
|
|
3359
|
-
font-size: 0.875rem;
|
|
3360
|
-
line-height: 1.25rem;
|
|
3361
|
-
}
|
|
3362
|
-
h1,
|
|
3363
|
-
h2,
|
|
3364
|
-
h3,
|
|
3365
|
-
h4,
|
|
3366
|
-
h5,
|
|
3367
|
-
h6 {
|
|
3368
|
-
font-weight: 700;
|
|
3369
|
-
}
|
|
3370
|
-
h1:first-child,
|
|
3371
|
-
h2:first-child,
|
|
3372
|
-
h3:first-child,
|
|
3373
|
-
h4:first-child,
|
|
3374
|
-
h5:first-child,
|
|
3375
|
-
h6:first-child {
|
|
3376
|
-
margin-top: 0px;
|
|
3377
|
-
}
|
|
3378
|
-
h1:last-child,
|
|
3379
|
-
h2:last-child,
|
|
3380
|
-
h3:last-child,
|
|
3381
|
-
h4:last-child,
|
|
3382
|
-
h5:last-child,
|
|
3383
|
-
h6:last-child {
|
|
3384
|
-
margin-bottom: 0px;
|
|
3385
|
-
}
|
|
3386
|
-
h1,
|
|
3387
|
-
h2,
|
|
3388
|
-
h3 {
|
|
3389
|
-
margin-top: 3rem;
|
|
3390
|
-
}
|
|
3391
|
-
h4,
|
|
3392
|
-
h5,
|
|
3393
|
-
h6 {
|
|
3394
|
-
margin-top: 2rem;
|
|
3395
|
-
}
|
|
3396
|
-
a.link {
|
|
3397
|
-
font-weight: 800;
|
|
3398
|
-
}
|
|
3399
|
-
a.link {
|
|
3400
|
-
--tw-text-opacity: 1;
|
|
3401
|
-
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
3402
|
-
}
|
|
3403
|
-
a.link:is([data-theme="dark"] *) {
|
|
3404
|
-
--tw-text-opacity: 1;
|
|
3405
|
-
color: rgb(96 165 250 / var(--tw-text-opacity));
|
|
3406
|
-
}
|
|
3407
|
-
mark {
|
|
3408
|
-
border-radius: 0.125rem;
|
|
3409
|
-
}
|
|
3410
|
-
mark {
|
|
3411
|
-
--tw-bg-opacity: 1;
|
|
3412
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
|
|
3413
|
-
}
|
|
3414
|
-
mark {
|
|
3415
|
-
-webkit-box-decoration-break: clone;
|
|
3416
|
-
box-decoration-break: clone;
|
|
3417
|
-
}
|
|
3418
|
-
mark {
|
|
3419
|
-
padding-top: 0.25rem;
|
|
3420
|
-
padding-bottom: 0.25rem;
|
|
3421
|
-
}
|
|
3422
|
-
mark {
|
|
3423
|
-
padding-left: 0px;
|
|
3424
|
-
padding-right: 0px;
|
|
3425
|
-
}
|
|
3426
|
-
mark {
|
|
3427
|
-
color: inherit;
|
|
3428
|
-
}
|
|
3429
|
-
mark:is([data-theme="dark"] *) {
|
|
3430
|
-
--tw-bg-opacity: 1;
|
|
3431
|
-
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
|
|
3432
|
-
}
|
|
3433
|
-
& img {
|
|
3434
|
-
height: auto;
|
|
3435
|
-
}
|
|
3436
|
-
& img {
|
|
3437
|
-
width: 100%;
|
|
3438
|
-
}
|
|
3439
|
-
& img {
|
|
3440
|
-
max-width: 100%;
|
|
3441
|
-
}
|
|
3442
|
-
[data-type='horizontalRule'] {
|
|
3443
|
-
margin-top: 2rem;
|
|
3444
|
-
margin-bottom: 2rem;
|
|
3445
|
-
}
|
|
3446
|
-
[data-type='horizontalRule'] {
|
|
3447
|
-
cursor: pointer;
|
|
3448
|
-
}
|
|
3449
|
-
[data-type='horizontalRule'] {
|
|
3450
|
-
padding-top: 1rem;
|
|
3451
|
-
padding-bottom: 1rem;
|
|
3452
|
-
}
|
|
3453
|
-
[data-type='horizontalRule'] {
|
|
3454
|
-
transition-property: all;
|
|
3455
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3456
|
-
transition-duration: 150ms;
|
|
3457
|
-
}
|
|
3458
|
-
[data-type='horizontalRule'] {
|
|
3459
|
-
transition-duration: 100ms;
|
|
3460
|
-
}
|
|
3461
|
-
[data-type='horizontalRule'] {
|
|
3462
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3463
|
-
}
|
|
3464
|
-
[data-type='horizontalRule'] {
|
|
3465
|
-
animation-duration: 100ms;
|
|
3466
|
-
}
|
|
3467
|
-
[data-type='horizontalRule'] {
|
|
3468
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3469
|
-
}
|
|
3470
|
-
[data-type='horizontalRule'] {
|
|
3471
|
-
&.ProseMirror-selectednode {
|
|
3472
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
3473
|
-
}
|
|
3474
|
-
&.ProseMirror-selectednode:is([data-theme="dark"] *) {
|
|
3475
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3476
|
-
}
|
|
3477
|
-
&.ProseMirror-selectednode {
|
|
3478
|
-
hr {
|
|
3479
|
-
border-top-color: rgb(0 0 0 / 0.3);
|
|
3480
|
-
}
|
|
3481
|
-
hr:is([data-theme="dark"] *) {
|
|
3482
|
-
border-top-color: rgb(255 255 255 / 0.3);
|
|
3483
|
-
}
|
|
3484
|
-
}
|
|
3485
|
-
&:hover:not(&.ProseMirror-selectednode) {
|
|
3486
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
3487
|
-
}
|
|
3488
|
-
&:hover:not(&.ProseMirror-selectednode):is([data-theme="dark"] *) {
|
|
3489
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3490
|
-
}
|
|
3491
|
-
hr {
|
|
3492
|
-
border-width: 0px;
|
|
3493
|
-
}
|
|
3494
|
-
hr {
|
|
3495
|
-
border-top-width: 1px;
|
|
3496
|
-
}
|
|
3497
|
-
hr {
|
|
3498
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
3499
|
-
}
|
|
3500
|
-
hr {
|
|
3501
|
-
background-color: rgb(0 0 0 / 0.8);
|
|
3502
|
-
}
|
|
3503
|
-
hr:is([data-theme="dark"] *) {
|
|
3504
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3505
|
-
}
|
|
3506
|
-
hr:is([data-theme="dark"] *) {
|
|
3507
|
-
background-color: rgb(255 255 255 / 0.8);
|
|
3508
|
-
}
|
|
3509
|
-
}
|
|
3510
|
-
.ProseMirror p[dir='rtl'],
|
|
3511
|
-
.ProseMirror h1[dir='rtl'],
|
|
3512
|
-
.ProseMirror h2[dir='rtl'],
|
|
3513
|
-
.ProseMirror h3[dir='rtl'],
|
|
3514
|
-
.ProseMirror h4[dir='rtl'],
|
|
3515
|
-
.ProseMirror h5[dir='rtl'],
|
|
3516
|
-
.ProseMirror h6[dir='rtl'] {
|
|
3517
|
-
text-align: right;
|
|
3518
|
-
}
|
|
3519
|
-
.ProseMirror p[dir='ltr'],
|
|
3520
|
-
.ProseMirror h1[dir='ltr'],
|
|
3521
|
-
.ProseMirror h2[dir='ltr'],
|
|
3522
|
-
.ProseMirror h3[dir='ltr'],
|
|
3523
|
-
.ProseMirror h4[dir='ltr'],
|
|
3524
|
-
.ProseMirror h5[dir='ltr'],
|
|
3525
|
-
.ProseMirror h6[dir='ltr'] {
|
|
3526
|
-
text-align: left;
|
|
3527
|
-
}
|
|
3528
|
-
}
|
|
3529
|
-
|
|
3530
|
-
.socialMediaCard {
|
|
3531
|
-
background: var(--theme-input-bg);
|
|
3532
|
-
border: 1px solid var(--theme-elevation-150);
|
|
3533
|
-
cursor: pointer;
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
.react-component {
|
|
3537
|
-
div:has(> .ProseMirror-trailingBreak) {
|
|
3538
|
-
margin: -10px;
|
|
3539
|
-
margin-left: 30px;
|
|
3540
|
-
display: hidden;
|
|
3541
|
-
width: 10px;
|
|
3542
|
-
position: absolute;
|
|
3543
|
-
left: "100%";
|
|
3544
|
-
}
|
|
3545
|
-
}
|
|
3546
|
-
|
|
3547
|
-
.socialMediaContainer {
|
|
3548
|
-
display: flex;
|
|
3549
|
-
justify-content: center;
|
|
3550
|
-
align-items: center;
|
|
3551
|
-
width: 100%;
|
|
3552
|
-
position: relative;
|
|
1244
|
+
animation-delay: -0.3s
|
|
3553
1245
|
}
|
|
3554
1246
|
|
|
3555
1247
|
.first\:ml-0:first-child {
|
|
3556
|
-
margin-left: 0px
|
|
1248
|
+
margin-left: 0px
|
|
3557
1249
|
}
|
|
3558
1250
|
|
|
3559
1251
|
.first\:mt-0:first-child {
|
|
3560
|
-
margin-top: 0px
|
|
1252
|
+
margin-top: 0px
|
|
3561
1253
|
}
|
|
3562
1254
|
|
|
3563
1255
|
.first\:mt-0\.5:first-child {
|
|
3564
|
-
margin-top: 0.125rem
|
|
1256
|
+
margin-top: 0.125rem
|
|
3565
1257
|
}
|
|
3566
1258
|
|
|
3567
1259
|
.first\:mt-1:first-child {
|
|
3568
|
-
margin-top: 0.25rem
|
|
1260
|
+
margin-top: 0.25rem
|
|
3569
1261
|
}
|
|
3570
1262
|
|
|
3571
1263
|
.first\:mt-1\.5:first-child {
|
|
3572
|
-
margin-top: 0.375rem
|
|
1264
|
+
margin-top: 0.375rem
|
|
3573
1265
|
}
|
|
3574
1266
|
|
|
3575
1267
|
.last\:mr-0:last-child {
|
|
3576
|
-
margin-right: 0px
|
|
1268
|
+
margin-right: 0px
|
|
3577
1269
|
}
|
|
3578
1270
|
|
|
3579
1271
|
.last\:mt-0:last-child {
|
|
3580
|
-
margin-top: 0px
|
|
1272
|
+
margin-top: 0px
|
|
3581
1273
|
}
|
|
3582
1274
|
|
|
3583
1275
|
.hover\:bg-black:hover {
|
|
3584
1276
|
--tw-bg-opacity: 1;
|
|
3585
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
1277
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
3586
1278
|
}
|
|
3587
1279
|
|
|
3588
1280
|
.hover\:bg-black\/10:hover {
|
|
3589
|
-
background-color: rgb(0 0 0 / 0.1)
|
|
1281
|
+
background-color: rgb(0 0 0 / 0.1)
|
|
3590
1282
|
}
|
|
3591
1283
|
|
|
3592
1284
|
.hover\:bg-black\/5:hover {
|
|
3593
|
-
background-color: rgb(0 0 0 / 0.05)
|
|
1285
|
+
background-color: rgb(0 0 0 / 0.05)
|
|
3594
1286
|
}
|
|
3595
1287
|
|
|
3596
1288
|
.hover\:bg-neutral-100:hover {
|
|
3597
1289
|
--tw-bg-opacity: 1;
|
|
3598
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity))
|
|
1290
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity))
|
|
3599
1291
|
}
|
|
3600
1292
|
|
|
3601
1293
|
.hover\:bg-neutral-300:hover {
|
|
3602
1294
|
--tw-bg-opacity: 1;
|
|
3603
|
-
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
1295
|
+
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
3604
1296
|
}
|
|
3605
1297
|
|
|
3606
1298
|
.hover\:bg-neutral-50:hover {
|
|
3607
1299
|
--tw-bg-opacity: 1;
|
|
3608
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
1300
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
3609
1301
|
}
|
|
3610
1302
|
|
|
3611
1303
|
.hover\:bg-neutral-800:hover {
|
|
3612
1304
|
--tw-bg-opacity: 1;
|
|
3613
|
-
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
1305
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
3614
1306
|
}
|
|
3615
1307
|
|
|
3616
1308
|
.hover\:bg-red-500:hover {
|
|
3617
1309
|
--tw-bg-opacity: 1;
|
|
3618
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
1310
|
+
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
3619
1311
|
}
|
|
3620
1312
|
|
|
3621
1313
|
.hover\:bg-opacity-20:hover {
|
|
3622
|
-
--tw-bg-opacity: 0.2
|
|
1314
|
+
--tw-bg-opacity: 0.2
|
|
3623
1315
|
}
|
|
3624
1316
|
|
|
3625
1317
|
.hover\:bg-opacity-5:hover {
|
|
3626
|
-
--tw-bg-opacity: 0.05
|
|
1318
|
+
--tw-bg-opacity: 0.05
|
|
3627
1319
|
}
|
|
3628
1320
|
|
|
3629
1321
|
.hover\:text-black:hover {
|
|
3630
1322
|
--tw-text-opacity: 1;
|
|
3631
|
-
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1323
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
3632
1324
|
}
|
|
3633
1325
|
|
|
3634
1326
|
.hover\:text-neutral-700:hover {
|
|
3635
1327
|
--tw-text-opacity: 1;
|
|
3636
|
-
color: rgb(64 64 64 / var(--tw-text-opacity))
|
|
1328
|
+
color: rgb(64 64 64 / var(--tw-text-opacity))
|
|
3637
1329
|
}
|
|
3638
1330
|
|
|
3639
1331
|
.hover\:text-neutral-800:hover {
|
|
3640
1332
|
--tw-text-opacity: 1;
|
|
3641
|
-
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
1333
|
+
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
3642
1334
|
}
|
|
3643
1335
|
|
|
3644
1336
|
.hover\:text-purple-600:hover {
|
|
3645
1337
|
--tw-text-opacity: 1;
|
|
3646
|
-
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
1338
|
+
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
3647
1339
|
}
|
|
3648
1340
|
|
|
3649
1341
|
.hover\:ring-1:hover {
|
|
3650
1342
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3651
1343
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3652
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
1344
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
3653
1345
|
}
|
|
3654
1346
|
|
|
3655
1347
|
.focus\:bg-transparent:focus {
|
|
3656
|
-
background-color: transparent
|
|
1348
|
+
background-color: transparent
|
|
3657
1349
|
}
|
|
3658
1350
|
|
|
3659
1351
|
.focus\:outline-none:focus {
|
|
3660
1352
|
outline: 2px solid transparent;
|
|
3661
|
-
outline-offset: 2px
|
|
1353
|
+
outline-offset: 2px
|
|
3662
1354
|
}
|
|
3663
1355
|
|
|
3664
1356
|
.focus\:outline:focus {
|
|
3665
|
-
outline-style: solid
|
|
1357
|
+
outline-style: solid
|
|
3666
1358
|
}
|
|
3667
1359
|
|
|
3668
1360
|
.focus\:outline-1:focus {
|
|
3669
|
-
outline-width: 1px
|
|
1361
|
+
outline-width: 1px
|
|
3670
1362
|
}
|
|
3671
1363
|
|
|
3672
1364
|
.focus\:outline-black:focus {
|
|
3673
|
-
outline-color: #000
|
|
1365
|
+
outline-color: #000
|
|
3674
1366
|
}
|
|
3675
1367
|
|
|
3676
1368
|
.focus\:outline-neutral-300:focus {
|
|
3677
|
-
outline-color: #d4d4d4
|
|
1369
|
+
outline-color: #d4d4d4
|
|
3678
1370
|
}
|
|
3679
1371
|
|
|
3680
1372
|
.focus\:ring-0:focus {
|
|
3681
1373
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3682
1374
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3683
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
1375
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
3684
1376
|
}
|
|
3685
1377
|
|
|
3686
1378
|
.active\:bg-black\/10:active {
|
|
3687
|
-
background-color: rgb(0 0 0 / 0.1)
|
|
1379
|
+
background-color: rgb(0 0 0 / 0.1)
|
|
3688
1380
|
}
|
|
3689
1381
|
|
|
3690
1382
|
.active\:bg-neutral-200:active {
|
|
3691
1383
|
--tw-bg-opacity: 1;
|
|
3692
|
-
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
1384
|
+
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
3693
1385
|
}
|
|
3694
1386
|
|
|
3695
1387
|
.active\:bg-neutral-900:active {
|
|
3696
1388
|
--tw-bg-opacity: 1;
|
|
3697
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
1389
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
3698
1390
|
}
|
|
3699
1391
|
|
|
3700
1392
|
.active\:bg-transparent:active {
|
|
3701
|
-
background-color: transparent
|
|
1393
|
+
background-color: transparent
|
|
3702
1394
|
}
|
|
3703
1395
|
|
|
3704
1396
|
.active\:text-neutral-800:active {
|
|
3705
1397
|
--tw-text-opacity: 1;
|
|
3706
|
-
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
1398
|
+
color: rgb(38 38 38 / var(--tw-text-opacity))
|
|
3707
1399
|
}
|
|
3708
1400
|
|
|
3709
1401
|
.active\:text-purple-600:active {
|
|
3710
1402
|
--tw-text-opacity: 1;
|
|
3711
|
-
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
1403
|
+
color: rgb(147 51 234 / var(--tw-text-opacity))
|
|
3712
1404
|
}
|
|
3713
1405
|
|
|
3714
1406
|
.active\:outline:active {
|
|
3715
|
-
outline-style: solid
|
|
1407
|
+
outline-style: solid
|
|
3716
1408
|
}
|
|
3717
1409
|
|
|
3718
1410
|
.active\:outline-black:active {
|
|
3719
|
-
outline-color: #000
|
|
1411
|
+
outline-color: #000
|
|
3720
1412
|
}
|
|
3721
1413
|
|
|
3722
1414
|
.disabled\:opacity-50:disabled {
|
|
3723
|
-
opacity: 0.5
|
|
1415
|
+
opacity: 0.5
|
|
3724
1416
|
}
|
|
3725
1417
|
|
|
3726
1418
|
.dark\:border-black:is([data-theme="dark"] *) {
|
|
3727
1419
|
--tw-border-opacity: 1;
|
|
3728
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity))
|
|
1420
|
+
border-color: rgb(0 0 0 / var(--tw-border-opacity))
|
|
3729
1421
|
}
|
|
3730
1422
|
|
|
3731
1423
|
.dark\:border-neutral-800:is([data-theme="dark"] *) {
|
|
3732
1424
|
--tw-border-opacity: 1;
|
|
3733
|
-
border-color: rgb(38 38 38 / var(--tw-border-opacity))
|
|
1425
|
+
border-color: rgb(38 38 38 / var(--tw-border-opacity))
|
|
3734
1426
|
}
|
|
3735
1427
|
|
|
3736
1428
|
.dark\:border-neutral-900:is([data-theme="dark"] *) {
|
|
3737
1429
|
--tw-border-opacity: 1;
|
|
3738
|
-
border-color: rgb(23 23 23 / var(--tw-border-opacity))
|
|
1430
|
+
border-color: rgb(23 23 23 / var(--tw-border-opacity))
|
|
3739
1431
|
}
|
|
3740
1432
|
|
|
3741
1433
|
.dark\:border-white:is([data-theme="dark"] *) {
|
|
3742
1434
|
--tw-border-opacity: 1;
|
|
3743
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity))
|
|
1435
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity))
|
|
3744
1436
|
}
|
|
3745
1437
|
|
|
3746
1438
|
.dark\:border-r-neutral-800:is([data-theme="dark"] *) {
|
|
3747
1439
|
--tw-border-opacity: 1;
|
|
3748
|
-
border-right-color: rgb(38 38 38 / var(--tw-border-opacity))
|
|
1440
|
+
border-right-color: rgb(38 38 38 / var(--tw-border-opacity))
|
|
3749
1441
|
}
|
|
3750
1442
|
|
|
3751
1443
|
.dark\:bg-black:is([data-theme="dark"] *) {
|
|
3752
1444
|
--tw-bg-opacity: 1;
|
|
3753
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
1445
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
|
3754
1446
|
}
|
|
3755
1447
|
|
|
3756
1448
|
.dark\:bg-green-400:is([data-theme="dark"] *) {
|
|
3757
1449
|
--tw-bg-opacity: 1;
|
|
3758
|
-
background-color: rgb(74 222 128 / var(--tw-bg-opacity))
|
|
1450
|
+
background-color: rgb(74 222 128 / var(--tw-bg-opacity))
|
|
3759
1451
|
}
|
|
3760
1452
|
|
|
3761
1453
|
.dark\:bg-neutral-300:is([data-theme="dark"] *) {
|
|
3762
1454
|
--tw-bg-opacity: 1;
|
|
3763
|
-
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
1455
|
+
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
3764
1456
|
}
|
|
3765
1457
|
|
|
3766
1458
|
.dark\:bg-neutral-800:is([data-theme="dark"] *) {
|
|
3767
1459
|
--tw-bg-opacity: 1;
|
|
3768
|
-
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
1460
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
3769
1461
|
}
|
|
3770
1462
|
|
|
3771
1463
|
.dark\:bg-neutral-900:is([data-theme="dark"] *) {
|
|
3772
1464
|
--tw-bg-opacity: 1;
|
|
3773
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
1465
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
3774
1466
|
}
|
|
3775
1467
|
|
|
3776
1468
|
.dark\:bg-red-400:is([data-theme="dark"] *) {
|
|
3777
1469
|
--tw-bg-opacity: 1;
|
|
3778
|
-
background-color: rgb(248 113 113 / var(--tw-bg-opacity))
|
|
1470
|
+
background-color: rgb(248 113 113 / var(--tw-bg-opacity))
|
|
3779
1471
|
}
|
|
3780
1472
|
|
|
3781
1473
|
.dark\:bg-white:is([data-theme="dark"] *) {
|
|
3782
1474
|
--tw-bg-opacity: 1;
|
|
3783
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
1475
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
3784
1476
|
}
|
|
3785
1477
|
|
|
3786
1478
|
.dark\:bg-white\/10:is([data-theme="dark"] *) {
|
|
3787
|
-
background-color: rgb(255 255 255 / 0.1)
|
|
1479
|
+
background-color: rgb(255 255 255 / 0.1)
|
|
3788
1480
|
}
|
|
3789
1481
|
|
|
3790
1482
|
.dark\:bg-white\/20:is([data-theme="dark"] *) {
|
|
3791
|
-
background-color: rgb(255 255 255 / 0.2)
|
|
1483
|
+
background-color: rgb(255 255 255 / 0.2)
|
|
3792
1484
|
}
|
|
3793
1485
|
|
|
3794
1486
|
.dark\:bg-yellow-400:is([data-theme="dark"] *) {
|
|
3795
1487
|
--tw-bg-opacity: 1;
|
|
3796
|
-
background-color: rgb(250 204 21 / var(--tw-bg-opacity))
|
|
1488
|
+
background-color: rgb(250 204 21 / var(--tw-bg-opacity))
|
|
3797
1489
|
}
|
|
3798
1490
|
|
|
3799
1491
|
.dark\:text-black:is([data-theme="dark"] *) {
|
|
3800
1492
|
--tw-text-opacity: 1;
|
|
3801
|
-
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
1493
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
3802
1494
|
}
|
|
3803
1495
|
|
|
3804
1496
|
.dark\:text-neutral-100:is([data-theme="dark"] *) {
|
|
3805
1497
|
--tw-text-opacity: 1;
|
|
3806
|
-
color: rgb(245 245 245 / var(--tw-text-opacity))
|
|
1498
|
+
color: rgb(245 245 245 / var(--tw-text-opacity))
|
|
3807
1499
|
}
|
|
3808
1500
|
|
|
3809
1501
|
.dark\:text-neutral-200:is([data-theme="dark"] *) {
|
|
3810
1502
|
--tw-text-opacity: 1;
|
|
3811
|
-
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
1503
|
+
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
3812
1504
|
}
|
|
3813
1505
|
|
|
3814
1506
|
.dark\:text-neutral-300:is([data-theme="dark"] *) {
|
|
3815
1507
|
--tw-text-opacity: 1;
|
|
3816
|
-
color: rgb(212 212 212 / var(--tw-text-opacity))
|
|
1508
|
+
color: rgb(212 212 212 / var(--tw-text-opacity))
|
|
3817
1509
|
}
|
|
3818
1510
|
|
|
3819
1511
|
.dark\:text-neutral-400:is([data-theme="dark"] *) {
|
|
3820
1512
|
--tw-text-opacity: 1;
|
|
3821
|
-
color: rgb(163 163 163 / var(--tw-text-opacity))
|
|
1513
|
+
color: rgb(163 163 163 / var(--tw-text-opacity))
|
|
3822
1514
|
}
|
|
3823
1515
|
|
|
3824
1516
|
.dark\:text-neutral-500:is([data-theme="dark"] *) {
|
|
3825
1517
|
--tw-text-opacity: 1;
|
|
3826
|
-
color: rgb(115 115 115 / var(--tw-text-opacity))
|
|
1518
|
+
color: rgb(115 115 115 / var(--tw-text-opacity))
|
|
3827
1519
|
}
|
|
3828
1520
|
|
|
3829
1521
|
.dark\:text-neutral-600:is([data-theme="dark"] *) {
|
|
3830
1522
|
--tw-text-opacity: 1;
|
|
3831
|
-
color: rgb(82 82 82 / var(--tw-text-opacity))
|
|
1523
|
+
color: rgb(82 82 82 / var(--tw-text-opacity))
|
|
3832
1524
|
}
|
|
3833
1525
|
|
|
3834
1526
|
.dark\:text-purple-400:is([data-theme="dark"] *) {
|
|
3835
1527
|
--tw-text-opacity: 1;
|
|
3836
|
-
color: rgb(192 132 252 / var(--tw-text-opacity))
|
|
1528
|
+
color: rgb(192 132 252 / var(--tw-text-opacity))
|
|
3837
1529
|
}
|
|
3838
1530
|
|
|
3839
1531
|
.dark\:text-red-500:is([data-theme="dark"] *) {
|
|
3840
1532
|
--tw-text-opacity: 1;
|
|
3841
|
-
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
1533
|
+
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
3842
1534
|
}
|
|
3843
1535
|
|
|
3844
1536
|
.dark\:text-white:is([data-theme="dark"] *) {
|
|
3845
1537
|
--tw-text-opacity: 1;
|
|
3846
|
-
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
1538
|
+
color: rgb(255 255 255 / var(--tw-text-opacity))
|
|
3847
1539
|
}
|
|
3848
1540
|
|
|
3849
1541
|
.dark\:text-white\/80:is([data-theme="dark"] *) {
|
|
3850
|
-
color: rgb(255 255 255 / 0.8)
|
|
1542
|
+
color: rgb(255 255 255 / 0.8)
|
|
3851
1543
|
}
|
|
3852
1544
|
|
|
3853
1545
|
.dark\:caret-white:is([data-theme="dark"] *) {
|
|
3854
|
-
caret-color: #fff
|
|
1546
|
+
caret-color: #fff
|
|
3855
1547
|
}
|
|
3856
1548
|
|
|
3857
1549
|
.dark\:hover\:bg-neutral-200:hover:is([data-theme="dark"] *) {
|
|
3858
1550
|
--tw-bg-opacity: 1;
|
|
3859
|
-
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
1551
|
+
background-color: rgb(229 229 229 / var(--tw-bg-opacity))
|
|
3860
1552
|
}
|
|
3861
1553
|
|
|
3862
1554
|
.dark\:hover\:bg-neutral-700:hover:is([data-theme="dark"] *) {
|
|
3863
1555
|
--tw-bg-opacity: 1;
|
|
3864
|
-
background-color: rgb(64 64 64 / var(--tw-bg-opacity))
|
|
1556
|
+
background-color: rgb(64 64 64 / var(--tw-bg-opacity))
|
|
3865
1557
|
}
|
|
3866
1558
|
|
|
3867
1559
|
.dark\:hover\:bg-neutral-800:hover:is([data-theme="dark"] *) {
|
|
3868
1560
|
--tw-bg-opacity: 1;
|
|
3869
|
-
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
1561
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
3870
1562
|
}
|
|
3871
1563
|
|
|
3872
1564
|
.dark\:hover\:bg-neutral-900:hover:is([data-theme="dark"] *) {
|
|
3873
1565
|
--tw-bg-opacity: 1;
|
|
3874
|
-
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
1566
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity))
|
|
3875
1567
|
}
|
|
3876
1568
|
|
|
3877
1569
|
.dark\:hover\:bg-red-500:hover:is([data-theme="dark"] *) {
|
|
3878
1570
|
--tw-bg-opacity: 1;
|
|
3879
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
1571
|
+
background-color: rgb(239 68 68 / var(--tw-bg-opacity))
|
|
3880
1572
|
}
|
|
3881
1573
|
|
|
3882
1574
|
.dark\:hover\:bg-white\/10:hover:is([data-theme="dark"] *) {
|
|
3883
|
-
background-color: rgb(255 255 255 / 0.1)
|
|
1575
|
+
background-color: rgb(255 255 255 / 0.1)
|
|
3884
1576
|
}
|
|
3885
1577
|
|
|
3886
1578
|
.dark\:hover\:bg-white\/20:hover:is([data-theme="dark"] *) {
|
|
3887
|
-
background-color: rgb(255 255 255 / 0.2)
|
|
1579
|
+
background-color: rgb(255 255 255 / 0.2)
|
|
3888
1580
|
}
|
|
3889
1581
|
|
|
3890
1582
|
.dark\:hover\:bg-opacity-20:hover:is([data-theme="dark"] *) {
|
|
3891
|
-
--tw-bg-opacity: 0.2
|
|
1583
|
+
--tw-bg-opacity: 0.2
|
|
3892
1584
|
}
|
|
3893
1585
|
|
|
3894
1586
|
.dark\:hover\:text-neutral-200:hover:is([data-theme="dark"] *) {
|
|
3895
1587
|
--tw-text-opacity: 1;
|
|
3896
|
-
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
1588
|
+
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
3897
1589
|
}
|
|
3898
1590
|
|
|
3899
1591
|
.dark\:hover\:text-neutral-300:hover:is([data-theme="dark"] *) {
|
|
3900
1592
|
--tw-text-opacity: 1;
|
|
3901
|
-
color: rgb(212 212 212 / var(--tw-text-opacity))
|
|
1593
|
+
color: rgb(212 212 212 / var(--tw-text-opacity))
|
|
3902
1594
|
}
|
|
3903
1595
|
|
|
3904
1596
|
.dark\:hover\:text-purple-200:hover:is([data-theme="dark"] *) {
|
|
3905
1597
|
--tw-text-opacity: 1;
|
|
3906
|
-
color: rgb(233 213 255 / var(--tw-text-opacity))
|
|
1598
|
+
color: rgb(233 213 255 / var(--tw-text-opacity))
|
|
3907
1599
|
}
|
|
3908
1600
|
|
|
3909
1601
|
.dark\:hover\:text-purple-300:hover:is([data-theme="dark"] *) {
|
|
3910
1602
|
--tw-text-opacity: 1;
|
|
3911
|
-
color: rgb(216 180 254 / var(--tw-text-opacity))
|
|
1603
|
+
color: rgb(216 180 254 / var(--tw-text-opacity))
|
|
3912
1604
|
}
|
|
3913
1605
|
|
|
3914
1606
|
.dark\:hover\:text-red-500:hover:is([data-theme="dark"] *) {
|
|
3915
1607
|
--tw-text-opacity: 1;
|
|
3916
|
-
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
1608
|
+
color: rgb(239 68 68 / var(--tw-text-opacity))
|
|
3917
1609
|
}
|
|
3918
1610
|
|
|
3919
1611
|
.dark\:focus\:outline-neutral-700:focus:is([data-theme="dark"] *) {
|
|
3920
|
-
outline-color: #404040
|
|
1612
|
+
outline-color: #404040
|
|
3921
1613
|
}
|
|
3922
1614
|
|
|
3923
1615
|
.dark\:focus\:outline-white:focus:is([data-theme="dark"] *) {
|
|
3924
|
-
outline-color: #fff
|
|
1616
|
+
outline-color: #fff
|
|
3925
1617
|
}
|
|
3926
1618
|
|
|
3927
1619
|
.dark\:active\:bg-neutral-300:active:is([data-theme="dark"] *) {
|
|
3928
1620
|
--tw-bg-opacity: 1;
|
|
3929
|
-
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
1621
|
+
background-color: rgb(212 212 212 / var(--tw-bg-opacity))
|
|
3930
1622
|
}
|
|
3931
1623
|
|
|
3932
1624
|
.dark\:active\:bg-neutral-700:active:is([data-theme="dark"] *) {
|
|
3933
1625
|
--tw-bg-opacity: 1;
|
|
3934
|
-
background-color: rgb(64 64 64 / var(--tw-bg-opacity))
|
|
1626
|
+
background-color: rgb(64 64 64 / var(--tw-bg-opacity))
|
|
3935
1627
|
}
|
|
3936
1628
|
|
|
3937
1629
|
.dark\:active\:bg-neutral-800:active:is([data-theme="dark"] *) {
|
|
3938
1630
|
--tw-bg-opacity: 1;
|
|
3939
|
-
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
1631
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity))
|
|
3940
1632
|
}
|
|
3941
1633
|
|
|
3942
1634
|
.dark\:active\:text-neutral-200:active:is([data-theme="dark"] *) {
|
|
3943
1635
|
--tw-text-opacity: 1;
|
|
3944
|
-
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
1636
|
+
color: rgb(229 229 229 / var(--tw-text-opacity))
|
|
3945
1637
|
}
|
|
3946
1638
|
|
|
3947
1639
|
.dark\:active\:text-purple-400:active:is([data-theme="dark"] *) {
|
|
3948
1640
|
--tw-text-opacity: 1;
|
|
3949
|
-
color: rgb(192 132 252 / var(--tw-text-opacity))
|
|
1641
|
+
color: rgb(192 132 252 / var(--tw-text-opacity))
|
|
3950
1642
|
}
|
|
3951
1643
|
|
|
3952
1644
|
.dark\:active\:outline-white:active:is([data-theme="dark"] *) {
|
|
3953
|
-
outline-color: #fff
|
|
1645
|
+
outline-color: #fff
|
|
3954
1646
|
}
|
|
3955
1647
|
|
|
3956
1648
|
@media (min-width: 1024px) {
|
|
3957
1649
|
.lg\:relative {
|
|
3958
|
-
position: relative
|
|
1650
|
+
position: relative
|
|
3959
1651
|
}
|
|
3960
1652
|
|
|
3961
1653
|
.lg\:h-auto {
|
|
3962
|
-
height: auto
|
|
1654
|
+
height: auto
|
|
3963
1655
|
}
|
|
3964
1656
|
|
|
3965
1657
|
.lg\:bg-white\/30 {
|
|
3966
|
-
background-color: rgb(255 255 255 / 0.3)
|
|
1658
|
+
background-color: rgb(255 255 255 / 0.3)
|
|
3967
1659
|
}
|
|
3968
1660
|
|
|
3969
1661
|
.lg\:backdrop-blur-xl {
|
|
3970
1662
|
--tw-backdrop-blur: blur(24px);
|
|
3971
1663
|
-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);
|
|
3972
|
-
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)
|
|
1664
|
+
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)
|
|
3973
1665
|
}
|
|
3974
1666
|
|
|
3975
1667
|
.lg\:dark\:bg-black\/30:is([data-theme="dark"] *) {
|
|
3976
|
-
background-color: rgb(0 0 0 / 0.3)
|
|
1668
|
+
background-color: rgb(0 0 0 / 0.3)
|
|
3977
1669
|
}
|
|
3978
1670
|
}
|