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