showcase-rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,958 @@
1
+ /*
2
+ ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ */
35
+
36
+ html {
37
+ line-height: 1.5;
38
+ /* 1 */
39
+ -webkit-text-size-adjust: 100%;
40
+ /* 2 */
41
+ -moz-tab-size: 4;
42
+ /* 3 */
43
+ -o-tab-size: 4;
44
+ tab-size: 4;
45
+ /* 3 */
46
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
47
+ /* 4 */
48
+ font-feature-settings: normal;
49
+ /* 5 */
50
+ }
51
+
52
+ /*
53
+ 1. Remove the margin in all browsers.
54
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
55
+ */
56
+
57
+ body {
58
+ margin: 0;
59
+ /* 1 */
60
+ line-height: inherit;
61
+ /* 2 */
62
+ }
63
+
64
+ /*
65
+ 1. Add the correct height in Firefox.
66
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
67
+ 3. Ensure horizontal rules are visible by default.
68
+ */
69
+
70
+ hr {
71
+ height: 0;
72
+ /* 1 */
73
+ color: inherit;
74
+ /* 2 */
75
+ border-top-width: 1px;
76
+ /* 3 */
77
+ }
78
+
79
+ /*
80
+ Add the correct text decoration in Chrome, Edge, and Safari.
81
+ */
82
+
83
+ abbr:where([title]) {
84
+ -webkit-text-decoration: underline dotted;
85
+ text-decoration: underline dotted;
86
+ }
87
+
88
+ /*
89
+ Remove the default font size and weight for headings.
90
+ */
91
+
92
+ h1,
93
+ h2,
94
+ h3,
95
+ h4,
96
+ h5,
97
+ h6 {
98
+ font-size: inherit;
99
+ font-weight: inherit;
100
+ }
101
+
102
+ /*
103
+ Reset links to optimize for opt-in styling instead of opt-out.
104
+ */
105
+
106
+ a {
107
+ color: inherit;
108
+ text-decoration: inherit;
109
+ }
110
+
111
+ /*
112
+ Add the correct font weight in Edge and Safari.
113
+ */
114
+
115
+ b,
116
+ strong {
117
+ font-weight: bolder;
118
+ }
119
+
120
+ /*
121
+ 1. Use the user's configured `mono` font family by default.
122
+ 2. Correct the odd `em` font sizing in all browsers.
123
+ */
124
+
125
+ code,
126
+ kbd,
127
+ samp,
128
+ pre {
129
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
130
+ /* 1 */
131
+ font-size: 1em;
132
+ /* 2 */
133
+ }
134
+
135
+ /*
136
+ Add the correct font size in all browsers.
137
+ */
138
+
139
+ small {
140
+ font-size: 80%;
141
+ }
142
+
143
+ /*
144
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
145
+ */
146
+
147
+ sub,
148
+ sup {
149
+ font-size: 75%;
150
+ line-height: 0;
151
+ position: relative;
152
+ vertical-align: baseline;
153
+ }
154
+
155
+ sub {
156
+ bottom: -0.25em;
157
+ }
158
+
159
+ sup {
160
+ top: -0.5em;
161
+ }
162
+
163
+ /*
164
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
165
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
166
+ 3. Remove gaps between table borders by default.
167
+ */
168
+
169
+ table {
170
+ text-indent: 0;
171
+ /* 1 */
172
+ border-color: inherit;
173
+ /* 2 */
174
+ border-collapse: collapse;
175
+ /* 3 */
176
+ }
177
+
178
+ /*
179
+ 1. Change the font styles in all browsers.
180
+ 2. Remove the margin in Firefox and Safari.
181
+ 3. Remove default padding in all browsers.
182
+ */
183
+
184
+ button,
185
+ input,
186
+ optgroup,
187
+ select,
188
+ textarea {
189
+ font-family: inherit;
190
+ /* 1 */
191
+ font-size: 100%;
192
+ /* 1 */
193
+ font-weight: inherit;
194
+ /* 1 */
195
+ line-height: inherit;
196
+ /* 1 */
197
+ color: inherit;
198
+ /* 1 */
199
+ margin: 0;
200
+ /* 2 */
201
+ padding: 0;
202
+ /* 3 */
203
+ }
204
+
205
+ /*
206
+ Remove the inheritance of text transform in Edge and Firefox.
207
+ */
208
+
209
+ button,
210
+ select {
211
+ text-transform: none;
212
+ }
213
+
214
+ /*
215
+ 1. Correct the inability to style clickable types in iOS and Safari.
216
+ 2. Remove default button styles.
217
+ */
218
+
219
+ button,
220
+ [type='button'],
221
+ [type='reset'],
222
+ [type='submit'] {
223
+ -webkit-appearance: button;
224
+ /* 1 */
225
+ background-color: transparent;
226
+ /* 2 */
227
+ background-image: none;
228
+ /* 2 */
229
+ }
230
+
231
+ /*
232
+ Use the modern Firefox focus style for all focusable elements.
233
+ */
234
+
235
+ :-moz-focusring {
236
+ outline: auto;
237
+ }
238
+
239
+ /*
240
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
241
+ */
242
+
243
+ :-moz-ui-invalid {
244
+ box-shadow: none;
245
+ }
246
+
247
+ /*
248
+ Add the correct vertical alignment in Chrome and Firefox.
249
+ */
250
+
251
+ progress {
252
+ vertical-align: baseline;
253
+ }
254
+
255
+ /*
256
+ Correct the cursor style of increment and decrement buttons in Safari.
257
+ */
258
+
259
+ ::-webkit-inner-spin-button,
260
+ ::-webkit-outer-spin-button {
261
+ height: auto;
262
+ }
263
+
264
+ /*
265
+ 1. Correct the odd appearance in Chrome and Safari.
266
+ 2. Correct the outline style in Safari.
267
+ */
268
+
269
+ [type='search'] {
270
+ -webkit-appearance: textfield;
271
+ /* 1 */
272
+ outline-offset: -2px;
273
+ /* 2 */
274
+ }
275
+
276
+ /*
277
+ Remove the inner padding in Chrome and Safari on macOS.
278
+ */
279
+
280
+ ::-webkit-search-decoration {
281
+ -webkit-appearance: none;
282
+ }
283
+
284
+ /*
285
+ 1. Correct the inability to style clickable types in iOS and Safari.
286
+ 2. Change font properties to `inherit` in Safari.
287
+ */
288
+
289
+ ::-webkit-file-upload-button {
290
+ -webkit-appearance: button;
291
+ /* 1 */
292
+ font: inherit;
293
+ /* 2 */
294
+ }
295
+
296
+ /*
297
+ Add the correct display in Chrome and Safari.
298
+ */
299
+
300
+ summary {
301
+ display: list-item;
302
+ }
303
+
304
+ /*
305
+ Removes the default spacing and border for appropriate elements.
306
+ */
307
+
308
+ blockquote,
309
+ dl,
310
+ dd,
311
+ h1,
312
+ h2,
313
+ h3,
314
+ h4,
315
+ h5,
316
+ h6,
317
+ hr,
318
+ figure,
319
+ p,
320
+ pre {
321
+ margin: 0;
322
+ }
323
+
324
+ fieldset {
325
+ margin: 0;
326
+ padding: 0;
327
+ }
328
+
329
+ legend {
330
+ padding: 0;
331
+ }
332
+
333
+ ol,
334
+ ul,
335
+ menu {
336
+ list-style: none;
337
+ margin: 0;
338
+ padding: 0;
339
+ }
340
+
341
+ /*
342
+ Prevent resizing textareas horizontally by default.
343
+ */
344
+
345
+ textarea {
346
+ resize: vertical;
347
+ }
348
+
349
+ /*
350
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
351
+ 2. Set the default placeholder color to the user's configured gray 400 color.
352
+ */
353
+
354
+ input::-moz-placeholder, textarea::-moz-placeholder {
355
+ opacity: 1;
356
+ /* 1 */
357
+ color: #9ca3af;
358
+ /* 2 */
359
+ }
360
+
361
+ input::placeholder,
362
+ textarea::placeholder {
363
+ opacity: 1;
364
+ /* 1 */
365
+ color: #9ca3af;
366
+ /* 2 */
367
+ }
368
+
369
+ /*
370
+ Set the default cursor for buttons.
371
+ */
372
+
373
+ button,
374
+ [role="button"] {
375
+ cursor: pointer;
376
+ }
377
+
378
+ /*
379
+ Make sure disabled buttons don't get the pointer cursor.
380
+ */
381
+
382
+ :disabled {
383
+ cursor: default;
384
+ }
385
+
386
+ /*
387
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
388
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
389
+ This can trigger a poorly considered lint error in some tools but is included by design.
390
+ */
391
+
392
+ img,
393
+ svg,
394
+ video,
395
+ canvas,
396
+ audio,
397
+ iframe,
398
+ embed,
399
+ object {
400
+ display: block;
401
+ /* 1 */
402
+ vertical-align: middle;
403
+ /* 2 */
404
+ }
405
+
406
+ /*
407
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
408
+ */
409
+
410
+ img,
411
+ video {
412
+ max-width: 100%;
413
+ height: auto;
414
+ }
415
+
416
+ /* Make elements with the HTML hidden attribute stay hidden by default */
417
+
418
+ [hidden] {
419
+ display: none;
420
+ }
421
+
422
+ [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
423
+ -webkit-appearance: none;
424
+ -moz-appearance: none;
425
+ appearance: none;
426
+ background-color: #fff;
427
+ border-color: #6b7280;
428
+ border-width: 1px;
429
+ border-radius: 0px;
430
+ padding-top: 0.5rem;
431
+ padding-right: 0.75rem;
432
+ padding-bottom: 0.5rem;
433
+ padding-left: 0.75rem;
434
+ font-size: 1rem;
435
+ line-height: 1.5rem;
436
+ --tw-shadow: 0 0 #0000;
437
+ }
438
+
439
+ [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
440
+ outline: 2px solid transparent;
441
+ outline-offset: 2px;
442
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
443
+ --tw-ring-offset-width: 0px;
444
+ --tw-ring-offset-color: #fff;
445
+ --tw-ring-color: #2563eb;
446
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
447
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
448
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
449
+ border-color: #2563eb;
450
+ }
451
+
452
+ input::-moz-placeholder, textarea::-moz-placeholder {
453
+ color: #6b7280;
454
+ opacity: 1;
455
+ }
456
+
457
+ input::placeholder,textarea::placeholder {
458
+ color: #6b7280;
459
+ opacity: 1;
460
+ }
461
+
462
+ ::-webkit-datetime-edit-fields-wrapper {
463
+ padding: 0;
464
+ }
465
+
466
+ ::-webkit-date-and-time-value {
467
+ min-height: 1.5em;
468
+ }
469
+
470
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
471
+ padding-top: 0;
472
+ padding-bottom: 0;
473
+ }
474
+
475
+ select {
476
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
477
+ background-position: right 0.5rem center;
478
+ background-repeat: no-repeat;
479
+ background-size: 1.5em 1.5em;
480
+ padding-right: 2.5rem;
481
+ -webkit-print-color-adjust: exact;
482
+ print-color-adjust: exact;
483
+ }
484
+
485
+ [multiple] {
486
+ background-image: initial;
487
+ background-position: initial;
488
+ background-repeat: unset;
489
+ background-size: initial;
490
+ padding-right: 0.75rem;
491
+ -webkit-print-color-adjust: unset;
492
+ print-color-adjust: unset;
493
+ }
494
+
495
+ [type='checkbox'],[type='radio'] {
496
+ -webkit-appearance: none;
497
+ -moz-appearance: none;
498
+ appearance: none;
499
+ padding: 0;
500
+ -webkit-print-color-adjust: exact;
501
+ print-color-adjust: exact;
502
+ display: inline-block;
503
+ vertical-align: middle;
504
+ background-origin: border-box;
505
+ -webkit-user-select: none;
506
+ -moz-user-select: none;
507
+ user-select: none;
508
+ flex-shrink: 0;
509
+ height: 1rem;
510
+ width: 1rem;
511
+ color: #2563eb;
512
+ background-color: #fff;
513
+ border-color: #6b7280;
514
+ border-width: 1px;
515
+ --tw-shadow: 0 0 #0000;
516
+ }
517
+
518
+ [type='checkbox'] {
519
+ border-radius: 0px;
520
+ }
521
+
522
+ [type='radio'] {
523
+ border-radius: 100%;
524
+ }
525
+
526
+ [type='checkbox']:focus,[type='radio']:focus {
527
+ outline: 2px solid transparent;
528
+ outline-offset: 2px;
529
+ --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
530
+ --tw-ring-offset-width: 2px;
531
+ --tw-ring-offset-color: #fff;
532
+ --tw-ring-color: #2563eb;
533
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
534
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
535
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
536
+ }
537
+
538
+ [type='checkbox']:checked,[type='radio']:checked {
539
+ border-color: transparent;
540
+ background-color: currentColor;
541
+ background-size: 100% 100%;
542
+ background-position: center;
543
+ background-repeat: no-repeat;
544
+ }
545
+
546
+ [type='checkbox']:checked {
547
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
548
+ }
549
+
550
+ [type='radio']:checked {
551
+ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
552
+ }
553
+
554
+ [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
555
+ border-color: transparent;
556
+ background-color: currentColor;
557
+ }
558
+
559
+ [type='checkbox']:indeterminate {
560
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
561
+ border-color: transparent;
562
+ background-color: currentColor;
563
+ background-size: 100% 100%;
564
+ background-position: center;
565
+ background-repeat: no-repeat;
566
+ }
567
+
568
+ [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
569
+ border-color: transparent;
570
+ background-color: currentColor;
571
+ }
572
+
573
+ [type='file'] {
574
+ background: unset;
575
+ border-color: inherit;
576
+ border-width: 0;
577
+ border-radius: 0;
578
+ padding: 0;
579
+ font-size: unset;
580
+ line-height: inherit;
581
+ }
582
+
583
+ [type='file']:focus {
584
+ outline: 1px solid ButtonText;
585
+ outline: 1px auto -webkit-focus-ring-color;
586
+ }
587
+
588
+ *, ::before, ::after {
589
+ --tw-border-spacing-x: 0;
590
+ --tw-border-spacing-y: 0;
591
+ --tw-translate-x: 0;
592
+ --tw-translate-y: 0;
593
+ --tw-rotate: 0;
594
+ --tw-skew-x: 0;
595
+ --tw-skew-y: 0;
596
+ --tw-scale-x: 1;
597
+ --tw-scale-y: 1;
598
+ --tw-pan-x: ;
599
+ --tw-pan-y: ;
600
+ --tw-pinch-zoom: ;
601
+ --tw-scroll-snap-strictness: proximity;
602
+ --tw-ordinal: ;
603
+ --tw-slashed-zero: ;
604
+ --tw-numeric-figure: ;
605
+ --tw-numeric-spacing: ;
606
+ --tw-numeric-fraction: ;
607
+ --tw-ring-inset: ;
608
+ --tw-ring-offset-width: 0px;
609
+ --tw-ring-offset-color: #fff;
610
+ --tw-ring-color: rgb(59 130 246 / 0.5);
611
+ --tw-ring-offset-shadow: 0 0 #0000;
612
+ --tw-ring-shadow: 0 0 #0000;
613
+ --tw-shadow: 0 0 #0000;
614
+ --tw-shadow-colored: 0 0 #0000;
615
+ --tw-blur: ;
616
+ --tw-brightness: ;
617
+ --tw-contrast: ;
618
+ --tw-grayscale: ;
619
+ --tw-hue-rotate: ;
620
+ --tw-invert: ;
621
+ --tw-saturate: ;
622
+ --tw-sepia: ;
623
+ --tw-drop-shadow: ;
624
+ --tw-backdrop-blur: ;
625
+ --tw-backdrop-brightness: ;
626
+ --tw-backdrop-contrast: ;
627
+ --tw-backdrop-grayscale: ;
628
+ --tw-backdrop-hue-rotate: ;
629
+ --tw-backdrop-invert: ;
630
+ --tw-backdrop-opacity: ;
631
+ --tw-backdrop-saturate: ;
632
+ --tw-backdrop-sepia: ;
633
+ }
634
+
635
+ ::backdrop {
636
+ --tw-border-spacing-x: 0;
637
+ --tw-border-spacing-y: 0;
638
+ --tw-translate-x: 0;
639
+ --tw-translate-y: 0;
640
+ --tw-rotate: 0;
641
+ --tw-skew-x: 0;
642
+ --tw-skew-y: 0;
643
+ --tw-scale-x: 1;
644
+ --tw-scale-y: 1;
645
+ --tw-pan-x: ;
646
+ --tw-pan-y: ;
647
+ --tw-pinch-zoom: ;
648
+ --tw-scroll-snap-strictness: proximity;
649
+ --tw-ordinal: ;
650
+ --tw-slashed-zero: ;
651
+ --tw-numeric-figure: ;
652
+ --tw-numeric-spacing: ;
653
+ --tw-numeric-fraction: ;
654
+ --tw-ring-inset: ;
655
+ --tw-ring-offset-width: 0px;
656
+ --tw-ring-offset-color: #fff;
657
+ --tw-ring-color: rgb(59 130 246 / 0.5);
658
+ --tw-ring-offset-shadow: 0 0 #0000;
659
+ --tw-ring-shadow: 0 0 #0000;
660
+ --tw-shadow: 0 0 #0000;
661
+ --tw-shadow-colored: 0 0 #0000;
662
+ --tw-blur: ;
663
+ --tw-brightness: ;
664
+ --tw-contrast: ;
665
+ --tw-grayscale: ;
666
+ --tw-hue-rotate: ;
667
+ --tw-invert: ;
668
+ --tw-saturate: ;
669
+ --tw-sepia: ;
670
+ --tw-drop-shadow: ;
671
+ --tw-backdrop-blur: ;
672
+ --tw-backdrop-brightness: ;
673
+ --tw-backdrop-contrast: ;
674
+ --tw-backdrop-grayscale: ;
675
+ --tw-backdrop-hue-rotate: ;
676
+ --tw-backdrop-invert: ;
677
+ --tw-backdrop-opacity: ;
678
+ --tw-backdrop-saturate: ;
679
+ --tw-backdrop-sepia: ;
680
+ }
681
+
682
+ .relative {
683
+ position: relative;
684
+ }
685
+
686
+ .col-span-3 {
687
+ grid-column: span 3 / span 3;
688
+ }
689
+
690
+ .col-span-9 {
691
+ grid-column: span 9 / span 9;
692
+ }
693
+
694
+ .mb-2 {
695
+ margin-bottom: 0.5rem;
696
+ }
697
+
698
+ .mb-4 {
699
+ margin-bottom: 1rem;
700
+ }
701
+
702
+ .inline-block {
703
+ display: inline-block;
704
+ }
705
+
706
+ .flex {
707
+ display: flex;
708
+ }
709
+
710
+ .table {
711
+ display: table;
712
+ }
713
+
714
+ .grid {
715
+ display: grid;
716
+ }
717
+
718
+ .h-full {
719
+ height: 100%;
720
+ }
721
+
722
+ .max-h-20 {
723
+ max-height: 5rem;
724
+ }
725
+
726
+ .min-h-screen {
727
+ min-height: 100vh;
728
+ }
729
+
730
+ .w-full {
731
+ width: 100%;
732
+ }
733
+
734
+ .border-collapse {
735
+ border-collapse: collapse;
736
+ }
737
+
738
+ .cursor-pointer {
739
+ cursor: pointer;
740
+ }
741
+
742
+ .select-none {
743
+ -webkit-user-select: none;
744
+ -moz-user-select: none;
745
+ user-select: none;
746
+ }
747
+
748
+ .list-none {
749
+ list-style-type: none;
750
+ }
751
+
752
+ .grid-cols-12 {
753
+ grid-template-columns: repeat(12, minmax(0, 1fr));
754
+ }
755
+
756
+ .flex-col {
757
+ flex-direction: column;
758
+ }
759
+
760
+ .flex-wrap {
761
+ flex-wrap: wrap;
762
+ }
763
+
764
+ .items-center {
765
+ align-items: center;
766
+ }
767
+
768
+ .space-y-8 > :not([hidden]) ~ :not([hidden]) {
769
+ --tw-space-y-reverse: 0;
770
+ margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
771
+ margin-bottom: calc(2rem * var(--tw-space-y-reverse));
772
+ }
773
+
774
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
775
+ --tw-space-x-reverse: 0;
776
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
777
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
778
+ }
779
+
780
+ .space-y-4 > :not([hidden]) ~ :not([hidden]) {
781
+ --tw-space-y-reverse: 0;
782
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
783
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
784
+ }
785
+
786
+ .overflow-hidden {
787
+ overflow: hidden;
788
+ }
789
+
790
+ .overflow-scroll {
791
+ overflow: scroll;
792
+ }
793
+
794
+ .overflow-x-auto {
795
+ overflow-x: auto;
796
+ }
797
+
798
+ .truncate {
799
+ overflow: hidden;
800
+ text-overflow: ellipsis;
801
+ white-space: nowrap;
802
+ }
803
+
804
+ .rounded-md {
805
+ border-radius: 0.375rem;
806
+ }
807
+
808
+ .border {
809
+ border-width: 1px;
810
+ }
811
+
812
+ .border-0 {
813
+ border-width: 0px;
814
+ }
815
+
816
+ .border-r {
817
+ border-right-width: 1px;
818
+ }
819
+
820
+ .border-t {
821
+ border-top-width: 1px;
822
+ }
823
+
824
+ .border-b {
825
+ border-bottom-width: 1px;
826
+ }
827
+
828
+ .border-gray-200 {
829
+ --tw-border-opacity: 1;
830
+ border-color: rgb(229 231 235 / var(--tw-border-opacity));
831
+ }
832
+
833
+ .bg-slate-50 {
834
+ --tw-bg-opacity: 1;
835
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity));
836
+ }
837
+
838
+ .bg-slate-100\/50 {
839
+ background-color: rgb(241 245 249 / 0.5);
840
+ }
841
+
842
+ .bg-indigo-50 {
843
+ --tw-bg-opacity: 1;
844
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
845
+ }
846
+
847
+ .p-12 {
848
+ padding: 3rem;
849
+ }
850
+
851
+ .p-4 {
852
+ padding: 1rem;
853
+ }
854
+
855
+ .py-5 {
856
+ padding-top: 1.25rem;
857
+ padding-bottom: 1.25rem;
858
+ }
859
+
860
+ .py-2 {
861
+ padding-top: 0.5rem;
862
+ padding-bottom: 0.5rem;
863
+ }
864
+
865
+ .px-4 {
866
+ padding-left: 1rem;
867
+ padding-right: 1rem;
868
+ }
869
+
870
+ .px-8 {
871
+ padding-left: 2rem;
872
+ padding-right: 2rem;
873
+ }
874
+
875
+ .pl-4 {
876
+ padding-left: 1rem;
877
+ }
878
+
879
+ .pt-7 {
880
+ padding-top: 1.75rem;
881
+ }
882
+
883
+ .text-2xl {
884
+ font-size: 1.5rem;
885
+ line-height: 2rem;
886
+ }
887
+
888
+ .text-xl {
889
+ font-size: 1.25rem;
890
+ line-height: 1.75rem;
891
+ }
892
+
893
+ .text-3xl {
894
+ font-size: 1.875rem;
895
+ line-height: 2.25rem;
896
+ }
897
+
898
+ .text-base {
899
+ font-size: 1rem;
900
+ line-height: 1.5rem;
901
+ }
902
+
903
+ .font-black {
904
+ font-weight: 900;
905
+ }
906
+
907
+ .font-semibold {
908
+ font-weight: 600;
909
+ }
910
+
911
+ .font-normal {
912
+ font-weight: 400;
913
+ }
914
+
915
+ .font-medium {
916
+ font-weight: 500;
917
+ }
918
+
919
+ .italic {
920
+ font-style: italic;
921
+ }
922
+
923
+ .leading-snug {
924
+ line-height: 1.375;
925
+ }
926
+
927
+ .text-black {
928
+ --tw-text-opacity: 1;
929
+ color: rgb(0 0 0 / var(--tw-text-opacity));
930
+ }
931
+
932
+ .hover\:select-all:hover {
933
+ -webkit-user-select: all;
934
+ -moz-user-select: all;
935
+ user-select: all;
936
+ }
937
+
938
+ .hover\:bg-indigo-50:hover {
939
+ --tw-bg-opacity: 1;
940
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
941
+ }
942
+
943
+ @media (min-width: 768px) {
944
+ .md\:text-lg {
945
+ font-size: 1.125rem;
946
+ line-height: 1.75rem;
947
+ }
948
+ }
949
+
950
+ @media (min-width: 1280px) {
951
+ .xl\:col-span-2 {
952
+ grid-column: span 2 / span 2;
953
+ }
954
+
955
+ .xl\:col-span-10 {
956
+ grid-column: span 10 / span 10;
957
+ }
958
+ }