@learnpack/learnpack 5.0.180 → 5.0.184

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.
@@ -1,1641 +0,0 @@
1
- /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
2
- @layer properties {
3
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
4
- ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
5
- *,
6
- :before,
7
- :after,
8
- ::backdrop {
9
- --tw-translate-x: 0;
10
- --tw-translate-y: 0;
11
- --tw-translate-z: 0;
12
- --tw-rotate-x: rotateX(0);
13
- --tw-rotate-y: rotateY(0);
14
- --tw-rotate-z: rotateZ(0);
15
- --tw-skew-x: skewX(0);
16
- --tw-skew-y: skewY(0);
17
- --tw-space-y-reverse: 0;
18
- --tw-space-x-reverse: 0;
19
- --tw-border-style: solid;
20
- --tw-gradient-position: initial;
21
- --tw-gradient-from: #0000;
22
- --tw-gradient-via: #0000;
23
- --tw-gradient-to: #0000;
24
- --tw-gradient-stops: initial;
25
- --tw-gradient-via-stops: initial;
26
- --tw-gradient-from-position: 0%;
27
- --tw-gradient-via-position: 50%;
28
- --tw-gradient-to-position: 100%;
29
- --tw-leading: initial;
30
- --tw-font-weight: initial;
31
- --tw-shadow: 0 0 #0000;
32
- --tw-shadow-color: initial;
33
- --tw-shadow-alpha: 100%;
34
- --tw-inset-shadow: 0 0 #0000;
35
- --tw-inset-shadow-color: initial;
36
- --tw-inset-shadow-alpha: 100%;
37
- --tw-ring-color: initial;
38
- --tw-ring-shadow: 0 0 #0000;
39
- --tw-inset-ring-color: initial;
40
- --tw-inset-ring-shadow: 0 0 #0000;
41
- --tw-ring-inset: initial;
42
- --tw-ring-offset-width: 0px;
43
- --tw-ring-offset-color: #fff;
44
- --tw-ring-offset-shadow: 0 0 #0000;
45
- --tw-duration: initial;
46
- --tw-ease: initial;
47
- }
48
- }
49
- }
50
- @layer theme {
51
- :root,
52
- :host {
53
- --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
54
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
55
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
56
- "Liberation Mono", "Courier New", monospace;
57
- --color-red-50: oklch(97.1% 0.013 17.38);
58
- --color-red-100: oklch(93.6% 0.032 17.717);
59
- --color-red-500: oklch(63.7% 0.237 25.331);
60
- --color-red-600: oklch(57.7% 0.245 27.325);
61
- --color-red-700: oklch(50.5% 0.213 27.518);
62
- --color-blue-50: oklch(97% 0.014 254.604);
63
- --color-blue-100: oklch(93.2% 0.032 255.585);
64
- --color-blue-200: oklch(88.2% 0.059 254.128);
65
- --color-blue-400: oklch(70.7% 0.165 254.624);
66
- --color-blue-500: oklch(62.3% 0.214 259.815);
67
- --color-blue-600: oklch(54.6% 0.245 262.881);
68
- --color-blue-700: oklch(48.8% 0.243 264.376);
69
- --color-blue-800: oklch(42.4% 0.199 265.638);
70
- --color-blue-900: oklch(37.9% 0.146 265.522);
71
- --color-gray-50: oklch(98.5% 0.002 247.839);
72
- --color-gray-100: oklch(96.7% 0.003 264.542);
73
- --color-gray-200: oklch(92.8% 0.006 264.531);
74
- --color-gray-300: oklch(87.2% 0.01 258.338);
75
- --color-gray-400: oklch(70.7% 0.022 261.325);
76
- --color-gray-500: oklch(55.1% 0.027 264.364);
77
- --color-gray-600: oklch(44.6% 0.03 256.802);
78
- --color-gray-700: oklch(37.3% 0.034 259.733);
79
- --color-gray-800: oklch(27.8% 0.033 256.848);
80
- --color-gray-900: oklch(21% 0.034 264.665);
81
- --color-black: #000;
82
- --color-white: #fff;
83
- --spacing: 0.25rem;
84
- --container-xs: 20rem;
85
- --container-sm: 24rem;
86
- --container-md: 28rem;
87
- --container-xl: 36rem;
88
- --text-xs: 0.75rem;
89
- --text-xs--line-height: calc(1 / 0.75);
90
- --text-sm: 0.875rem;
91
- --text-sm--line-height: calc(1.25 / 0.875);
92
- --text-lg: 1.125rem;
93
- --text-lg--line-height: calc(1.75 / 1.125);
94
- --text-xl: 1.25rem;
95
- --text-xl--line-height: calc(1.75 / 1.25);
96
- --text-2xl: 1.5rem;
97
- --text-2xl--line-height: calc(2 / 1.5);
98
- --text-4xl: 2.25rem;
99
- --text-4xl--line-height: calc(2.5 / 2.25);
100
- --text-7xl: 4.5rem;
101
- --text-7xl--line-height: 1;
102
- --font-weight-medium: 500;
103
- --font-weight-semibold: 600;
104
- --font-weight-bold: 700;
105
- --radius-md: 0.375rem;
106
- --radius-lg: 0.5rem;
107
- --radius-xl: 0.75rem;
108
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
109
- --animate-spin: spin 1s linear infinite;
110
- --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
111
- --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
112
- --default-transition-duration: 0.15s;
113
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
114
- --default-font-family: var(--font-sans);
115
- --default-mono-font-family: var(--font-mono);
116
- }
117
- }
118
- @layer base {
119
- *,
120
- :after,
121
- :before,
122
- ::backdrop {
123
- box-sizing: border-box;
124
- border: 0 solid;
125
- margin: 0;
126
- padding: 0;
127
- }
128
- ::file-selector-button {
129
- box-sizing: border-box;
130
- border: 0 solid;
131
- margin: 0;
132
- padding: 0;
133
- }
134
- html,
135
- :host {
136
- -webkit-text-size-adjust: 100%;
137
- -moz-tab-size: 4;
138
- tab-size: 4;
139
- line-height: 1.5;
140
- font-family: var(
141
- --default-font-family,
142
- ui-sans-serif,
143
- system-ui,
144
- sans-serif,
145
- "Apple Color Emoji",
146
- "Segoe UI Emoji",
147
- "Segoe UI Symbol",
148
- "Noto Color Emoji"
149
- );
150
- font-feature-settings: var(--default-font-feature-settings, normal);
151
- font-variation-settings: var(--default-font-variation-settings, normal);
152
- -webkit-tap-highlight-color: transparent;
153
- }
154
- hr {
155
- height: 0;
156
- color: inherit;
157
- border-top-width: 1px;
158
- }
159
- abbr:where([title]) {
160
- -webkit-text-decoration: underline dotted;
161
- text-decoration: underline dotted;
162
- }
163
- h1,
164
- h2,
165
- h3,
166
- h4,
167
- h5,
168
- h6 {
169
- font-size: inherit;
170
- font-weight: inherit;
171
- }
172
- a {
173
- color: inherit;
174
- -webkit-text-decoration: inherit;
175
- text-decoration: inherit;
176
- }
177
- b,
178
- strong {
179
- font-weight: bolder;
180
- }
181
- code,
182
- kbd,
183
- samp,
184
- pre {
185
- font-family: var(
186
- --default-mono-font-family,
187
- ui-monospace,
188
- SFMono-Regular,
189
- Menlo,
190
- Monaco,
191
- Consolas,
192
- "Liberation Mono",
193
- "Courier New",
194
- monospace
195
- );
196
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
197
- font-variation-settings: var(
198
- --default-mono-font-variation-settings,
199
- normal
200
- );
201
- font-size: 1em;
202
- }
203
- small {
204
- font-size: 80%;
205
- }
206
- sub,
207
- sup {
208
- vertical-align: baseline;
209
- font-size: 75%;
210
- line-height: 0;
211
- position: relative;
212
- }
213
- sub {
214
- bottom: -0.25em;
215
- }
216
- sup {
217
- top: -0.5em;
218
- }
219
- table {
220
- text-indent: 0;
221
- border-color: inherit;
222
- border-collapse: collapse;
223
- }
224
- :-moz-focusring {
225
- outline: auto;
226
- }
227
- progress {
228
- vertical-align: baseline;
229
- }
230
- summary {
231
- display: list-item;
232
- }
233
- ol,
234
- ul,
235
- menu {
236
- list-style: none;
237
- }
238
- img,
239
- svg,
240
- video,
241
- canvas,
242
- audio,
243
- iframe,
244
- embed,
245
- object {
246
- vertical-align: middle;
247
- display: block;
248
- }
249
- img,
250
- video {
251
- max-width: 100%;
252
- height: auto;
253
- }
254
- button,
255
- input,
256
- select,
257
- optgroup,
258
- textarea {
259
- font: inherit;
260
- font-feature-settings: inherit;
261
- font-variation-settings: inherit;
262
- letter-spacing: inherit;
263
- color: inherit;
264
- opacity: 1;
265
- background-color: #0000;
266
- border-radius: 0;
267
- }
268
- ::file-selector-button {
269
- font: inherit;
270
- font-feature-settings: inherit;
271
- font-variation-settings: inherit;
272
- letter-spacing: inherit;
273
- color: inherit;
274
- opacity: 1;
275
- background-color: #0000;
276
- border-radius: 0;
277
- }
278
- :where(select:is([multiple], [size])) optgroup {
279
- font-weight: bolder;
280
- }
281
- :where(select:is([multiple], [size])) optgroup option {
282
- padding-inline-start: 20px;
283
- }
284
- ::file-selector-button {
285
- margin-inline-end: 4px;
286
- }
287
- ::placeholder {
288
- opacity: 1;
289
- }
290
- @supports (not ((-webkit-appearance: -apple-pay-button))) or
291
- (contain-intrinsic-size: 1px) {
292
- ::placeholder {
293
- color: currentColor;
294
- }
295
- @supports (color: color-mix(in lab, red, red)) {
296
- ::placeholder {
297
- color: color-mix(in oklab, currentcolor 50%, transparent);
298
- }
299
- }
300
- }
301
- textarea {
302
- resize: vertical;
303
- }
304
- ::-webkit-search-decoration {
305
- -webkit-appearance: none;
306
- }
307
- ::-webkit-date-and-time-value {
308
- min-height: 1lh;
309
- text-align: inherit;
310
- }
311
- ::-webkit-datetime-edit {
312
- display: inline-flex;
313
- }
314
- ::-webkit-datetime-edit-fields-wrapper {
315
- padding: 0;
316
- }
317
- ::-webkit-datetime-edit {
318
- padding-block: 0;
319
- }
320
- ::-webkit-datetime-edit-year-field {
321
- padding-block: 0;
322
- }
323
- ::-webkit-datetime-edit-month-field {
324
- padding-block: 0;
325
- }
326
- ::-webkit-datetime-edit-day-field {
327
- padding-block: 0;
328
- }
329
- ::-webkit-datetime-edit-hour-field {
330
- padding-block: 0;
331
- }
332
- ::-webkit-datetime-edit-minute-field {
333
- padding-block: 0;
334
- }
335
- ::-webkit-datetime-edit-second-field {
336
- padding-block: 0;
337
- }
338
- ::-webkit-datetime-edit-millisecond-field {
339
- padding-block: 0;
340
- }
341
- ::-webkit-datetime-edit-meridiem-field {
342
- padding-block: 0;
343
- }
344
- :-moz-ui-invalid {
345
- box-shadow: none;
346
- }
347
- button,
348
- input:where([type="button"], [type="reset"], [type="submit"]) {
349
- -webkit-appearance: button;
350
- -moz-appearance: button;
351
- appearance: button;
352
- }
353
- ::file-selector-button {
354
- -webkit-appearance: button;
355
- -moz-appearance: button;
356
- appearance: button;
357
- }
358
- ::-webkit-inner-spin-button {
359
- height: auto;
360
- }
361
- ::-webkit-outer-spin-button {
362
- height: auto;
363
- }
364
- [hidden]:where(:not([hidden="until-found"])) {
365
- display: none !important;
366
- }
367
- }
368
- @layer components;
369
- @layer utilities {
370
- .pointer-events-auto {
371
- pointer-events: auto;
372
- }
373
- .pointer-events-none {
374
- pointer-events: none;
375
- }
376
- .absolute {
377
- position: absolute;
378
- }
379
- .fixed {
380
- position: fixed;
381
- }
382
- .relative {
383
- position: relative;
384
- }
385
- .inset-0 {
386
- inset: calc(var(--spacing) * 0);
387
- }
388
- .-top-3 {
389
- top: calc(var(--spacing) * -3);
390
- }
391
- .top-0 {
392
- top: calc(var(--spacing) * 0);
393
- }
394
- .top-2 {
395
- top: calc(var(--spacing) * 2);
396
- }
397
- .right-2 {
398
- right: calc(var(--spacing) * 2);
399
- }
400
- .bottom-0 {
401
- bottom: calc(var(--spacing) * 0);
402
- }
403
- .bottom-2 {
404
- bottom: calc(var(--spacing) * 2);
405
- }
406
- .bottom-5 {
407
- bottom: calc(var(--spacing) * 5);
408
- }
409
- .bottom-10 {
410
- bottom: calc(var(--spacing) * 10);
411
- }
412
- .bottom-\[100\%\] {
413
- bottom: 100%;
414
- }
415
- .left-0 {
416
- left: calc(var(--spacing) * 0);
417
- }
418
- .left-1\/2 {
419
- left: 50%;
420
- }
421
- .left-2 {
422
- left: calc(var(--spacing) * 2);
423
- }
424
- .z-10 {
425
- z-index: 10;
426
- }
427
- .z-30 {
428
- z-index: 30;
429
- }
430
- .z-31 {
431
- z-index: 31;
432
- }
433
- .z-50 {
434
- z-index: 50;
435
- }
436
- .z-1000 {
437
- z-index: 1000;
438
- }
439
- .container {
440
- width: 100%;
441
- }
442
- @media (min-width: 40rem) {
443
- .container {
444
- max-width: 40rem;
445
- }
446
- }
447
- @media (min-width: 48rem) {
448
- .container {
449
- max-width: 48rem;
450
- }
451
- }
452
- @media (min-width: 64rem) {
453
- .container {
454
- max-width: 64rem;
455
- }
456
- }
457
- @media (min-width: 80rem) {
458
- .container {
459
- max-width: 80rem;
460
- }
461
- }
462
- @media (min-width: 96rem) {
463
- .container {
464
- max-width: 96rem;
465
- }
466
- }
467
- .m-0 {
468
- margin: calc(var(--spacing) * 0);
469
- }
470
- .mx-2 {
471
- margin-inline: calc(var(--spacing) * 2);
472
- }
473
- .mx-auto {
474
- margin-inline: auto;
475
- }
476
- .-mt-5 {
477
- margin-top: calc(var(--spacing) * -5);
478
- }
479
- .mt-1 {
480
- margin-top: calc(var(--spacing) * 1);
481
- }
482
- .mt-2 {
483
- margin-top: calc(var(--spacing) * 2);
484
- }
485
- .mt-3 {
486
- margin-top: calc(var(--spacing) * 3);
487
- }
488
- .mt-4 {
489
- margin-top: calc(var(--spacing) * 4);
490
- }
491
- .mt-5 {
492
- margin-top: calc(var(--spacing) * 5);
493
- }
494
- .mt-6 {
495
- margin-top: calc(var(--spacing) * 6);
496
- }
497
- .mt-10 {
498
- margin-top: calc(var(--spacing) * 10);
499
- }
500
- .mt-14 {
501
- margin-top: calc(var(--spacing) * 14);
502
- }
503
- .mr-1 {
504
- margin-right: calc(var(--spacing) * 1);
505
- }
506
- .mb-2 {
507
- margin-bottom: calc(var(--spacing) * 2);
508
- }
509
- .mb-3 {
510
- margin-bottom: calc(var(--spacing) * 3);
511
- }
512
- .mb-4 {
513
- margin-bottom: calc(var(--spacing) * 4);
514
- }
515
- .mb-5 {
516
- margin-bottom: calc(var(--spacing) * 5);
517
- }
518
- .mb-6 {
519
- margin-bottom: calc(var(--spacing) * 6);
520
- }
521
- .ml-6 {
522
- margin-left: calc(var(--spacing) * 6);
523
- }
524
- .ml-auto {
525
- margin-left: auto;
526
- }
527
- .flex {
528
- display: flex;
529
- }
530
- .hidden {
531
- display: none;
532
- }
533
- .table {
534
- display: table;
535
- }
536
- .h-2 {
537
- height: calc(var(--spacing) * 2);
538
- }
539
- .h-4 {
540
- height: calc(var(--spacing) * 4);
541
- }
542
- .h-5 {
543
- height: calc(var(--spacing) * 5);
544
- }
545
- .h-6 {
546
- height: calc(var(--spacing) * 6);
547
- }
548
- .h-10 {
549
- height: calc(var(--spacing) * 10);
550
- }
551
- .h-12 {
552
- height: calc(var(--spacing) * 12);
553
- }
554
- .h-15 {
555
- height: calc(var(--spacing) * 15);
556
- }
557
- .h-20 {
558
- height: calc(var(--spacing) * 20);
559
- }
560
- .h-24 {
561
- height: calc(var(--spacing) * 24);
562
- }
563
- .h-60 {
564
- height: calc(var(--spacing) * 60);
565
- }
566
- .h-\[85\%\] {
567
- height: 85%;
568
- }
569
- .h-\[150px\] {
570
- height: 150px;
571
- }
572
- .h-full {
573
- height: 100%;
574
- }
575
- .h-screen {
576
- height: 100vh;
577
- }
578
- .max-h-\[78vh\] {
579
- max-height: 78vh;
580
- }
581
- .max-h-\[300px\] {
582
- max-height: 300px;
583
- }
584
- .min-h-\[69vh\] {
585
- min-height: 69vh;
586
- }
587
- .min-h-screen {
588
- min-height: 100vh;
589
- }
590
- .w-2 {
591
- width: calc(var(--spacing) * 2);
592
- }
593
- .w-4 {
594
- width: calc(var(--spacing) * 4);
595
- }
596
- .w-4\/5 {
597
- width: 80%;
598
- }
599
- .w-5 {
600
- width: calc(var(--spacing) * 5);
601
- }
602
- .w-6 {
603
- width: calc(var(--spacing) * 6);
604
- }
605
- .w-10 {
606
- width: calc(var(--spacing) * 10);
607
- }
608
- .w-12 {
609
- width: calc(var(--spacing) * 12);
610
- }
611
- .w-15 {
612
- width: calc(var(--spacing) * 15);
613
- }
614
- .w-20 {
615
- width: calc(var(--spacing) * 20);
616
- }
617
- .w-100 {
618
- width: calc(var(--spacing) * 100);
619
- }
620
- .w-\[100px\] {
621
- width: 100px;
622
- }
623
- .w-\[280px\] {
624
- width: 280px;
625
- }
626
- .w-full {
627
- width: 100%;
628
- }
629
- .max-w-\[700px\] {
630
- max-width: 700px;
631
- }
632
- .max-w-md {
633
- max-width: var(--container-md);
634
- }
635
- .max-w-sm {
636
- max-width: var(--container-sm);
637
- }
638
- .max-w-xl {
639
- max-width: var(--container-xl);
640
- }
641
- .max-w-xs {
642
- max-width: var(--container-xs);
643
- }
644
- .min-w-\[250px\] {
645
- min-width: 250px;
646
- }
647
- .flex-1 {
648
- flex: 1;
649
- }
650
- .flex-grow {
651
- flex-grow: 1;
652
- }
653
- .-translate-x-1\/2 {
654
- --tw-translate-x: -50%;
655
- translate: var(--tw-translate-x) var(--tw-translate-y);
656
- }
657
- .-translate-x-full {
658
- --tw-translate-x: -100%;
659
- translate: var(--tw-translate-x) var(--tw-translate-y);
660
- }
661
- .translate-x-0 {
662
- --tw-translate-x: calc(var(--spacing) * 0);
663
- translate: var(--tw-translate-x) var(--tw-translate-y);
664
- }
665
- .transform {
666
- transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
667
- var(--tw-skew-x) var(--tw-skew-y);
668
- }
669
- .animate-ping {
670
- animation: var(--animate-ping);
671
- }
672
- .animate-pulse {
673
- animation: var(--animate-pulse);
674
- }
675
- .animate-spin {
676
- animation: var(--animate-spin);
677
- }
678
- .cursor-not-allowed {
679
- cursor: not-allowed;
680
- }
681
- .cursor-pointer {
682
- cursor: pointer;
683
- }
684
- .resize {
685
- resize: both;
686
- }
687
- .flex-col {
688
- flex-direction: column;
689
- }
690
- .flex-row {
691
- flex-direction: row;
692
- }
693
- .flex-wrap {
694
- flex-wrap: wrap;
695
- }
696
- .items-center {
697
- align-items: center;
698
- }
699
- .items-start {
700
- align-items: flex-start;
701
- }
702
- .justify-between {
703
- justify-content: space-between;
704
- }
705
- .justify-center {
706
- justify-content: center;
707
- }
708
- .justify-end {
709
- justify-content: flex-end;
710
- }
711
- .justify-start {
712
- justify-content: flex-start;
713
- }
714
- .gap-1 {
715
- gap: calc(var(--spacing) * 1);
716
- }
717
- .gap-2 {
718
- gap: calc(var(--spacing) * 2);
719
- }
720
- .gap-3 {
721
- gap: calc(var(--spacing) * 3);
722
- }
723
- .gap-4 {
724
- gap: calc(var(--spacing) * 4);
725
- }
726
- :where(.space-y-2 > :not(:last-child)) {
727
- --tw-space-y-reverse: 0;
728
- margin-block-start: calc(
729
- calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
730
- );
731
- margin-block-end: calc(
732
- calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
733
- );
734
- }
735
- :where(.space-y-3 > :not(:last-child)) {
736
- --tw-space-y-reverse: 0;
737
- margin-block-start: calc(
738
- calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
739
- );
740
- margin-block-end: calc(
741
- calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
742
- );
743
- }
744
- :where(.space-y-6 > :not(:last-child)) {
745
- --tw-space-y-reverse: 0;
746
- margin-block-start: calc(
747
- calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
748
- );
749
- margin-block-end: calc(
750
- calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
751
- );
752
- }
753
- :where(.space-x-2 > :not(:last-child)) {
754
- --tw-space-x-reverse: 0;
755
- margin-inline-start: calc(
756
- calc(var(--spacing) * 2) * var(--tw-space-x-reverse)
757
- );
758
- margin-inline-end: calc(
759
- calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))
760
- );
761
- }
762
- .truncate {
763
- text-overflow: ellipsis;
764
- white-space: nowrap;
765
- overflow: hidden;
766
- }
767
- .overflow-hidden {
768
- overflow: hidden;
769
- }
770
- .overflow-x-auto {
771
- overflow-x: auto;
772
- }
773
- .overflow-y-auto {
774
- overflow-y: auto;
775
- }
776
- .rounded {
777
- border-radius: 0.25rem;
778
- }
779
- .rounded-\[50\%\] {
780
- border-radius: 50%;
781
- }
782
- .rounded-full {
783
- border-radius: 3.40282e38px;
784
- }
785
- .rounded-lg {
786
- border-radius: var(--radius-lg);
787
- }
788
- .rounded-md {
789
- border-radius: var(--radius-md);
790
- }
791
- .rounded-xl {
792
- border-radius: var(--radius-xl);
793
- }
794
- .border {
795
- border-style: var(--tw-border-style);
796
- border-width: 1px;
797
- }
798
- .border-2 {
799
- border-style: var(--tw-border-style);
800
- border-width: 2px;
801
- }
802
- .border-r {
803
- border-right-style: var(--tw-border-style);
804
- border-right-width: 1px;
805
- }
806
- .border-blue-200 {
807
- border-color: var(--color-blue-200);
808
- }
809
- .border-blue-500 {
810
- border-color: var(--color-blue-500);
811
- }
812
- .border-blue-600 {
813
- border-color: var(--color-blue-600);
814
- }
815
- .border-gray-200 {
816
- border-color: var(--color-gray-200);
817
- }
818
- .border-gray-300 {
819
- border-color: var(--color-gray-300);
820
- }
821
- .border-transparent {
822
- border-color: #0000;
823
- }
824
- .border-t-transparent {
825
- border-top-color: #0000;
826
- }
827
- .bg-black\/50 {
828
- background-color: #00000080;
829
- }
830
- @supports (color: color-mix(in lab, red, red)) {
831
- .bg-black\/50 {
832
- background-color: color-mix(
833
- in oklab,
834
- var(--color-black) 50%,
835
- transparent
836
- );
837
- }
838
- }
839
- .bg-black\/60 {
840
- background-color: #0009;
841
- }
842
- @supports (color: color-mix(in lab, red, red)) {
843
- .bg-black\/60 {
844
- background-color: color-mix(
845
- in oklab,
846
- var(--color-black) 60%,
847
- transparent
848
- );
849
- }
850
- }
851
- .bg-blue-50 {
852
- background-color: var(--color-blue-50);
853
- }
854
- .bg-blue-100 {
855
- background-color: var(--color-blue-100);
856
- }
857
- .bg-blue-400 {
858
- background-color: var(--color-blue-400);
859
- }
860
- .bg-blue-500 {
861
- background-color: var(--color-blue-500);
862
- }
863
- .bg-blue-600 {
864
- background-color: var(--color-blue-600);
865
- }
866
- .bg-gray-50 {
867
- background-color: var(--color-gray-50);
868
- }
869
- .bg-gray-100 {
870
- background-color: var(--color-gray-100);
871
- }
872
- .bg-gray-200 {
873
- background-color: var(--color-gray-200);
874
- }
875
- .bg-gray-300 {
876
- background-color: var(--color-gray-300);
877
- }
878
- .bg-gray-400 {
879
- background-color: var(--color-gray-400);
880
- }
881
- .bg-red-50 {
882
- background-color: var(--color-red-50);
883
- }
884
- .bg-red-100 {
885
- background-color: var(--color-red-100);
886
- }
887
- .bg-white {
888
- background-color: var(--color-white);
889
- }
890
- .bg-gradient-to-t {
891
- --tw-gradient-position: to top in oklab;
892
- background-image: linear-gradient(var(--tw-gradient-stops));
893
- }
894
- .from-white {
895
- --tw-gradient-from: var(--color-white);
896
- --tw-gradient-stops: var(
897
- --tw-gradient-via-stops,
898
- var(--tw-gradient-position),
899
- var(--tw-gradient-from) var(--tw-gradient-from-position),
900
- var(--tw-gradient-to) var(--tw-gradient-to-position)
901
- );
902
- }
903
- .to-transparent {
904
- --tw-gradient-to: transparent;
905
- --tw-gradient-stops: var(
906
- --tw-gradient-via-stops,
907
- var(--tw-gradient-position),
908
- var(--tw-gradient-from) var(--tw-gradient-from-position),
909
- var(--tw-gradient-to) var(--tw-gradient-to-position)
910
- );
911
- }
912
- .object-cover {
913
- object-fit: cover;
914
- }
915
- .p-1 {
916
- padding: calc(var(--spacing) * 1);
917
- }
918
- .p-2 {
919
- padding: calc(var(--spacing) * 2);
920
- }
921
- .p-3 {
922
- padding: calc(var(--spacing) * 3);
923
- }
924
- .p-4 {
925
- padding: calc(var(--spacing) * 4);
926
- }
927
- .p-6 {
928
- padding: calc(var(--spacing) * 6);
929
- }
930
- .p-8 {
931
- padding: calc(var(--spacing) * 8);
932
- }
933
- .p-10 {
934
- padding: calc(var(--spacing) * 10);
935
- }
936
- .px-2 {
937
- padding-inline: calc(var(--spacing) * 2);
938
- }
939
- .px-3 {
940
- padding-inline: calc(var(--spacing) * 3);
941
- }
942
- .px-4 {
943
- padding-inline: calc(var(--spacing) * 4);
944
- }
945
- .px-20 {
946
- padding-inline: calc(var(--spacing) * 20);
947
- }
948
- .py-1 {
949
- padding-block: calc(var(--spacing) * 1);
950
- }
951
- .py-2 {
952
- padding-block: calc(var(--spacing) * 2);
953
- }
954
- .pr-2 {
955
- padding-right: calc(var(--spacing) * 2);
956
- }
957
- .pb-1 {
958
- padding-bottom: calc(var(--spacing) * 1);
959
- }
960
- .pb-20 {
961
- padding-bottom: calc(var(--spacing) * 20);
962
- }
963
- .pb-32 {
964
- padding-bottom: calc(var(--spacing) * 32);
965
- }
966
- .text-center {
967
- text-align: center;
968
- }
969
- .text-left {
970
- text-align: left;
971
- }
972
- .font-sans {
973
- font-family: var(--font-sans);
974
- }
975
- .text-2xl {
976
- font-size: var(--text-2xl);
977
- line-height: var(--tw-leading, var(--text-2xl--line-height));
978
- }
979
- .text-4xl {
980
- font-size: var(--text-4xl);
981
- line-height: var(--tw-leading, var(--text-4xl--line-height));
982
- }
983
- .text-7xl {
984
- font-size: var(--text-7xl);
985
- line-height: var(--tw-leading, var(--text-7xl--line-height));
986
- }
987
- .text-lg {
988
- font-size: var(--text-lg);
989
- line-height: var(--tw-leading, var(--text-lg--line-height));
990
- }
991
- .text-sm {
992
- font-size: var(--text-sm);
993
- line-height: var(--tw-leading, var(--text-sm--line-height));
994
- }
995
- .text-xl {
996
- font-size: var(--text-xl);
997
- line-height: var(--tw-leading, var(--text-xl--line-height));
998
- }
999
- .text-xs {
1000
- font-size: var(--text-xs);
1001
- line-height: var(--tw-leading, var(--text-xs--line-height));
1002
- }
1003
- .leading-none {
1004
- --tw-leading: 1;
1005
- line-height: 1;
1006
- }
1007
- .font-bold {
1008
- --tw-font-weight: var(--font-weight-bold);
1009
- font-weight: var(--font-weight-bold);
1010
- }
1011
- .font-medium {
1012
- --tw-font-weight: var(--font-weight-medium);
1013
- font-weight: var(--font-weight-medium);
1014
- }
1015
- .font-semibold {
1016
- --tw-font-weight: var(--font-weight-semibold);
1017
- font-weight: var(--font-weight-semibold);
1018
- }
1019
- .break-words {
1020
- overflow-wrap: break-word;
1021
- }
1022
- .whitespace-pre-line {
1023
- white-space: pre-line;
1024
- }
1025
- .text-blue-400 {
1026
- color: var(--color-blue-400);
1027
- }
1028
- .text-blue-500 {
1029
- color: var(--color-blue-500);
1030
- }
1031
- .text-blue-600 {
1032
- color: var(--color-blue-600);
1033
- }
1034
- .text-blue-700 {
1035
- color: var(--color-blue-700);
1036
- }
1037
- .text-blue-900 {
1038
- color: var(--color-blue-900);
1039
- }
1040
- .text-gray-400 {
1041
- color: var(--color-gray-400);
1042
- }
1043
- .text-gray-500 {
1044
- color: var(--color-gray-500);
1045
- }
1046
- .text-gray-600 {
1047
- color: var(--color-gray-600);
1048
- }
1049
- .text-gray-700 {
1050
- color: var(--color-gray-700);
1051
- }
1052
- .text-gray-800 {
1053
- color: var(--color-gray-800);
1054
- }
1055
- .text-red-500 {
1056
- color: var(--color-red-500);
1057
- }
1058
- .text-red-600 {
1059
- color: var(--color-red-600);
1060
- }
1061
- .text-white {
1062
- color: var(--color-white);
1063
- }
1064
- .uppercase {
1065
- text-transform: uppercase;
1066
- }
1067
- .opacity-25 {
1068
- opacity: 0.25;
1069
- }
1070
- .opacity-30 {
1071
- opacity: 0.3;
1072
- }
1073
- .opacity-75 {
1074
- opacity: 0.75;
1075
- }
1076
- .shadow-lg {
1077
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
1078
- 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1079
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1080
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1081
- }
1082
- .shadow-md {
1083
- --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a),
1084
- 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
1085
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1086
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1087
- }
1088
- .shadow-sm {
1089
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
1090
- 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
1091
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1092
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1093
- }
1094
- .shadow-xl {
1095
- --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a),
1096
- 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
1097
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1098
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1099
- }
1100
- .transition {
1101
- transition-property: color, background-color, border-color, outline-color,
1102
- text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
1103
- --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
1104
- filter, -webkit-backdrop-filter, backdrop-filter;
1105
- transition-timing-function: var(
1106
- --tw-ease,
1107
- var(--default-transition-timing-function)
1108
- );
1109
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1110
- }
1111
- .transition-all {
1112
- transition-property: all;
1113
- transition-timing-function: var(
1114
- --tw-ease,
1115
- var(--default-transition-timing-function)
1116
- );
1117
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1118
- }
1119
- .transition-colors {
1120
- transition-property: color, background-color, border-color, outline-color,
1121
- text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
1122
- --tw-gradient-to;
1123
- transition-timing-function: var(
1124
- --tw-ease,
1125
- var(--default-transition-timing-function)
1126
- );
1127
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1128
- }
1129
- .transition-shadow {
1130
- transition-property: box-shadow;
1131
- transition-timing-function: var(
1132
- --tw-ease,
1133
- var(--default-transition-timing-function)
1134
- );
1135
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1136
- }
1137
- .transition-transform {
1138
- transition-property: transform, translate, scale, rotate;
1139
- transition-timing-function: var(
1140
- --tw-ease,
1141
- var(--default-transition-timing-function)
1142
- );
1143
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1144
- }
1145
- .duration-300 {
1146
- --tw-duration: 0.3s;
1147
- transition-duration: 0.3s;
1148
- }
1149
- .duration-500 {
1150
- --tw-duration: 0.5s;
1151
- transition-duration: 0.5s;
1152
- }
1153
- .ease-in-out {
1154
- --tw-ease: var(--ease-in-out);
1155
- transition-timing-function: var(--ease-in-out);
1156
- }
1157
- @media (hover: hover) {
1158
- .hover\:bg-blue-50:hover {
1159
- background-color: var(--color-blue-50);
1160
- }
1161
- .hover\:bg-blue-200:hover {
1162
- background-color: var(--color-blue-200);
1163
- }
1164
- .hover\:bg-blue-700:hover {
1165
- background-color: var(--color-blue-700);
1166
- }
1167
- .hover\:bg-gray-300:hover {
1168
- background-color: var(--color-gray-300);
1169
- }
1170
- .hover\:text-blue-500:hover {
1171
- color: var(--color-blue-500);
1172
- }
1173
- .hover\:text-blue-800:hover {
1174
- color: var(--color-blue-800);
1175
- }
1176
- .hover\:text-gray-900:hover {
1177
- color: var(--color-gray-900);
1178
- }
1179
- .hover\:text-red-500:hover {
1180
- color: var(--color-red-500);
1181
- }
1182
- .hover\:text-red-700:hover {
1183
- color: var(--color-red-700);
1184
- }
1185
- .hover\:shadow-lg:hover {
1186
- --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
1187
- 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
1188
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1189
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1190
- }
1191
- }
1192
- .focus\:ring-2:focus {
1193
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
1194
- calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1195
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1196
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1197
- }
1198
- .focus\:ring-blue-200:focus {
1199
- --tw-ring-color: var(--color-blue-200);
1200
- }
1201
- .disabled\:cursor-not-allowed:disabled {
1202
- cursor: not-allowed;
1203
- }
1204
- .disabled\:bg-gray-100:disabled {
1205
- background-color: var(--color-gray-100);
1206
- }
1207
- .disabled\:opacity-40:disabled {
1208
- opacity: 0.4;
1209
- }
1210
- .disabled\:opacity-50:disabled {
1211
- opacity: 0.5;
1212
- }
1213
- @media (min-width: 40rem) {
1214
- .sm\:w-auto {
1215
- width: auto;
1216
- }
1217
- .sm\:flex-row {
1218
- flex-direction: row;
1219
- }
1220
- :where(.sm\:space-y-0 > :not(:last-child)) {
1221
- --tw-space-y-reverse: 0;
1222
- margin-block-start: calc(
1223
- calc(var(--spacing) * 0) * var(--tw-space-y-reverse)
1224
- );
1225
- margin-block-end: calc(
1226
- calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse))
1227
- );
1228
- }
1229
- :where(.sm\:space-x-4 > :not(:last-child)) {
1230
- --tw-space-x-reverse: 0;
1231
- margin-inline-start: calc(
1232
- calc(var(--spacing) * 4) * var(--tw-space-x-reverse)
1233
- );
1234
- margin-inline-end: calc(
1235
- calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse))
1236
- );
1237
- }
1238
- .sm\:p-4 {
1239
- padding: calc(var(--spacing) * 4);
1240
- }
1241
- .sm\:text-lg {
1242
- font-size: var(--text-lg);
1243
- line-height: var(--tw-leading, var(--text-lg--line-height));
1244
- }
1245
- }
1246
- @media (min-width: 48rem) {
1247
- .md\:flex-row {
1248
- flex-direction: row;
1249
- }
1250
- .md\:p-6 {
1251
- padding: calc(var(--spacing) * 6);
1252
- }
1253
- .md\:text-lg {
1254
- font-size: var(--text-lg);
1255
- line-height: var(--tw-leading, var(--text-lg--line-height));
1256
- }
1257
- .md\:text-xl {
1258
- font-size: var(--text-xl);
1259
- line-height: var(--tw-leading, var(--text-xl--line-height));
1260
- }
1261
- }
1262
- @media (min-width: 64rem) {
1263
- .lg\:relative {
1264
- position: relative;
1265
- }
1266
- .lg\:hidden {
1267
- display: none;
1268
- }
1269
- .lg\:w-1\/3 {
1270
- width: 33.3333%;
1271
- }
1272
- .lg\:translate-x-0 {
1273
- --tw-translate-x: calc(var(--spacing) * 0);
1274
- translate: var(--tw-translate-x) var(--tw-translate-y);
1275
- }
1276
- .lg\:transform-none {
1277
- transform: none;
1278
- }
1279
- .lg\:p-8 {
1280
- padding: calc(var(--spacing) * 8);
1281
- }
1282
- }
1283
- @media (min-width: 80rem) {
1284
- .xl\:text-2xl {
1285
- font-size: var(--text-2xl);
1286
- line-height: var(--tw-leading, var(--text-2xl--line-height));
1287
- }
1288
- }
1289
- }
1290
- :root {
1291
- color-scheme: light dark;
1292
- color: #213547;
1293
- font-synthesis: none;
1294
- text-rendering: optimizeLegibility;
1295
- -webkit-font-smoothing: antialiased;
1296
- -moz-osx-font-smoothing: grayscale;
1297
- --four-geeks-blue: #0097cf;
1298
- --soft-blue: #f3fafd;
1299
- --gray-text: #6883b4;
1300
- --learnpack-blue: #02a9ea;
1301
- --learnpack-light-blue: #c7f3fd;
1302
- font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
1303
- font-weight: 400;
1304
- line-height: 1.5;
1305
- }
1306
- a {
1307
- color: var(--learnpack-blue);
1308
- -webkit-text-decoration: inherit;
1309
- text-decoration: inherit;
1310
- font-weight: 500;
1311
- }
1312
- a:hover {
1313
- color: var(--learnpack-blue);
1314
- }
1315
- body {
1316
- background-color: #f4f9fe;
1317
- min-height: 100vh;
1318
- margin: 0;
1319
- }
1320
- .bg-learnpack-blue {
1321
- background-color: var(--soft-blue);
1322
- }
1323
- .bg-learnpack {
1324
- background-color: var(--learnpack-blue);
1325
- }
1326
- .bg-gray-blue {
1327
- background-color: #e7f1ff;
1328
- }
1329
- .index-circle {
1330
- width: 30px;
1331
- height: 30px;
1332
- color: var(--four-geeks-blue);
1333
- background-color: var(--soft-blue);
1334
- border-radius: 50%;
1335
- justify-content: center;
1336
- align-items: center;
1337
- font-size: 16px;
1338
- font-weight: 600;
1339
- display: flex;
1340
- }
1341
- .text-gray {
1342
- color: var(--gray-text);
1343
- }
1344
- .scrollbar-hide {
1345
- scrollbar-width: none !important;
1346
- }
1347
- .loader {
1348
- justify-content: center;
1349
- align-items: center;
1350
- gap: 10px;
1351
- animation: 1s linear infinite glowing;
1352
- display: flex;
1353
- }
1354
- @keyframes spin {
1355
- to {
1356
- transform: rotate(360deg);
1357
- }
1358
- }
1359
- .loader-icon {
1360
- justify-content: center;
1361
- align-items: center;
1362
- width: 40px;
1363
- height: 40px;
1364
- display: flex;
1365
- position: relative;
1366
- }
1367
- @keyframes glowing {
1368
- 0% {
1369
- opacity: 0.6;
1370
- }
1371
- to {
1372
- opacity: 1;
1373
- }
1374
- }
1375
- .blue-on-hover:hover svg,
1376
- .blue-on-hover:hover svg path {
1377
- fill: var(--learnpack-blue);
1378
- }
1379
- .border-learnpack-blue {
1380
- border-color: var(--learnpack-blue);
1381
- }
1382
- .red-ball {
1383
- background-color: #eb5757;
1384
- border: 2px solid #fff;
1385
- border-radius: 50%;
1386
- width: 16px;
1387
- height: 16px;
1388
- position: absolute;
1389
- top: -10px;
1390
- left: 10px;
1391
- }
1392
- .fluid-svg > svg {
1393
- width: 100%;
1394
- height: 100%;
1395
- }
1396
- .outline-blue:focus {
1397
- outline: 1px solid #51b3e5;
1398
- }
1399
- .border-C8DBFC {
1400
- border-color: #c8dbfc;
1401
- }
1402
- .markdown-renderer ul {
1403
- padding-left: 0;
1404
- list-style-type: disc;
1405
- list-style-position: inside;
1406
- }
1407
- .markdown-renderer ol {
1408
- padding-left: 0;
1409
- list-style-type: decimal;
1410
- list-style-position: inside;
1411
- }
1412
- .appear {
1413
- transform-origin: top;
1414
- opacity: 0;
1415
- animation: 0.5s ease-in-out forwards appear;
1416
- transform: scaleY(0) translateY(20px);
1417
- }
1418
- @keyframes appear {
1419
- 0% {
1420
- opacity: 0;
1421
- transform: scaleY(0) translateY(20px);
1422
- }
1423
- to {
1424
- opacity: 1;
1425
- transform: scaleY(1) translateY(0);
1426
- }
1427
- }
1428
- .bg-heavy-blue {
1429
- background-color: #9fbdf0;
1430
- }
1431
- .border-heavy-blue {
1432
- border-color: #9fbdf0;
1433
- }
1434
- .border-heavy-blue:focus {
1435
- outline: 1px solid #9fbdf0;
1436
- }
1437
- .cloudy {
1438
- opacity: 0;
1439
- transition: opacity 0.5s ease-in-out;
1440
- animation: 0.5s ease-in-out forwards fadeIn;
1441
- }
1442
- @keyframes fadeIn {
1443
- 0% {
1444
- opacity: 0;
1445
- transform: translateY(20px);
1446
- }
1447
- to {
1448
- opacity: 1;
1449
- transform: translateY(0);
1450
- }
1451
- }
1452
- @property --tw-translate-x {
1453
- syntax: "*";
1454
- inherits: false;
1455
- initial-value: 0;
1456
- }
1457
- @property --tw-translate-y {
1458
- syntax: "*";
1459
- inherits: false;
1460
- initial-value: 0;
1461
- }
1462
- @property --tw-translate-z {
1463
- syntax: "*";
1464
- inherits: false;
1465
- initial-value: 0;
1466
- }
1467
- @property --tw-rotate-x {
1468
- syntax: "*";
1469
- inherits: false;
1470
- initial-value: rotateX(0);
1471
- }
1472
- @property --tw-rotate-y {
1473
- syntax: "*";
1474
- inherits: false;
1475
- initial-value: rotateY(0);
1476
- }
1477
- @property --tw-rotate-z {
1478
- syntax: "*";
1479
- inherits: false;
1480
- initial-value: rotateZ(0);
1481
- }
1482
- @property --tw-skew-x {
1483
- syntax: "*";
1484
- inherits: false;
1485
- initial-value: skewX(0);
1486
- }
1487
- @property --tw-skew-y {
1488
- syntax: "*";
1489
- inherits: false;
1490
- initial-value: skewY(0);
1491
- }
1492
- @property --tw-space-y-reverse {
1493
- syntax: "*";
1494
- inherits: false;
1495
- initial-value: 0;
1496
- }
1497
- @property --tw-space-x-reverse {
1498
- syntax: "*";
1499
- inherits: false;
1500
- initial-value: 0;
1501
- }
1502
- @property --tw-border-style {
1503
- syntax: "*";
1504
- inherits: false;
1505
- initial-value: solid;
1506
- }
1507
- @property --tw-gradient-position {
1508
- syntax: "*";
1509
- inherits: false;
1510
- }
1511
- @property --tw-gradient-from {
1512
- syntax: "<color>";
1513
- inherits: false;
1514
- initial-value: #0000;
1515
- }
1516
- @property --tw-gradient-via {
1517
- syntax: "<color>";
1518
- inherits: false;
1519
- initial-value: #0000;
1520
- }
1521
- @property --tw-gradient-to {
1522
- syntax: "<color>";
1523
- inherits: false;
1524
- initial-value: #0000;
1525
- }
1526
- @property --tw-gradient-stops {
1527
- syntax: "*";
1528
- inherits: false;
1529
- }
1530
- @property --tw-gradient-via-stops {
1531
- syntax: "*";
1532
- inherits: false;
1533
- }
1534
- @property --tw-gradient-from-position {
1535
- syntax: "<length-percentage>";
1536
- inherits: false;
1537
- initial-value: 0%;
1538
- }
1539
- @property --tw-gradient-via-position {
1540
- syntax: "<length-percentage>";
1541
- inherits: false;
1542
- initial-value: 50%;
1543
- }
1544
- @property --tw-gradient-to-position {
1545
- syntax: "<length-percentage>";
1546
- inherits: false;
1547
- initial-value: 100%;
1548
- }
1549
- @property --tw-leading {
1550
- syntax: "*";
1551
- inherits: false;
1552
- }
1553
- @property --tw-font-weight {
1554
- syntax: "*";
1555
- inherits: false;
1556
- }
1557
- @property --tw-shadow {
1558
- syntax: "*";
1559
- inherits: false;
1560
- initial-value: 0 0 #0000;
1561
- }
1562
- @property --tw-shadow-color {
1563
- syntax: "*";
1564
- inherits: false;
1565
- }
1566
- @property --tw-shadow-alpha {
1567
- syntax: "<percentage>";
1568
- inherits: false;
1569
- initial-value: 100%;
1570
- }
1571
- @property --tw-inset-shadow {
1572
- syntax: "*";
1573
- inherits: false;
1574
- initial-value: 0 0 #0000;
1575
- }
1576
- @property --tw-inset-shadow-color {
1577
- syntax: "*";
1578
- inherits: false;
1579
- }
1580
- @property --tw-inset-shadow-alpha {
1581
- syntax: "<percentage>";
1582
- inherits: false;
1583
- initial-value: 100%;
1584
- }
1585
- @property --tw-ring-color {
1586
- syntax: "*";
1587
- inherits: false;
1588
- }
1589
- @property --tw-ring-shadow {
1590
- syntax: "*";
1591
- inherits: false;
1592
- initial-value: 0 0 #0000;
1593
- }
1594
- @property --tw-inset-ring-color {
1595
- syntax: "*";
1596
- inherits: false;
1597
- }
1598
- @property --tw-inset-ring-shadow {
1599
- syntax: "*";
1600
- inherits: false;
1601
- initial-value: 0 0 #0000;
1602
- }
1603
- @property --tw-ring-inset {
1604
- syntax: "*";
1605
- inherits: false;
1606
- }
1607
- @property --tw-ring-offset-width {
1608
- syntax: "<length>";
1609
- inherits: false;
1610
- initial-value: 0;
1611
- }
1612
- @property --tw-ring-offset-color {
1613
- syntax: "*";
1614
- inherits: false;
1615
- initial-value: #fff;
1616
- }
1617
- @property --tw-ring-offset-shadow {
1618
- syntax: "*";
1619
- inherits: false;
1620
- initial-value: 0 0 #0000;
1621
- }
1622
- @property --tw-duration {
1623
- syntax: "*";
1624
- inherits: false;
1625
- }
1626
- @property --tw-ease {
1627
- syntax: "*";
1628
- inherits: false;
1629
- }
1630
- @keyframes ping {
1631
- 75%,
1632
- to {
1633
- opacity: 0;
1634
- transform: scale(2);
1635
- }
1636
- }
1637
- @keyframes pulse {
1638
- 50% {
1639
- opacity: 0.5;
1640
- }
1641
- }