@seeqdev/qomponents 0.0.45 → 0.0.46
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/Button/Button.types.d.ts +2 -1
- package/dist/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/Modal/Modal.d.ts +5 -0
- package/dist/Modal/Modal.stories.d.ts +10 -0
- package/dist/Modal/Modal.test.d.ts +1 -0
- package/dist/Modal/Modal.types.d.ts +44 -0
- package/dist/Modal/index.d.ts +1 -0
- package/dist/TextField/TextField.types.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +421 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +420 -9
- package/dist/index.js.map +1 -1
- package/dist/styles.css +419 -183
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -100,12 +100,8 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.fc-
|
|
104
|
-
content: "\
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.fc-datalab-ai:before {
|
|
108
|
-
content: "\e900";
|
|
103
|
+
.fc-genai-chat:before {
|
|
104
|
+
content: "\e9ac";
|
|
109
105
|
}
|
|
110
106
|
|
|
111
107
|
.fc-marker:before {
|
|
@@ -121,695 +117,691 @@
|
|
|
121
117
|
}
|
|
122
118
|
|
|
123
119
|
.fc-scatterplot-line:before {
|
|
124
|
-
content: "\
|
|
120
|
+
content: "\e900";
|
|
125
121
|
}
|
|
126
122
|
|
|
127
123
|
.fc-annotate:before {
|
|
128
|
-
content: "\
|
|
124
|
+
content: "\e901";
|
|
129
125
|
}
|
|
130
126
|
|
|
131
127
|
.fc-capsule:before {
|
|
132
|
-
content: "\
|
|
128
|
+
content: "\e902";
|
|
133
129
|
}
|
|
134
130
|
|
|
135
131
|
.fc-search-limit:before {
|
|
136
|
-
content: "\
|
|
132
|
+
content: "\e903";
|
|
137
133
|
}
|
|
138
134
|
|
|
139
135
|
.fc-search-logic:before {
|
|
140
|
-
content: "\
|
|
136
|
+
content: "\e904";
|
|
141
137
|
}
|
|
142
138
|
|
|
143
139
|
.fc-search-pattern:before {
|
|
144
|
-
content: "\
|
|
140
|
+
content: "\e905";
|
|
145
141
|
}
|
|
146
142
|
|
|
147
143
|
.fc-search-power:before {
|
|
148
|
-
content: "\
|
|
144
|
+
content: "\e906";
|
|
149
145
|
}
|
|
150
146
|
|
|
151
147
|
.fc-home:before {
|
|
152
|
-
content: "\
|
|
148
|
+
content: "\e907";
|
|
153
149
|
}
|
|
154
150
|
|
|
155
151
|
.fc-capsule-set:before {
|
|
156
|
-
content: "\
|
|
152
|
+
content: "\e908";
|
|
157
153
|
}
|
|
158
154
|
|
|
159
155
|
.fc-scatterplot:before {
|
|
160
|
-
content: "\
|
|
156
|
+
content: "\e909";
|
|
161
157
|
}
|
|
162
158
|
|
|
163
159
|
.fc-series:before {
|
|
164
|
-
content: "\
|
|
160
|
+
content: "\e90a";
|
|
165
161
|
}
|
|
166
162
|
|
|
167
163
|
.fc-group:before {
|
|
168
|
-
content: "\
|
|
164
|
+
content: "\e90b";
|
|
169
165
|
}
|
|
170
166
|
|
|
171
167
|
.fc-boundary-alert:before {
|
|
172
|
-
content: "\
|
|
168
|
+
content: "\e90c";
|
|
173
169
|
}
|
|
174
170
|
|
|
175
171
|
.fc-chart-alert:before {
|
|
176
|
-
content: "\
|
|
172
|
+
content: "\e90d";
|
|
177
173
|
}
|
|
178
174
|
|
|
179
175
|
.fc-seeq-datalab:before {
|
|
180
|
-
content: "\
|
|
176
|
+
content: "\e90e";
|
|
181
177
|
}
|
|
182
178
|
|
|
183
179
|
.fc-seeq-datalab-lock:before {
|
|
184
|
-
content: "\
|
|
180
|
+
content: "\e90f";
|
|
185
181
|
}
|
|
186
182
|
|
|
187
183
|
.fc-all-items:before {
|
|
188
|
-
content: "\
|
|
184
|
+
content: "\e910";
|
|
189
185
|
}
|
|
190
186
|
|
|
191
187
|
.fc-asset-tree:before {
|
|
192
|
-
content: "\
|
|
188
|
+
content: "\e911";
|
|
193
189
|
}
|
|
194
190
|
|
|
195
191
|
.fc-trend:before {
|
|
196
|
-
content: "\
|
|
192
|
+
content: "\e912";
|
|
197
193
|
}
|
|
198
194
|
|
|
199
195
|
.fc-flag:before {
|
|
200
|
-
content: "\
|
|
196
|
+
content: "\e913";
|
|
201
197
|
}
|
|
202
198
|
|
|
203
199
|
.fc-capsules:before {
|
|
204
|
-
content: "\
|
|
200
|
+
content: "\e914";
|
|
205
201
|
}
|
|
206
202
|
|
|
207
203
|
.fc-connect:before {
|
|
208
|
-
content: "\
|
|
204
|
+
content: "\e915";
|
|
209
205
|
}
|
|
210
206
|
|
|
211
207
|
.fc-display-range:before {
|
|
212
|
-
content: "\
|
|
208
|
+
content: "\e916";
|
|
213
209
|
}
|
|
214
210
|
|
|
215
211
|
.fc-statistics:before {
|
|
216
|
-
content: "\
|
|
212
|
+
content: "\e917";
|
|
217
213
|
}
|
|
218
214
|
|
|
219
215
|
.fc-eye:before {
|
|
220
|
-
content: "\
|
|
216
|
+
content: "\e918";
|
|
221
217
|
}
|
|
222
218
|
|
|
223
219
|
.fc-eye-o:before {
|
|
224
|
-
content: "\
|
|
220
|
+
content: "\e919";
|
|
225
221
|
}
|
|
226
222
|
|
|
227
223
|
.fc-data-file:before {
|
|
228
|
-
content: "\
|
|
224
|
+
content: "\e91a";
|
|
229
225
|
}
|
|
230
226
|
|
|
231
227
|
.fc-gridline:before {
|
|
232
|
-
content: "\
|
|
228
|
+
content: "\e91b";
|
|
233
229
|
}
|
|
234
230
|
|
|
235
231
|
.fc-model-and-predict:before {
|
|
236
|
-
content: "\
|
|
232
|
+
content: "\e91c";
|
|
237
233
|
}
|
|
238
234
|
|
|
239
235
|
.fc-cleanse:before {
|
|
240
|
-
content: "\
|
|
236
|
+
content: "\e91d";
|
|
241
237
|
}
|
|
242
238
|
|
|
243
239
|
.fc-identify:before {
|
|
244
|
-
content: "\
|
|
240
|
+
content: "\e91e";
|
|
245
241
|
}
|
|
246
242
|
|
|
247
243
|
.fc-quantify:before {
|
|
248
|
-
content: "\
|
|
244
|
+
content: "\e91f";
|
|
249
245
|
}
|
|
250
246
|
|
|
251
247
|
.fc-treemap:before {
|
|
252
|
-
content: "\
|
|
248
|
+
content: "\e920";
|
|
253
249
|
}
|
|
254
250
|
|
|
255
251
|
.fc-series-dim:before {
|
|
256
|
-
content: "\
|
|
252
|
+
content: "\e921";
|
|
257
253
|
}
|
|
258
254
|
|
|
259
255
|
.fc-series-gen:before {
|
|
260
|
-
content: "\
|
|
256
|
+
content: "\e922";
|
|
261
257
|
}
|
|
262
258
|
|
|
263
259
|
.fc-formula:before {
|
|
264
|
-
content: "\
|
|
260
|
+
content: "\e923";
|
|
265
261
|
}
|
|
266
262
|
|
|
267
263
|
.fc-alignment:before {
|
|
268
|
-
content: "\
|
|
264
|
+
content: "\e924";
|
|
269
265
|
}
|
|
270
266
|
|
|
271
267
|
.fc-delete:before {
|
|
272
|
-
content: "\
|
|
268
|
+
content: "\e925";
|
|
273
269
|
}
|
|
274
270
|
|
|
275
271
|
.fc-list:before {
|
|
276
|
-
content: "\
|
|
272
|
+
content: "\e926";
|
|
277
273
|
}
|
|
278
274
|
|
|
279
275
|
.fc-tile:before {
|
|
280
|
-
content: "\
|
|
276
|
+
content: "\e927";
|
|
281
277
|
}
|
|
282
278
|
|
|
283
279
|
.fc-arrow_down:before {
|
|
284
|
-
content: "\
|
|
280
|
+
content: "\e928";
|
|
285
281
|
}
|
|
286
282
|
|
|
287
283
|
.fc-arrow_up:before {
|
|
288
|
-
content: "\
|
|
284
|
+
content: "\e929";
|
|
289
285
|
}
|
|
290
286
|
|
|
291
287
|
.fc-user-community:before {
|
|
292
|
-
content: "\
|
|
288
|
+
content: "\e92a";
|
|
293
289
|
}
|
|
294
290
|
|
|
295
291
|
.fc-certificate:before {
|
|
296
|
-
content: "\
|
|
292
|
+
content: "\e92b";
|
|
297
293
|
}
|
|
298
294
|
|
|
299
295
|
.fc-training:before {
|
|
300
|
-
content: "\
|
|
296
|
+
content: "\e92c";
|
|
301
297
|
}
|
|
302
298
|
|
|
303
299
|
.fc-knowledge-base:before {
|
|
304
|
-
content: "\
|
|
300
|
+
content: "\e92d";
|
|
305
301
|
}
|
|
306
302
|
|
|
307
303
|
.fc-causality:before {
|
|
308
|
-
content: "\
|
|
304
|
+
content: "\e92e";
|
|
309
305
|
}
|
|
310
306
|
|
|
311
307
|
.fc-parallel-coordinate:before {
|
|
312
|
-
content: "\
|
|
308
|
+
content: "\e92f";
|
|
313
309
|
}
|
|
314
310
|
|
|
315
311
|
.fc-arrow_updown:before {
|
|
316
|
-
content: "\
|
|
312
|
+
content: "\e930";
|
|
317
313
|
}
|
|
318
314
|
|
|
319
315
|
.fc-circle_warning:before {
|
|
320
|
-
content: "\
|
|
316
|
+
content: "\e931";
|
|
321
317
|
}
|
|
322
318
|
|
|
323
319
|
.fc-circle_info:before {
|
|
324
|
-
content: "\
|
|
320
|
+
content: "\e932";
|
|
325
321
|
}
|
|
326
322
|
|
|
327
323
|
.fc-warning:before {
|
|
328
|
-
content: "\
|
|
324
|
+
content: "\e933";
|
|
329
325
|
}
|
|
330
326
|
|
|
331
327
|
.fc-grab-window:before {
|
|
332
|
-
content: "\
|
|
328
|
+
content: "\e934";
|
|
333
329
|
}
|
|
334
330
|
|
|
335
331
|
.fc-magnify:before {
|
|
336
|
-
content: "\
|
|
332
|
+
content: "\e935";
|
|
337
333
|
}
|
|
338
334
|
|
|
339
335
|
.fc-box-empty:before {
|
|
340
|
-
content: "\
|
|
336
|
+
content: "\e936";
|
|
341
337
|
}
|
|
342
338
|
|
|
343
339
|
.fc-box-check:before {
|
|
344
|
-
content: "\
|
|
340
|
+
content: "\e937";
|
|
345
341
|
}
|
|
346
342
|
|
|
347
343
|
.fc-circle-empty:before {
|
|
348
|
-
content: "\
|
|
344
|
+
content: "\e938";
|
|
349
345
|
}
|
|
350
346
|
|
|
351
347
|
.fc-circle-check:before {
|
|
352
|
-
content: "\
|
|
348
|
+
content: "\e939";
|
|
353
349
|
}
|
|
354
350
|
|
|
355
351
|
.fc-q_search:before {
|
|
356
|
-
content: "\
|
|
352
|
+
content: "\e93a";
|
|
357
353
|
}
|
|
358
354
|
|
|
359
355
|
.fc-scatterplot-select:before {
|
|
360
|
-
content: "\
|
|
356
|
+
content: "\e93b";
|
|
361
357
|
}
|
|
362
358
|
|
|
363
359
|
.fc-redo:before {
|
|
364
|
-
content: "\
|
|
360
|
+
content: "\e93c";
|
|
365
361
|
}
|
|
366
362
|
|
|
367
363
|
.fc-digital-filter:before {
|
|
368
|
-
content: "\
|
|
364
|
+
content: "\e93d";
|
|
369
365
|
}
|
|
370
366
|
|
|
371
367
|
.fc-support:before {
|
|
372
|
-
content: "\
|
|
368
|
+
content: "\e93e";
|
|
373
369
|
}
|
|
374
370
|
|
|
375
371
|
.fc-binoculars:before {
|
|
376
|
-
content: "\
|
|
372
|
+
content: "\e93f";
|
|
377
373
|
}
|
|
378
374
|
|
|
379
375
|
.fc-check:before {
|
|
380
|
-
content: "\
|
|
376
|
+
content: "\e940";
|
|
381
377
|
}
|
|
382
378
|
|
|
383
379
|
.fc-filter:before {
|
|
384
|
-
content: "\
|
|
380
|
+
content: "\e941";
|
|
385
381
|
}
|
|
386
382
|
|
|
387
383
|
.fc-trash:before {
|
|
388
|
-
content: "\
|
|
384
|
+
content: "\e942";
|
|
389
385
|
}
|
|
390
386
|
|
|
391
387
|
.fc-gear:before {
|
|
392
|
-
content: "\
|
|
388
|
+
content: "\e943";
|
|
393
389
|
}
|
|
394
390
|
|
|
395
391
|
.fc-lock:before {
|
|
396
|
-
content: "\
|
|
392
|
+
content: "\e944";
|
|
397
393
|
}
|
|
398
394
|
|
|
399
395
|
.fc-lock-open:before {
|
|
400
|
-
content: "\
|
|
396
|
+
content: "\e945";
|
|
401
397
|
}
|
|
402
398
|
|
|
403
399
|
.fc-arrow-dropdown:before {
|
|
404
|
-
content: "\
|
|
400
|
+
content: "\e946";
|
|
405
401
|
}
|
|
406
402
|
|
|
407
403
|
.fc-mag-glass-empty:before {
|
|
408
|
-
content: "\
|
|
404
|
+
content: "\e947";
|
|
409
405
|
}
|
|
410
406
|
|
|
411
407
|
.fc-globe:before {
|
|
412
|
-
content: "\
|
|
408
|
+
content: "\e948";
|
|
413
409
|
}
|
|
414
410
|
|
|
415
411
|
.fc-edit:before {
|
|
416
|
-
content: "\
|
|
412
|
+
content: "\e949";
|
|
417
413
|
}
|
|
418
414
|
|
|
419
415
|
.fc-add-column:before {
|
|
420
|
-
content: "\
|
|
416
|
+
content: "\e94a";
|
|
421
417
|
}
|
|
422
418
|
|
|
423
419
|
.fc-add-row:before {
|
|
424
|
-
content: "\
|
|
420
|
+
content: "\e94b";
|
|
425
421
|
}
|
|
426
422
|
|
|
427
423
|
.fc-border-style:before {
|
|
428
|
-
content: "\
|
|
424
|
+
content: "\e94c";
|
|
429
425
|
}
|
|
430
426
|
|
|
431
427
|
.fc-clock-density:before {
|
|
432
|
-
content: "\
|
|
428
|
+
content: "\e94d";
|
|
433
429
|
}
|
|
434
430
|
|
|
435
431
|
.fc-plus-assets:before {
|
|
436
|
-
content: "\
|
|
432
|
+
content: "\e94e";
|
|
437
433
|
}
|
|
438
434
|
|
|
439
435
|
.fc-plus-selected:before {
|
|
440
|
-
content: "\
|
|
436
|
+
content: "\e94f";
|
|
441
437
|
}
|
|
442
438
|
|
|
443
439
|
.fc-comment:before {
|
|
444
|
-
content: "\
|
|
440
|
+
content: "\e950";
|
|
445
441
|
}
|
|
446
442
|
|
|
447
443
|
.fc-user:before {
|
|
448
|
-
content: "\
|
|
444
|
+
content: "\e951";
|
|
449
445
|
}
|
|
450
446
|
|
|
451
447
|
.fc-engineer:before {
|
|
452
|
-
content: "\
|
|
448
|
+
content: "\e952";
|
|
453
449
|
}
|
|
454
450
|
|
|
455
451
|
.fc-pricing:before {
|
|
456
|
-
content: "\
|
|
452
|
+
content: "\e953";
|
|
457
453
|
}
|
|
458
454
|
|
|
459
455
|
.fc-free-trial:before {
|
|
460
|
-
content: "\
|
|
456
|
+
content: "\e954";
|
|
461
457
|
}
|
|
462
458
|
|
|
463
459
|
.fc-partners:before {
|
|
464
|
-
content: "\
|
|
460
|
+
content: "\e955";
|
|
465
461
|
}
|
|
466
462
|
|
|
467
463
|
.fc-meter:before {
|
|
468
|
-
content: "\
|
|
464
|
+
content: "\e956";
|
|
469
465
|
}
|
|
470
466
|
|
|
471
467
|
.fc-beaker:before {
|
|
472
|
-
content: "\
|
|
468
|
+
content: "\e957";
|
|
473
469
|
}
|
|
474
470
|
|
|
475
471
|
.fc-lightbulb:before {
|
|
476
|
-
content: "\
|
|
472
|
+
content: "\e958";
|
|
477
473
|
}
|
|
478
474
|
|
|
479
475
|
.fc-pdf:before {
|
|
480
|
-
content: "\
|
|
476
|
+
content: "\e959";
|
|
481
477
|
}
|
|
482
478
|
|
|
483
479
|
.fc-add-column-2:before {
|
|
484
|
-
content: "\
|
|
480
|
+
content: "\e95a";
|
|
485
481
|
}
|
|
486
482
|
|
|
487
483
|
.fc-add-row-2:before {
|
|
488
|
-
content: "\
|
|
484
|
+
content: "\e95b";
|
|
489
485
|
}
|
|
490
486
|
|
|
491
487
|
.fc-eraser:before {
|
|
492
|
-
content: "\
|
|
488
|
+
content: "\e95c";
|
|
493
489
|
}
|
|
494
490
|
|
|
495
491
|
.fc-paintbrush:before {
|
|
496
|
-
content: "\
|
|
492
|
+
content: "\e95d";
|
|
497
493
|
}
|
|
498
494
|
|
|
499
495
|
.fc-rows:before {
|
|
500
|
-
content: "\
|
|
496
|
+
content: "\e95e";
|
|
501
497
|
}
|
|
502
498
|
|
|
503
499
|
.fc-quick-start:before {
|
|
504
|
-
content: "\
|
|
500
|
+
content: "\e95f";
|
|
505
501
|
}
|
|
506
502
|
|
|
507
503
|
.fc-video:before {
|
|
508
|
-
content: "\
|
|
504
|
+
content: "\e960";
|
|
509
505
|
}
|
|
510
506
|
|
|
511
507
|
.fc-wireless2:before {
|
|
512
|
-
content: "\
|
|
508
|
+
content: "\e961";
|
|
513
509
|
}
|
|
514
510
|
|
|
515
511
|
.fc-wireless:before {
|
|
516
|
-
content: "\
|
|
512
|
+
content: "\e962";
|
|
517
513
|
}
|
|
518
514
|
|
|
519
515
|
.fc-mag-glass:before {
|
|
520
|
-
content: "\
|
|
516
|
+
content: "\e963";
|
|
521
517
|
}
|
|
522
518
|
|
|
523
519
|
.fc-data:before {
|
|
524
|
-
content: "\
|
|
520
|
+
content: "\e964";
|
|
525
521
|
}
|
|
526
522
|
|
|
527
523
|
.fc-annotation:before {
|
|
528
|
-
content: "\
|
|
524
|
+
content: "\e965";
|
|
529
525
|
}
|
|
530
526
|
|
|
531
527
|
.fc-briefcase:before {
|
|
532
|
-
content: "\
|
|
528
|
+
content: "\e966";
|
|
533
529
|
}
|
|
534
530
|
|
|
535
531
|
.fc-investigate:before {
|
|
536
|
-
content: "\
|
|
532
|
+
content: "\e967";
|
|
537
533
|
}
|
|
538
534
|
|
|
539
535
|
.fc-monitor:before {
|
|
540
|
-
content: "\
|
|
536
|
+
content: "\e968";
|
|
541
537
|
}
|
|
542
538
|
|
|
543
539
|
.fc-clipboard:before {
|
|
544
|
-
content: "\
|
|
540
|
+
content: "\e969";
|
|
545
541
|
}
|
|
546
542
|
|
|
547
543
|
.fc-share-access:before {
|
|
548
|
-
content: "\
|
|
544
|
+
content: "\e96a";
|
|
549
545
|
}
|
|
550
546
|
|
|
551
547
|
.fc-bar-chart-horizontal:before {
|
|
552
|
-
content: "\
|
|
548
|
+
content: "\e96b";
|
|
553
549
|
}
|
|
554
550
|
|
|
555
551
|
.fc-stacked-bar-chart:before {
|
|
556
|
-
content: "\
|
|
552
|
+
content: "\e96c";
|
|
557
553
|
}
|
|
558
554
|
|
|
559
555
|
.fc-stacked-bar-horizontal:before {
|
|
560
|
-
content: "\
|
|
556
|
+
content: "\e96d";
|
|
561
557
|
}
|
|
562
558
|
|
|
563
559
|
.fc-excel:before {
|
|
564
|
-
content: "\
|
|
560
|
+
content: "\e96e";
|
|
565
561
|
}
|
|
566
562
|
|
|
567
563
|
.fc-usage:before {
|
|
568
|
-
content: "\
|
|
564
|
+
content: "\e96f";
|
|
569
565
|
}
|
|
570
566
|
|
|
571
567
|
.fc-gears-2:before {
|
|
572
|
-
content: "\
|
|
568
|
+
content: "\e970";
|
|
573
569
|
}
|
|
574
570
|
|
|
575
571
|
.fc-pharma:before {
|
|
576
|
-
content: "\
|
|
572
|
+
content: "\e971";
|
|
577
573
|
}
|
|
578
574
|
|
|
579
575
|
.fc-water:before {
|
|
580
|
-
content: "\
|
|
576
|
+
content: "\e972";
|
|
581
577
|
}
|
|
582
578
|
|
|
583
579
|
.fc-chemical:before {
|
|
584
|
-
content: "\
|
|
580
|
+
content: "\e973";
|
|
585
581
|
}
|
|
586
582
|
|
|
587
583
|
.fc-oil:before {
|
|
588
|
-
content: "\
|
|
584
|
+
content: "\e974";
|
|
589
585
|
}
|
|
590
586
|
|
|
591
587
|
.fc-beverage:before {
|
|
592
|
-
content: "\
|
|
588
|
+
content: "\e975";
|
|
593
589
|
}
|
|
594
590
|
|
|
595
591
|
.fc-utilities:before {
|
|
596
|
-
content: "\
|
|
592
|
+
content: "\e976";
|
|
597
593
|
}
|
|
598
594
|
|
|
599
595
|
.fc-manufacturing:before {
|
|
600
|
-
content: "\
|
|
596
|
+
content: "\e977";
|
|
601
597
|
}
|
|
602
598
|
|
|
603
599
|
.fc-industry:before {
|
|
604
|
-
content: "\
|
|
600
|
+
content: "\e978";
|
|
605
601
|
}
|
|
606
602
|
|
|
607
603
|
.fc-viz-normal:before {
|
|
608
|
-
content: "\
|
|
604
|
+
content: "\e979";
|
|
609
605
|
}
|
|
610
606
|
|
|
611
607
|
.fc-compare:before {
|
|
612
|
-
content: "\
|
|
608
|
+
content: "\e97a";
|
|
613
609
|
}
|
|
614
610
|
|
|
615
611
|
.fc-diamond:before {
|
|
616
|
-
content: "\
|
|
612
|
+
content: "\e97b";
|
|
617
613
|
}
|
|
618
614
|
|
|
619
615
|
.fc-square:before {
|
|
620
|
-
content: "\
|
|
616
|
+
content: "\e97c";
|
|
621
617
|
}
|
|
622
618
|
|
|
623
619
|
.fc-triangle:before {
|
|
624
|
-
content: "\
|
|
620
|
+
content: "\e97d";
|
|
625
621
|
}
|
|
626
622
|
|
|
627
623
|
.fc-rectangle:before {
|
|
628
|
-
content: "\
|
|
624
|
+
content: "\e97e";
|
|
629
625
|
}
|
|
630
626
|
|
|
631
627
|
.fc-strip:before {
|
|
632
|
-
content: "\
|
|
628
|
+
content: "\e97f";
|
|
633
629
|
}
|
|
634
630
|
|
|
635
631
|
.fc-viz-overlay:before {
|
|
636
|
-
content: "\
|
|
632
|
+
content: "\e980";
|
|
637
633
|
}
|
|
638
634
|
|
|
639
635
|
.fc-viz-chain:before {
|
|
640
|
-
content: "\
|
|
636
|
+
content: "\e981";
|
|
641
637
|
}
|
|
642
638
|
|
|
643
639
|
.fc-graph:before {
|
|
644
|
-
content: "\
|
|
640
|
+
content: "\e982";
|
|
645
641
|
}
|
|
646
642
|
|
|
647
643
|
.fc-pin:before {
|
|
648
|
-
content: "\
|
|
644
|
+
content: "\e983";
|
|
649
645
|
}
|
|
650
646
|
|
|
651
647
|
.fc-y-axis:before {
|
|
652
|
-
content: "\
|
|
648
|
+
content: "\e984";
|
|
653
649
|
}
|
|
654
650
|
|
|
655
651
|
.fc-capsule-bar:before {
|
|
656
|
-
content: "\
|
|
652
|
+
content: "\e985";
|
|
657
653
|
}
|
|
658
654
|
|
|
659
655
|
.fc-copy:before {
|
|
660
|
-
content: "\
|
|
656
|
+
content: "\e986";
|
|
661
657
|
}
|
|
662
658
|
|
|
663
659
|
.fc-link:before {
|
|
664
|
-
content: "\
|
|
660
|
+
content: "\e987";
|
|
665
661
|
}
|
|
666
662
|
|
|
667
663
|
.fc-unlink:before {
|
|
668
|
-
content: "\
|
|
664
|
+
content: "\e988";
|
|
669
665
|
}
|
|
670
666
|
|
|
671
667
|
.fc-step-back-full:before {
|
|
672
|
-
content: "\
|
|
668
|
+
content: "\e989";
|
|
673
669
|
}
|
|
674
670
|
|
|
675
671
|
.fc-displays:before {
|
|
676
|
-
content: "\
|
|
672
|
+
content: "\e98a";
|
|
677
673
|
}
|
|
678
674
|
|
|
679
675
|
.fc-overwrite:before {
|
|
680
|
-
content: "\
|
|
676
|
+
content: "\e98b";
|
|
681
677
|
}
|
|
682
678
|
|
|
683
679
|
.fc-rename:before {
|
|
684
|
-
content: "\
|
|
680
|
+
content: "\e98c";
|
|
685
681
|
}
|
|
686
682
|
|
|
687
683
|
.fc-parallel-boundary:before {
|
|
688
|
-
content: "\
|
|
684
|
+
content: "\e98d";
|
|
689
685
|
}
|
|
690
686
|
|
|
691
687
|
.fc-loading-notch:before {
|
|
692
|
-
content: "\
|
|
688
|
+
content: "\e98e";
|
|
693
689
|
}
|
|
694
690
|
|
|
695
691
|
.fc-skill-explorer:before {
|
|
696
|
-
content: "\
|
|
692
|
+
content: "\e98f";
|
|
697
693
|
}
|
|
698
694
|
|
|
699
695
|
.fc-step-fore-full:before {
|
|
700
|
-
content: "\
|
|
696
|
+
content: "\e990";
|
|
701
697
|
}
|
|
702
698
|
|
|
703
699
|
.fc-step-back-half:before {
|
|
704
|
-
content: "\
|
|
700
|
+
content: "\e991";
|
|
705
701
|
}
|
|
706
702
|
|
|
707
703
|
.fc-step-fore-half:before {
|
|
708
|
-
content: "\
|
|
704
|
+
content: "\e992";
|
|
709
705
|
}
|
|
710
706
|
|
|
711
707
|
.fc-arrow-down:before {
|
|
712
|
-
content: "\
|
|
708
|
+
content: "\e993";
|
|
713
709
|
}
|
|
714
710
|
|
|
715
711
|
.fc-arrow-up:before {
|
|
716
|
-
content: "\
|
|
712
|
+
content: "\e994";
|
|
717
713
|
}
|
|
718
714
|
|
|
719
715
|
.fc-expand-close:before {
|
|
720
|
-
content: "\
|
|
716
|
+
content: "\e995";
|
|
721
717
|
}
|
|
722
718
|
|
|
723
719
|
.fc-expand-open:before {
|
|
724
|
-
content: "\
|
|
720
|
+
content: "\e996";
|
|
725
721
|
}
|
|
726
722
|
|
|
727
723
|
.fc-axis:before {
|
|
728
|
-
content: "\
|
|
724
|
+
content: "\e997";
|
|
729
725
|
}
|
|
730
726
|
|
|
731
727
|
.fc-axis-o:before {
|
|
732
|
-
content: "\
|
|
728
|
+
content: "\e998";
|
|
733
729
|
}
|
|
734
730
|
|
|
735
731
|
.fc-solid:before {
|
|
736
|
-
content: "\
|
|
732
|
+
content: "\e999";
|
|
737
733
|
}
|
|
738
734
|
|
|
739
735
|
.fc-sun:before {
|
|
740
|
-
content: "\
|
|
736
|
+
content: "\e99a";
|
|
741
737
|
}
|
|
742
738
|
|
|
743
739
|
.fc-announcements:before {
|
|
744
|
-
content: "\
|
|
740
|
+
content: "\e99b";
|
|
745
741
|
}
|
|
746
742
|
|
|
747
743
|
.fc-bell-cog:before {
|
|
748
|
-
content: "\
|
|
744
|
+
content: "\e99c";
|
|
749
745
|
}
|
|
750
746
|
|
|
751
747
|
.fc-copy-date:before {
|
|
752
|
-
content: "\
|
|
748
|
+
content: "\e99d";
|
|
753
749
|
}
|
|
754
750
|
|
|
755
751
|
.fc-copy-date-2:before {
|
|
756
|
-
content: "\
|
|
752
|
+
content: "\e99e";
|
|
757
753
|
}
|
|
758
754
|
|
|
759
755
|
.fc-bell-solid:before {
|
|
760
|
-
content: "\
|
|
756
|
+
content: "\e99f";
|
|
761
757
|
}
|
|
762
758
|
|
|
763
759
|
.fc-bell-regular:before {
|
|
764
|
-
content: "\
|
|
760
|
+
content: "\e9a0";
|
|
765
761
|
}
|
|
766
762
|
|
|
767
763
|
.fc-add-on-1:before {
|
|
768
|
-
content: "\
|
|
764
|
+
content: "\e9a1";
|
|
769
765
|
}
|
|
770
766
|
|
|
771
767
|
.fc-view-data:before {
|
|
772
|
-
content: "\
|
|
768
|
+
content: "\e9a2";
|
|
773
769
|
}
|
|
774
770
|
|
|
775
771
|
.fc-add-on-2:before {
|
|
776
|
-
content: "\
|
|
772
|
+
content: "\e9a3";
|
|
777
773
|
}
|
|
778
774
|
|
|
779
775
|
.fc-external-link:before {
|
|
780
|
-
content: "\
|
|
776
|
+
content: "\e9a4";
|
|
781
777
|
}
|
|
782
778
|
|
|
783
779
|
.fc-pdf-cog:before {
|
|
784
|
-
content: "\
|
|
780
|
+
content: "\e9a5";
|
|
785
781
|
}
|
|
786
782
|
|
|
787
783
|
.fc-pdf-file:before {
|
|
788
|
-
content: "\
|
|
784
|
+
content: "\e9a6";
|
|
789
785
|
}
|
|
790
786
|
|
|
791
787
|
.fc-filter-remove:before {
|
|
792
|
-
content: "\
|
|
788
|
+
content: "\e9a7";
|
|
793
789
|
}
|
|
794
790
|
|
|
795
791
|
.fc-autosize-all-cells:before {
|
|
796
|
-
content: "\
|
|
792
|
+
content: "\e9a8";
|
|
797
793
|
}
|
|
798
794
|
|
|
799
795
|
.fc-autosize-cell2:before {
|
|
800
|
-
content: "\
|
|
796
|
+
content: "\e9a9";
|
|
801
797
|
}
|
|
802
798
|
|
|
803
799
|
.fc-toggle-off:before {
|
|
804
|
-
content: "\
|
|
800
|
+
content: "\e9aa";
|
|
805
801
|
}
|
|
806
802
|
|
|
807
803
|
.fc-toggle-on:before {
|
|
808
|
-
content: "\
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.fc-genai-chat:before {
|
|
812
|
-
content: "\e9ae";
|
|
804
|
+
content: "\e9ab";
|
|
813
805
|
}
|
|
814
806
|
|
|
815
807
|
.fc-short-dash:before {
|
|
@@ -1576,6 +1568,42 @@ ol,
|
|
|
1576
1568
|
padding: revert;
|
|
1577
1569
|
}
|
|
1578
1570
|
|
|
1571
|
+
h1 {
|
|
1572
|
+
font-size: 2.125rem !important;
|
|
1573
|
+
margin-top: 0 !important;
|
|
1574
|
+
margin-bottom: 0 !important;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
h2 {
|
|
1578
|
+
font-size: 1.875rem !important;
|
|
1579
|
+
margin-top: 0 !important;
|
|
1580
|
+
margin-bottom: 0 !important;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
h3 {
|
|
1584
|
+
font-size: 1.5rem !important;
|
|
1585
|
+
margin-top: 0 !important;
|
|
1586
|
+
margin-bottom: 0 !important;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
h4 {
|
|
1590
|
+
font-size: 1.25rem !important;
|
|
1591
|
+
margin-top: 0 !important;
|
|
1592
|
+
margin-bottom: 0 !important;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
h5 {
|
|
1596
|
+
font-size: 1.125rem !important;
|
|
1597
|
+
margin-top: 0 !important;
|
|
1598
|
+
margin-bottom: 0 !important;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
h6 {
|
|
1602
|
+
font-size: 1rem !important;
|
|
1603
|
+
margin-top: 0 !important;
|
|
1604
|
+
margin-bottom: 0 !important;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1579
1607
|
*, ::before, ::after {
|
|
1580
1608
|
--tw-border-spacing-x: 0;
|
|
1581
1609
|
--tw-border-spacing-y: 0;
|
|
@@ -1760,6 +1788,10 @@ ol,
|
|
|
1760
1788
|
visibility: hidden;
|
|
1761
1789
|
}
|
|
1762
1790
|
|
|
1791
|
+
.tw-fixed {
|
|
1792
|
+
position: fixed;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1763
1795
|
.tw-absolute {
|
|
1764
1796
|
position: absolute;
|
|
1765
1797
|
}
|
|
@@ -1768,6 +1800,13 @@ ol,
|
|
|
1768
1800
|
position: relative;
|
|
1769
1801
|
}
|
|
1770
1802
|
|
|
1803
|
+
.tw-inset-0 {
|
|
1804
|
+
top: 0px;
|
|
1805
|
+
right: 0px;
|
|
1806
|
+
bottom: 0px;
|
|
1807
|
+
left: 0px;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1771
1810
|
.-tw-bottom-2 {
|
|
1772
1811
|
bottom: -0.5rem;
|
|
1773
1812
|
}
|
|
@@ -1788,6 +1827,14 @@ ol,
|
|
|
1788
1827
|
left: 50%;
|
|
1789
1828
|
}
|
|
1790
1829
|
|
|
1830
|
+
.tw-left-\[50\%\] {
|
|
1831
|
+
left: 50%;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.tw-top-0 {
|
|
1835
|
+
top: 0px;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1791
1838
|
.tw-top-1\/2 {
|
|
1792
1839
|
top: 50%;
|
|
1793
1840
|
}
|
|
@@ -1808,6 +1855,10 @@ ol,
|
|
|
1808
1855
|
z-index: 1000;
|
|
1809
1856
|
}
|
|
1810
1857
|
|
|
1858
|
+
.tw-z-\[1001\] {
|
|
1859
|
+
z-index: 1001;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1811
1862
|
.tw-z-\[9999\] {
|
|
1812
1863
|
z-index: 9999;
|
|
1813
1864
|
}
|
|
@@ -1824,6 +1875,11 @@ ol,
|
|
|
1824
1875
|
margin: 1.25rem;
|
|
1825
1876
|
}
|
|
1826
1877
|
|
|
1878
|
+
.tw-my-6 {
|
|
1879
|
+
margin-top: 1.5rem;
|
|
1880
|
+
margin-bottom: 1.5rem;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1827
1883
|
.tw--mt-0 {
|
|
1828
1884
|
margin-top: -0px;
|
|
1829
1885
|
}
|
|
@@ -1832,6 +1888,10 @@ ol,
|
|
|
1832
1888
|
margin-top: -0.125rem;
|
|
1833
1889
|
}
|
|
1834
1890
|
|
|
1891
|
+
.tw-mb-0 {
|
|
1892
|
+
margin-bottom: 0px;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1835
1895
|
.tw-mb-5 {
|
|
1836
1896
|
margin-bottom: 1.25rem;
|
|
1837
1897
|
}
|
|
@@ -1848,6 +1908,10 @@ ol,
|
|
|
1848
1908
|
margin-left: 0.375rem;
|
|
1849
1909
|
}
|
|
1850
1910
|
|
|
1911
|
+
.tw-ml-4 {
|
|
1912
|
+
margin-left: 1rem;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1851
1915
|
.tw-ml-\[3px\] {
|
|
1852
1916
|
margin-left: 3px;
|
|
1853
1917
|
}
|
|
@@ -1864,6 +1928,14 @@ ol,
|
|
|
1864
1928
|
margin-right: 7px;
|
|
1865
1929
|
}
|
|
1866
1930
|
|
|
1931
|
+
.tw-mt-1 {
|
|
1932
|
+
margin-top: 0.25rem;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.tw-mt-1\.5 {
|
|
1936
|
+
margin-top: 0.375rem;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1867
1939
|
.tw-inline-block {
|
|
1868
1940
|
display: inline-block;
|
|
1869
1941
|
}
|
|
@@ -1896,10 +1968,18 @@ ol,
|
|
|
1896
1968
|
height: 45px;
|
|
1897
1969
|
}
|
|
1898
1970
|
|
|
1971
|
+
.tw-h-full {
|
|
1972
|
+
height: 100%;
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1899
1975
|
.tw-h-inputs {
|
|
1900
1976
|
height: 34px;
|
|
1901
1977
|
}
|
|
1902
1978
|
|
|
1979
|
+
.tw-w-24 {
|
|
1980
|
+
width: 6rem;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1903
1983
|
.tw-w-3 {
|
|
1904
1984
|
width: 0.75rem;
|
|
1905
1985
|
}
|
|
@@ -1916,6 +1996,10 @@ ol,
|
|
|
1916
1996
|
width: 200px;
|
|
1917
1997
|
}
|
|
1918
1998
|
|
|
1999
|
+
.tw-w-full {
|
|
2000
|
+
width: 100%;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
1919
2003
|
.tw-min-w-\[300px\] {
|
|
1920
2004
|
min-width: 300px;
|
|
1921
2005
|
}
|
|
@@ -1925,6 +2009,46 @@ ol,
|
|
|
1925
2009
|
min-width: fit-content;
|
|
1926
2010
|
}
|
|
1927
2011
|
|
|
2012
|
+
.tw-max-w-2xl {
|
|
2013
|
+
max-width: 42rem;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.tw-max-w-3xl {
|
|
2017
|
+
max-width: 48rem;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.tw-max-w-4xl {
|
|
2021
|
+
max-width: 56rem;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.tw-max-w-5xl {
|
|
2025
|
+
max-width: 64rem;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.tw-max-w-6xl {
|
|
2029
|
+
max-width: 72rem;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.tw-max-w-lg {
|
|
2033
|
+
max-width: 32rem;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.tw-max-w-md {
|
|
2037
|
+
max-width: 28rem;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.tw-max-w-sm {
|
|
2041
|
+
max-width: 24rem;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.tw-max-w-xl {
|
|
2045
|
+
max-width: 36rem;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.tw-max-w-xs {
|
|
2049
|
+
max-width: 20rem;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
1928
2052
|
.tw-flex-1 {
|
|
1929
2053
|
flex: 1 1 0%;
|
|
1930
2054
|
}
|
|
@@ -1949,6 +2073,11 @@ ol,
|
|
|
1949
2073
|
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));
|
|
1950
2074
|
}
|
|
1951
2075
|
|
|
2076
|
+
.tw-translate-x-\[-50\%\] {
|
|
2077
|
+
--tw-translate-x: -50%;
|
|
2078
|
+
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));
|
|
2079
|
+
}
|
|
2080
|
+
|
|
1952
2081
|
.tw-translate-x-full {
|
|
1953
2082
|
--tw-translate-x: 100%;
|
|
1954
2083
|
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));
|
|
@@ -1996,10 +2125,26 @@ ol,
|
|
|
1996
2125
|
align-items: center;
|
|
1997
2126
|
}
|
|
1998
2127
|
|
|
2128
|
+
.tw-justify-start {
|
|
2129
|
+
justify-content: flex-start;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.tw-justify-end {
|
|
2133
|
+
justify-content: flex-end;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
1999
2136
|
.tw-justify-center {
|
|
2000
2137
|
justify-content: center;
|
|
2001
2138
|
}
|
|
2002
2139
|
|
|
2140
|
+
.tw-justify-between {
|
|
2141
|
+
justify-content: space-between;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.\!tw-gap-0 {
|
|
2145
|
+
gap: 0px !important;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2003
2148
|
.tw-gap-4 {
|
|
2004
2149
|
gap: 1rem;
|
|
2005
2150
|
}
|
|
@@ -2012,6 +2157,10 @@ ol,
|
|
|
2012
2157
|
overflow: hidden;
|
|
2013
2158
|
}
|
|
2014
2159
|
|
|
2160
|
+
.tw-overflow-y-auto {
|
|
2161
|
+
overflow-y: auto;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2015
2164
|
.tw-whitespace-nowrap {
|
|
2016
2165
|
white-space: nowrap;
|
|
2017
2166
|
}
|
|
@@ -2020,6 +2169,10 @@ ol,
|
|
|
2020
2169
|
border-radius: 0.25rem;
|
|
2021
2170
|
}
|
|
2022
2171
|
|
|
2172
|
+
.tw-rounded-lg {
|
|
2173
|
+
border-radius: 0.5rem;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2023
2176
|
.tw-rounded-sm {
|
|
2024
2177
|
border-radius: 3px;
|
|
2025
2178
|
}
|
|
@@ -2056,6 +2209,14 @@ ol,
|
|
|
2056
2209
|
border-width: 1px;
|
|
2057
2210
|
}
|
|
2058
2211
|
|
|
2212
|
+
.tw-border-0 {
|
|
2213
|
+
border-width: 0px;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.tw-border-b {
|
|
2217
|
+
border-bottom-width: 1px;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2059
2220
|
.tw-border-b-\[1px\] {
|
|
2060
2221
|
border-bottom-width: 1px;
|
|
2061
2222
|
}
|
|
@@ -2188,6 +2349,10 @@ ol,
|
|
|
2188
2349
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2189
2350
|
}
|
|
2190
2351
|
|
|
2352
|
+
.\!tw-p-0 {
|
|
2353
|
+
padding: 0px !important;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2191
2356
|
.tw-p-0 {
|
|
2192
2357
|
padding: 0px;
|
|
2193
2358
|
}
|
|
@@ -2208,6 +2373,10 @@ ol,
|
|
|
2208
2373
|
padding: 1.25rem;
|
|
2209
2374
|
}
|
|
2210
2375
|
|
|
2376
|
+
.tw-p-6 {
|
|
2377
|
+
padding: 1.5rem;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2211
2380
|
.tw-p-\[0\.5rem\] {
|
|
2212
2381
|
padding: 0.5rem;
|
|
2213
2382
|
}
|
|
@@ -2232,6 +2401,11 @@ ol,
|
|
|
2232
2401
|
padding-right: 0.75rem;
|
|
2233
2402
|
}
|
|
2234
2403
|
|
|
2404
|
+
.tw-px-6 {
|
|
2405
|
+
padding-left: 1.5rem;
|
|
2406
|
+
padding-right: 1.5rem;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2235
2409
|
.tw-px-\[5px\] {
|
|
2236
2410
|
padding-left: 5px;
|
|
2237
2411
|
padding-right: 5px;
|
|
@@ -2252,6 +2426,11 @@ ol,
|
|
|
2252
2426
|
padding-bottom: 0.25rem;
|
|
2253
2427
|
}
|
|
2254
2428
|
|
|
2429
|
+
.tw-py-4 {
|
|
2430
|
+
padding-top: 1rem;
|
|
2431
|
+
padding-bottom: 1rem;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2255
2434
|
.tw-py-\[1px\] {
|
|
2256
2435
|
padding-top: 1px;
|
|
2257
2436
|
padding-bottom: 1px;
|
|
@@ -2262,6 +2441,14 @@ ol,
|
|
|
2262
2441
|
padding-bottom: 3px;
|
|
2263
2442
|
}
|
|
2264
2443
|
|
|
2444
|
+
.tw-pl-0 {
|
|
2445
|
+
padding-left: 0px;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.tw-pl-0\.5 {
|
|
2449
|
+
padding-left: 0.125rem;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2265
2452
|
.tw-pl-2 {
|
|
2266
2453
|
padding-left: 0.5rem;
|
|
2267
2454
|
}
|
|
@@ -2278,6 +2465,10 @@ ol,
|
|
|
2278
2465
|
padding-right: 0.375rem;
|
|
2279
2466
|
}
|
|
2280
2467
|
|
|
2468
|
+
.tw-text-left {
|
|
2469
|
+
text-align: left;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2281
2472
|
.tw-text-center {
|
|
2282
2473
|
text-align: center;
|
|
2283
2474
|
}
|
|
@@ -2317,6 +2508,10 @@ ol,
|
|
|
2317
2508
|
font-weight: 500;
|
|
2318
2509
|
}
|
|
2319
2510
|
|
|
2511
|
+
.tw-italic {
|
|
2512
|
+
font-style: italic;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2320
2515
|
.tw-leading-normal {
|
|
2321
2516
|
line-height: 1.5;
|
|
2322
2517
|
}
|
|
@@ -2404,11 +2599,31 @@ ol,
|
|
|
2404
2599
|
opacity: 0.5;
|
|
2405
2600
|
}
|
|
2406
2601
|
|
|
2602
|
+
.tw-opacity-70 {
|
|
2603
|
+
opacity: 0.7;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
.tw-shadow-lg {
|
|
2607
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2608
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2609
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.tw-shadow-none {
|
|
2613
|
+
--tw-shadow: 0 0 #0000;
|
|
2614
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
2615
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2407
2618
|
.tw-outline-none {
|
|
2408
2619
|
outline: 2px solid transparent;
|
|
2409
2620
|
outline-offset: 2px;
|
|
2410
2621
|
}
|
|
2411
2622
|
|
|
2623
|
+
.tw-duration-200 {
|
|
2624
|
+
transition-duration: 200ms;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2412
2627
|
/* Heads up! Before these colors can be used you must also add them to the tailwind.config.cjs! */
|
|
2413
2628
|
|
|
2414
2629
|
/* Make sure to keep these colors in sync with the webserver/_custom_variables.scss values to ensure cohesive UIs */
|
|
@@ -2451,6 +2666,23 @@ ol,
|
|
|
2451
2666
|
animation: fadeIn 500ms;
|
|
2452
2667
|
}
|
|
2453
2668
|
|
|
2669
|
+
.modal-header .close {
|
|
2670
|
+
font-weight: 700;
|
|
2671
|
+
text-shadow: 0 1px 0 #fff;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
.modal-header .close:focus-visible {
|
|
2675
|
+
outline: none;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
.modalContent {
|
|
2679
|
+
max-height: calc(100% - 3.5rem);
|
|
2680
|
+
overflow: hidden;
|
|
2681
|
+
display: flex;
|
|
2682
|
+
flex-direction: column;
|
|
2683
|
+
box-shadow: #00000080 0 5px 15px;
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2454
2686
|
.before\:tw-absolute::before {
|
|
2455
2687
|
content: var(--tw-content);
|
|
2456
2688
|
position: absolute;
|
|
@@ -2654,6 +2886,10 @@ ol,
|
|
|
2654
2886
|
color: rgb(var(--sq-danger-color));
|
|
2655
2887
|
}
|
|
2656
2888
|
|
|
2889
|
+
.hover\:tw-opacity-100:hover {
|
|
2890
|
+
opacity: 1;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2657
2893
|
.checked\:hover\:tw-border-sq-color-dark:hover:checked {
|
|
2658
2894
|
--tw-border-opacity: 1;
|
|
2659
2895
|
border-color: rgb(var(--sq-color-dark));
|
|
@@ -2974,4 +3210,4 @@ ol,
|
|
|
2974
3210
|
.tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled {
|
|
2975
3211
|
--tw-border-opacity: 1;
|
|
2976
3212
|
border-color: rgb(var(--sq-fairly-dark-gray));
|
|
2977
|
-
}
|
|
3213
|
+
}
|