@kala-ui/react 0.0.1-beta.6 → 0.0.1-beta.8
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/CHANGELOG.md +110 -110
- package/LICENSE +21 -21
- package/README.md +366 -366
- package/dist/components/accordion/accordion-skeleton.js +1 -1
- package/dist/components/accordion/accordion.js +2 -1
- package/dist/components/action-icon/action-icon.d.ts +12 -0
- package/dist/components/action-icon/action-icon.js +35 -0
- package/dist/components/action-icon/action-icon.stories.d.ts +9 -0
- package/dist/components/action-icon/action-icon.stories.js +42 -0
- package/dist/components/action-icon/index.d.ts +1 -0
- package/dist/components/action-icon/index.js +1 -0
- package/dist/components/alert/alert-skeleton.js +4 -3
- package/dist/components/alert/alert.d.ts +2 -2
- package/dist/components/alert/alert.js +8 -6
- package/dist/components/alert/alert.stories.js +13 -9
- package/dist/components/alert/index.d.ts +1 -1
- package/dist/components/alert-dialog/alert-dialog.js +8 -5
- package/dist/components/app-shell/app-shell.d.ts +58 -0
- package/dist/components/app-shell/app-shell.js +111 -0
- package/dist/components/app-shell/app-shell.stories.d.ts +8 -0
- package/dist/components/app-shell/app-shell.stories.js +35 -0
- package/dist/components/app-shell/index.d.ts +1 -0
- package/dist/components/app-shell/index.js +1 -0
- package/dist/components/avatar/avatar.d.ts +2 -2
- package/dist/components/avatar/avatar.stories.js +1 -1
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/badge/badge.stories.js +1 -1
- package/dist/components/banner/banner-skeleton.js +1 -1
- package/dist/components/banner/banner.d.ts +1 -1
- package/dist/components/banner/banner.stories.js +1 -1
- package/dist/components/box/box.d.ts +8 -0
- package/dist/components/box/box.js +10 -0
- package/dist/components/box/box.stories.d.ts +8 -0
- package/dist/components/box/box.stories.js +32 -0
- package/dist/components/box/index.d.ts +1 -0
- package/dist/components/box/index.js +1 -0
- package/dist/components/breadcrumbs/breadcrumbs-skeleton.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.stories.js +1 -1
- package/dist/components/burger/burger.d.ts +8 -0
- package/dist/components/burger/burger.js +21 -0
- package/dist/components/burger/burger.stories.d.ts +8 -0
- package/dist/components/burger/burger.stories.js +31 -0
- package/dist/components/burger/index.d.ts +1 -0
- package/dist/components/burger/index.js +1 -0
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.stories.js +10 -7
- package/dist/components/button-group/button-group.stories.js +1 -1
- package/dist/components/calendar/calendar-skeleton.js +1 -1
- package/dist/components/calendar/calendar.d.ts +1 -1
- package/dist/components/calendar/calendar.js +1 -1
- package/dist/components/calendar/calendar.types.d.ts +3 -3
- package/dist/components/card/card-skeleton.js +2 -2
- package/dist/components/card/card.js +17 -14
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/center/center.d.ts +7 -0
- package/dist/components/center/center.js +10 -0
- package/dist/components/center/center.stories.d.ts +7 -0
- package/dist/components/center/center.stories.js +25 -0
- package/dist/components/center/index.d.ts +1 -0
- package/dist/components/center/index.js +1 -0
- package/dist/components/charts/area-chart.js +1 -1
- package/dist/components/charts/bar-chart.js +1 -1
- package/dist/components/charts/donut-chart.js +1 -1
- package/dist/components/charts/index.d.ts +2 -2
- package/dist/components/charts/index.js +2 -2
- package/dist/components/charts/line-chart.js +1 -1
- package/dist/components/charts/radial-bar-chart.js +1 -1
- package/dist/components/charts/theme-utils.d.ts +1 -1
- package/dist/components/charts/use-theme-aware-chart.d.ts +1 -1
- package/dist/components/charts/use-theme-aware-chart.js +2 -1
- package/dist/components/checkbox/checkbox.js +1 -1
- package/dist/components/checkbox/checkbox.stories.js +12 -8
- package/dist/components/close-button/close-button.d.ts +7 -0
- package/dist/components/close-button/close-button.js +9 -0
- package/dist/components/close-button/close-button.stories.d.ts +7 -0
- package/dist/components/close-button/close-button.stories.js +18 -0
- package/dist/components/close-button/index.d.ts +1 -0
- package/dist/components/close-button/index.js +1 -0
- package/dist/components/code/code.d.ts +8 -0
- package/dist/components/code/code.js +14 -0
- package/dist/components/code/code.stories.d.ts +8 -0
- package/dist/components/code/code.stories.js +31 -0
- package/dist/components/code/index.d.ts +1 -0
- package/dist/components/code/index.js +1 -0
- package/dist/components/collapse/collapse.d.ts +17 -0
- package/dist/components/collapse/collapse.js +34 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/collapse/index.js +1 -0
- package/dist/components/color-input/color-input.d.ts +28 -0
- package/dist/components/color-input/color-input.js +35 -0
- package/dist/components/color-input/color-input.stories.d.ts +10 -0
- package/dist/components/color-input/color-input.stories.js +41 -0
- package/dist/components/color-input/index.d.ts +1 -0
- package/dist/components/color-input/index.js +1 -0
- package/dist/components/combobox/combobox-skeleton.js +1 -1
- package/dist/components/combobox/combobox.d.ts +1 -1
- package/dist/components/combobox/combobox.js +17 -8
- package/dist/components/combobox/combobox.stories.js +1 -1
- package/dist/components/command/command.d.ts +2 -2
- package/dist/components/command/command.stories.js +14 -19
- package/dist/components/container/container.d.ts +11 -0
- package/dist/components/container/container.js +29 -0
- package/dist/components/container/container.stories.d.ts +8 -0
- package/dist/components/container/container.stories.js +34 -0
- package/dist/components/container/index.d.ts +1 -0
- package/dist/components/container/index.js +1 -0
- package/dist/components/data-table/column-header-filter.js +11 -6
- package/dist/components/data-table/data-table-skeleton.js +5 -15
- package/dist/components/data-table/data-table.js +18 -15
- package/dist/components/data-table/data-table.stories.js +3 -5
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/date-picker.js +3 -3
- package/dist/components/date-picker/date-picker.types.d.ts +1 -1
- package/dist/components/dialog/dialog-skeleton.js +1 -1
- package/dist/components/dialog/dialog.js +6 -4
- package/dist/components/dialog/dialog.stories.js +2 -2
- package/dist/components/dnd/dnd.d.ts +4 -5
- package/dist/components/dnd/dnd.js +5 -5
- package/dist/components/dnd/dnd.stories.js +18 -10
- package/dist/components/drawer/drawer.stories.js +2 -2
- package/dist/components/empty-state/empty-state-skeleton.js +2 -3
- package/dist/components/empty-state/empty-state.d.ts +1 -1
- package/dist/components/field/field-skeleton.js +1 -1
- package/dist/components/field/field.stories.js +1 -1
- package/dist/components/file-upload/file-upload-skeleton.js +1 -1
- package/dist/components/flex/flex.d.ts +18 -0
- package/dist/components/flex/flex.js +78 -0
- package/dist/components/flex/flex.stories.d.ts +8 -0
- package/dist/components/flex/flex.stories.js +51 -0
- package/dist/components/flex/index.d.ts +1 -0
- package/dist/components/flex/index.js +1 -0
- package/dist/components/grid/grid.d.ts +24 -0
- package/dist/components/grid/grid.js +136 -0
- package/dist/components/grid/grid.stories.d.ts +8 -0
- package/dist/components/grid/grid.stories.js +31 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/grid/index.js +1 -0
- package/dist/components/group/group.d.ts +7 -0
- package/dist/components/group/group.js +9 -0
- package/dist/components/group/group.stories.d.ts +7 -0
- package/dist/components/group/group.stories.js +34 -0
- package/dist/components/group/index.d.ts +1 -0
- package/dist/components/group/index.js +1 -0
- package/dist/components/header/header-skeleton.js +1 -1
- package/dist/components/header/header.d.ts +3 -3
- package/dist/components/header/header.js +17 -31
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/heading/heading.d.ts +14 -0
- package/dist/components/heading/heading.js +40 -0
- package/dist/components/heading/heading.stories.d.ts +9 -0
- package/dist/components/heading/heading.stories.js +45 -0
- package/dist/components/heading/index.d.ts +1 -0
- package/dist/components/heading/index.js +1 -0
- package/dist/components/indicator/index.d.ts +1 -0
- package/dist/components/indicator/index.js +1 -0
- package/dist/components/indicator/indicator.d.ts +30 -0
- package/dist/components/indicator/indicator.js +89 -0
- package/dist/components/indicator/indicator.stories.d.ts +10 -0
- package/dist/components/indicator/indicator.stories.js +75 -0
- package/dist/components/input/input.js +1 -1
- package/dist/components/input/input.stories.js +1 -1
- package/dist/components/input-group/input-group.stories.js +1 -1
- package/dist/components/kbd/index.d.ts +1 -0
- package/dist/components/kbd/index.js +1 -0
- package/dist/components/kbd/kbd.d.ts +6 -0
- package/dist/components/kbd/kbd.js +13 -0
- package/dist/components/kbd/kbd.stories.d.ts +9 -0
- package/dist/components/kbd/kbd.stories.js +28 -0
- package/dist/components/label/label.stories.js +1 -1
- package/dist/components/list/list-skeleton.js +2 -2
- package/dist/components/list/list.js +1 -1
- package/dist/components/list/list.stories.js +1 -1
- package/dist/components/list/list.types.d.ts +2 -2
- package/dist/components/loading-overlay/index.d.ts +1 -0
- package/dist/components/loading-overlay/index.js +1 -0
- package/dist/components/loading-overlay/loading-overlay.d.ts +19 -0
- package/dist/components/loading-overlay/loading-overlay.js +19 -0
- package/dist/components/loading-overlay/loading-overlay.stories.d.ts +8 -0
- package/dist/components/loading-overlay/loading-overlay.stories.js +46 -0
- package/dist/components/metric-card/metric-card-skeleton.js +2 -2
- package/dist/components/metric-card/metric-card.js +1 -1
- package/dist/components/multi-select/multi-select-skeleton.js +1 -1
- package/dist/components/multi-select/multi-select.stories.js +1 -1
- package/dist/components/nav-link/index.d.ts +1 -0
- package/dist/components/nav-link/index.js +1 -0
- package/dist/components/nav-link/nav-link.d.ts +26 -0
- package/dist/components/nav-link/nav-link.js +26 -0
- package/dist/components/nav-link/nav-link.stories.d.ts +9 -0
- package/dist/components/nav-link/nav-link.stories.js +37 -0
- package/dist/components/navigation/navigation-skeleton.js +1 -1
- package/dist/components/number-input/index.d.ts +1 -0
- package/dist/components/number-input/index.js +1 -0
- package/dist/components/number-input/number-input.d.ts +40 -0
- package/dist/components/number-input/number-input.js +69 -0
- package/dist/components/number-input/number-input.stories.d.ts +11 -0
- package/dist/components/number-input/number-input.stories.js +54 -0
- package/dist/components/overlay/index.d.ts +1 -0
- package/dist/components/overlay/index.js +1 -0
- package/dist/components/overlay/overlay.d.ts +22 -0
- package/dist/components/overlay/overlay.js +45 -0
- package/dist/components/overlay/overlay.stories.d.ts +9 -0
- package/dist/components/overlay/overlay.stories.js +47 -0
- package/dist/components/page-transition/page-transition.stories.js +1 -1
- package/dist/components/pagination/index.d.ts +1 -1
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/pagination-skeleton.js +1 -1
- package/dist/components/pagination/pagination.d.ts +44 -28
- package/dist/components/pagination/pagination.js +53 -79
- package/dist/components/pagination/pagination.stories.d.ts +1 -0
- package/dist/components/pagination/pagination.stories.js +31 -5
- package/dist/components/paper/index.d.ts +1 -0
- package/dist/components/paper/index.js +1 -0
- package/dist/components/paper/paper.d.ts +12 -0
- package/dist/components/paper/paper.js +39 -0
- package/dist/components/paper/paper.stories.d.ts +7 -0
- package/dist/components/paper/paper.stories.js +30 -0
- package/dist/components/password-strength-indicator/password-strength-indicator.stories.js +1 -1
- package/dist/components/popover/popover-skeleton.js +1 -1
- package/dist/components/popover/popover.stories.js +2 -2
- package/dist/components/progress/index.d.ts +1 -1
- package/dist/components/progress/progress.d.ts +1 -1
- package/dist/components/progress/progress.stories.js +1 -1
- package/dist/components/radio-group/radio-group-skeleton.js +1 -1
- package/dist/components/radio-group/radio-group.stories.js +1 -1
- package/dist/components/ring-progress/index.d.ts +1 -0
- package/dist/components/ring-progress/index.js +1 -0
- package/dist/components/ring-progress/ring-progress.d.ts +24 -0
- package/dist/components/ring-progress/ring-progress.js +20 -0
- package/dist/components/ring-progress/ring-progress.stories.d.ts +9 -0
- package/dist/components/ring-progress/ring-progress.stories.js +46 -0
- package/dist/components/scroll-area/scroll-area.stories.js +1 -1
- package/dist/components/segmented-control/index.d.ts +1 -0
- package/dist/components/segmented-control/index.js +1 -0
- package/dist/components/segmented-control/segmented-control.d.ts +19 -0
- package/dist/components/segmented-control/segmented-control.js +46 -0
- package/dist/components/segmented-control/segmented-control.stories.d.ts +10 -0
- package/dist/components/segmented-control/segmented-control.stories.js +53 -0
- package/dist/components/select/select.js +1 -1
- package/dist/components/select/select.stories.js +1 -1
- package/dist/components/separator/separator.stories.js +1 -1
- package/dist/components/session-card/session-card-skeleton.js +2 -2
- package/dist/components/session-card/session-card.js +1 -1
- package/dist/components/sidebar/sidebar-skeleton.js +2 -2
- package/dist/components/skeleton/index.d.ts +3 -3
- package/dist/components/skeleton/index.js +1 -1
- package/dist/components/skeleton/skeleton.types.d.ts +0 -249
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.js +1 -1
- package/dist/components/slider/slider.stories.js +1 -1
- package/dist/components/social-login-button/social-login-button.js +6 -6
- package/dist/components/sparkline-chart/sparkline-chart.js +6 -3
- package/dist/components/sparkline-chart/sparkline-chart.stories.js +1 -1
- package/dist/components/spinner/spinner.d.ts +1 -1
- package/dist/components/spoiler/index.d.ts +1 -0
- package/dist/components/spoiler/index.js +1 -0
- package/dist/components/spoiler/spoiler.d.ts +14 -0
- package/dist/components/spoiler/spoiler.js +20 -0
- package/dist/components/spoiler/spoiler.stories.d.ts +8 -0
- package/dist/components/spoiler/spoiler.stories.js +35 -0
- package/dist/components/stack/index.d.ts +1 -0
- package/dist/components/stack/index.js +1 -0
- package/dist/components/stack/stack.d.ts +7 -0
- package/dist/components/stack/stack.js +9 -0
- package/dist/components/stack/stack.stories.d.ts +8 -0
- package/dist/components/stack/stack.stories.js +44 -0
- package/dist/components/steps/steps-skeleton.js +1 -1
- package/dist/components/steps/steps.js +7 -5
- package/dist/components/steps/steps.stories.js +6 -2
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/switch/switch.js +1 -1
- package/dist/components/switch/switch.stories.js +1 -1
- package/dist/components/table/table-skeleton.js +2 -2
- package/dist/components/table/table.js +4 -3
- package/dist/components/table/table.stories.js +10 -7
- package/dist/components/tabs/tabs-skeleton.js +1 -1
- package/dist/components/tabs/tabs.stories.js +5 -5
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/index.js +1 -0
- package/dist/components/text/text.d.ts +16 -0
- package/dist/components/text/text.js +66 -0
- package/dist/components/text/text.stories.d.ts +8 -0
- package/dist/components/text/text.stories.js +71 -0
- package/dist/components/textarea/textarea.js +1 -1
- package/dist/components/textarea/textarea.stories.js +1 -1
- package/dist/components/timeline/index.d.ts +1 -0
- package/dist/components/timeline/index.js +1 -0
- package/dist/components/timeline/timeline.d.ts +35 -0
- package/dist/components/timeline/timeline.js +36 -0
- package/dist/components/timeline/timeline.stories.d.ts +7 -0
- package/dist/components/timeline/timeline.stories.js +21 -0
- package/dist/components/toast/toast.js +6 -6
- package/dist/components/toggle/toggle.stories.js +1 -1
- package/dist/components/tooltip/tooltip.stories.js +1 -1
- package/dist/components/user-menu-dropdown/user-menu-dropdown.js +1 -1
- package/dist/config/tailwind-base.d.ts +10 -0
- package/dist/config/tailwind-base.js +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +31 -10
- package/dist/primitives/command/Command.js +2 -1
- package/dist/styles/globals.css +545 -61
- package/package.json +523 -418
package/dist/styles/globals.css
CHANGED
|
@@ -25,8 +25,12 @@
|
|
|
25
25
|
--color-indigo-600: oklch(51.1% 0.262 276.966);
|
|
26
26
|
--color-purple-500: oklch(62.7% 0.265 303.9);
|
|
27
27
|
--color-purple-600: oklch(55.8% 0.288 302.321);
|
|
28
|
+
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
29
|
+
--color-gray-100: oklch(96.7% 0.003 264.542);
|
|
28
30
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
29
31
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
32
|
+
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
33
|
+
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
30
34
|
--color-black: #000;
|
|
31
35
|
--color-white: #fff;
|
|
32
36
|
--spacing: 0.25rem;
|
|
@@ -217,6 +221,9 @@
|
|
|
217
221
|
container-type: inline-size;
|
|
218
222
|
container-name: field-group;
|
|
219
223
|
}
|
|
224
|
+
.pointer-events-auto {
|
|
225
|
+
pointer-events: auto;
|
|
226
|
+
}
|
|
220
227
|
.pointer-events-none {
|
|
221
228
|
pointer-events: none;
|
|
222
229
|
}
|
|
@@ -270,6 +277,9 @@
|
|
|
270
277
|
.top-0 {
|
|
271
278
|
top: 0;
|
|
272
279
|
}
|
|
280
|
+
.top-1 {
|
|
281
|
+
top: 0.25rem;
|
|
282
|
+
}
|
|
273
283
|
.top-1\/2 {
|
|
274
284
|
top: calc(1/2 * 100%);
|
|
275
285
|
}
|
|
@@ -306,6 +316,9 @@
|
|
|
306
316
|
.right-0 {
|
|
307
317
|
right: 0;
|
|
308
318
|
}
|
|
319
|
+
.right-1 {
|
|
320
|
+
right: 0.25rem;
|
|
321
|
+
}
|
|
309
322
|
.right-2 {
|
|
310
323
|
right: 0.5rem;
|
|
311
324
|
}
|
|
@@ -315,6 +328,9 @@
|
|
|
315
328
|
.bottom-0 {
|
|
316
329
|
bottom: 0;
|
|
317
330
|
}
|
|
331
|
+
.bottom-1 {
|
|
332
|
+
bottom: 0.25rem;
|
|
333
|
+
}
|
|
318
334
|
.bottom-2 {
|
|
319
335
|
bottom: 0.5rem;
|
|
320
336
|
}
|
|
@@ -336,6 +352,9 @@
|
|
|
336
352
|
.left-2 {
|
|
337
353
|
left: 0.5rem;
|
|
338
354
|
}
|
|
355
|
+
.left-3 {
|
|
356
|
+
left: 0.75rem;
|
|
357
|
+
}
|
|
339
358
|
.left-4 {
|
|
340
359
|
left: 1rem;
|
|
341
360
|
}
|
|
@@ -345,12 +364,12 @@
|
|
|
345
364
|
.isolate {
|
|
346
365
|
isolation: isolate;
|
|
347
366
|
}
|
|
367
|
+
.-z-10 {
|
|
368
|
+
z-index: calc(10 * -1);
|
|
369
|
+
}
|
|
348
370
|
.z-1 {
|
|
349
371
|
z-index: 1;
|
|
350
372
|
}
|
|
351
|
-
.z-2 {
|
|
352
|
-
z-index: 2;
|
|
353
|
-
}
|
|
354
373
|
.z-10 {
|
|
355
374
|
z-index: 10;
|
|
356
375
|
}
|
|
@@ -375,21 +394,156 @@
|
|
|
375
394
|
.order-2 {
|
|
376
395
|
order: 2;
|
|
377
396
|
}
|
|
397
|
+
.col-auto {
|
|
398
|
+
grid-column: auto;
|
|
399
|
+
}
|
|
378
400
|
.col-span-1 {
|
|
379
401
|
grid-column: span 1 / span 1;
|
|
380
402
|
}
|
|
381
403
|
.col-span-2 {
|
|
382
404
|
grid-column: span 2 / span 2;
|
|
383
405
|
}
|
|
406
|
+
.col-span-3 {
|
|
407
|
+
grid-column: span 3 / span 3;
|
|
408
|
+
}
|
|
409
|
+
.col-span-4 {
|
|
410
|
+
grid-column: span 4 / span 4;
|
|
411
|
+
}
|
|
412
|
+
.col-span-5 {
|
|
413
|
+
grid-column: span 5 / span 5;
|
|
414
|
+
}
|
|
415
|
+
.col-span-6 {
|
|
416
|
+
grid-column: span 6 / span 6;
|
|
417
|
+
}
|
|
418
|
+
.col-span-7 {
|
|
419
|
+
grid-column: span 7 / span 7;
|
|
420
|
+
}
|
|
421
|
+
.col-span-8 {
|
|
422
|
+
grid-column: span 8 / span 8;
|
|
423
|
+
}
|
|
424
|
+
.col-span-9 {
|
|
425
|
+
grid-column: span 9 / span 9;
|
|
426
|
+
}
|
|
427
|
+
.col-span-10 {
|
|
428
|
+
grid-column: span 10 / span 10;
|
|
429
|
+
}
|
|
430
|
+
.col-span-11 {
|
|
431
|
+
grid-column: span 11 / span 11;
|
|
432
|
+
}
|
|
433
|
+
.col-span-12 {
|
|
434
|
+
grid-column: span 12 / span 12;
|
|
435
|
+
}
|
|
384
436
|
.col-span-full {
|
|
385
437
|
grid-column: 1 / -1;
|
|
386
438
|
}
|
|
439
|
+
.col-start-1 {
|
|
440
|
+
grid-column-start: 1;
|
|
441
|
+
}
|
|
387
442
|
.col-start-2 {
|
|
388
443
|
grid-column-start: 2;
|
|
389
444
|
}
|
|
445
|
+
.col-start-3 {
|
|
446
|
+
grid-column-start: 3;
|
|
447
|
+
}
|
|
448
|
+
.col-start-4 {
|
|
449
|
+
grid-column-start: 4;
|
|
450
|
+
}
|
|
451
|
+
.col-start-5 {
|
|
452
|
+
grid-column-start: 5;
|
|
453
|
+
}
|
|
454
|
+
.col-start-6 {
|
|
455
|
+
grid-column-start: 6;
|
|
456
|
+
}
|
|
457
|
+
.col-start-7 {
|
|
458
|
+
grid-column-start: 7;
|
|
459
|
+
}
|
|
460
|
+
.col-start-8 {
|
|
461
|
+
grid-column-start: 8;
|
|
462
|
+
}
|
|
463
|
+
.col-start-9 {
|
|
464
|
+
grid-column-start: 9;
|
|
465
|
+
}
|
|
466
|
+
.col-start-10 {
|
|
467
|
+
grid-column-start: 10;
|
|
468
|
+
}
|
|
469
|
+
.col-start-11 {
|
|
470
|
+
grid-column-start: 11;
|
|
471
|
+
}
|
|
472
|
+
.col-start-12 {
|
|
473
|
+
grid-column-start: 12;
|
|
474
|
+
}
|
|
475
|
+
.col-start-13 {
|
|
476
|
+
grid-column-start: 13;
|
|
477
|
+
}
|
|
478
|
+
.col-start-auto {
|
|
479
|
+
grid-column-start: auto;
|
|
480
|
+
}
|
|
481
|
+
.col-end-1 {
|
|
482
|
+
grid-column-end: 1;
|
|
483
|
+
}
|
|
484
|
+
.col-end-2 {
|
|
485
|
+
grid-column-end: 2;
|
|
486
|
+
}
|
|
487
|
+
.col-end-3 {
|
|
488
|
+
grid-column-end: 3;
|
|
489
|
+
}
|
|
490
|
+
.col-end-4 {
|
|
491
|
+
grid-column-end: 4;
|
|
492
|
+
}
|
|
493
|
+
.col-end-5 {
|
|
494
|
+
grid-column-end: 5;
|
|
495
|
+
}
|
|
496
|
+
.col-end-6 {
|
|
497
|
+
grid-column-end: 6;
|
|
498
|
+
}
|
|
499
|
+
.col-end-7 {
|
|
500
|
+
grid-column-end: 7;
|
|
501
|
+
}
|
|
502
|
+
.col-end-8 {
|
|
503
|
+
grid-column-end: 8;
|
|
504
|
+
}
|
|
505
|
+
.col-end-9 {
|
|
506
|
+
grid-column-end: 9;
|
|
507
|
+
}
|
|
508
|
+
.col-end-10 {
|
|
509
|
+
grid-column-end: 10;
|
|
510
|
+
}
|
|
511
|
+
.col-end-11 {
|
|
512
|
+
grid-column-end: 11;
|
|
513
|
+
}
|
|
514
|
+
.col-end-12 {
|
|
515
|
+
grid-column-end: 12;
|
|
516
|
+
}
|
|
517
|
+
.col-end-13 {
|
|
518
|
+
grid-column-end: 13;
|
|
519
|
+
}
|
|
520
|
+
.col-end-auto {
|
|
521
|
+
grid-column-end: auto;
|
|
522
|
+
}
|
|
523
|
+
.row-auto {
|
|
524
|
+
grid-row: auto;
|
|
525
|
+
}
|
|
526
|
+
.row-span-1 {
|
|
527
|
+
grid-row: span 1 / span 1;
|
|
528
|
+
}
|
|
529
|
+
.row-span-2 {
|
|
530
|
+
grid-row: span 2 / span 2;
|
|
531
|
+
}
|
|
390
532
|
.row-span-3 {
|
|
391
533
|
grid-row: span 3 / span 3;
|
|
392
534
|
}
|
|
535
|
+
.row-span-4 {
|
|
536
|
+
grid-row: span 4 / span 4;
|
|
537
|
+
}
|
|
538
|
+
.row-span-5 {
|
|
539
|
+
grid-row: span 5 / span 5;
|
|
540
|
+
}
|
|
541
|
+
.row-span-6 {
|
|
542
|
+
grid-row: span 6 / span 6;
|
|
543
|
+
}
|
|
544
|
+
.row-span-full {
|
|
545
|
+
grid-row: 1 / -1;
|
|
546
|
+
}
|
|
393
547
|
.container {
|
|
394
548
|
width: 100%;
|
|
395
549
|
@media (width >= 320px) {
|
|
@@ -469,6 +623,9 @@
|
|
|
469
623
|
.my-4 {
|
|
470
624
|
margin-block: 1rem;
|
|
471
625
|
}
|
|
626
|
+
.-mt-1 {
|
|
627
|
+
margin-top: calc(0.25rem * -1);
|
|
628
|
+
}
|
|
472
629
|
.-mt-px {
|
|
473
630
|
margin-top: -1px;
|
|
474
631
|
}
|
|
@@ -724,6 +881,9 @@
|
|
|
724
881
|
.h-1\.5 {
|
|
725
882
|
height: 0.375rem;
|
|
726
883
|
}
|
|
884
|
+
.h-1\/2 {
|
|
885
|
+
height: calc(1/2 * 100%);
|
|
886
|
+
}
|
|
727
887
|
.h-2 {
|
|
728
888
|
height: 0.5rem;
|
|
729
889
|
}
|
|
@@ -799,6 +959,9 @@
|
|
|
799
959
|
.h-\[200px\] {
|
|
800
960
|
height: 200px;
|
|
801
961
|
}
|
|
962
|
+
.h-\[200vh\] {
|
|
963
|
+
height: 200vh;
|
|
964
|
+
}
|
|
802
965
|
.h-\[300px\] {
|
|
803
966
|
height: 300px;
|
|
804
967
|
}
|
|
@@ -1007,6 +1170,9 @@
|
|
|
1007
1170
|
.w-\[2px\] {
|
|
1008
1171
|
width: 2px;
|
|
1009
1172
|
}
|
|
1173
|
+
.w-\[70px\] {
|
|
1174
|
+
width: 70px;
|
|
1175
|
+
}
|
|
1010
1176
|
.w-\[80px\] {
|
|
1011
1177
|
width: 80px;
|
|
1012
1178
|
}
|
|
@@ -1118,6 +1284,24 @@
|
|
|
1118
1284
|
.max-w-md {
|
|
1119
1285
|
max-width: var(--container-md);
|
|
1120
1286
|
}
|
|
1287
|
+
.max-w-none {
|
|
1288
|
+
max-width: none;
|
|
1289
|
+
}
|
|
1290
|
+
.max-w-screen-2xl {
|
|
1291
|
+
max-width: 1536px;
|
|
1292
|
+
}
|
|
1293
|
+
.max-w-screen-lg {
|
|
1294
|
+
max-width: 1024px;
|
|
1295
|
+
}
|
|
1296
|
+
.max-w-screen-md {
|
|
1297
|
+
max-width: 768px;
|
|
1298
|
+
}
|
|
1299
|
+
.max-w-screen-sm {
|
|
1300
|
+
max-width: 640px;
|
|
1301
|
+
}
|
|
1302
|
+
.max-w-screen-xl {
|
|
1303
|
+
max-width: 1280px;
|
|
1304
|
+
}
|
|
1121
1305
|
.max-w-sm {
|
|
1122
1306
|
max-width: var(--container-sm);
|
|
1123
1307
|
}
|
|
@@ -1151,6 +1335,21 @@
|
|
|
1151
1335
|
.min-w-\[12rem\] {
|
|
1152
1336
|
min-width: 12rem;
|
|
1153
1337
|
}
|
|
1338
|
+
.min-w-\[16px\] {
|
|
1339
|
+
min-width: 16px;
|
|
1340
|
+
}
|
|
1341
|
+
.min-w-\[20px\] {
|
|
1342
|
+
min-width: 20px;
|
|
1343
|
+
}
|
|
1344
|
+
.min-w-\[24px\] {
|
|
1345
|
+
min-width: 24px;
|
|
1346
|
+
}
|
|
1347
|
+
.min-w-\[28px\] {
|
|
1348
|
+
min-width: 28px;
|
|
1349
|
+
}
|
|
1350
|
+
.min-w-\[70px\] {
|
|
1351
|
+
min-width: 70px;
|
|
1352
|
+
}
|
|
1154
1353
|
.min-w-\[120px\] {
|
|
1155
1354
|
min-width: 120px;
|
|
1156
1355
|
}
|
|
@@ -1163,12 +1362,24 @@
|
|
|
1163
1362
|
.flex-1 {
|
|
1164
1363
|
flex: 1;
|
|
1165
1364
|
}
|
|
1365
|
+
.flex-shrink {
|
|
1366
|
+
flex-shrink: 1;
|
|
1367
|
+
}
|
|
1166
1368
|
.flex-shrink-0 {
|
|
1167
1369
|
flex-shrink: 0;
|
|
1168
1370
|
}
|
|
1371
|
+
.shrink {
|
|
1372
|
+
flex-shrink: 1;
|
|
1373
|
+
}
|
|
1169
1374
|
.shrink-0 {
|
|
1170
1375
|
flex-shrink: 0;
|
|
1171
1376
|
}
|
|
1377
|
+
.flex-grow {
|
|
1378
|
+
flex-grow: 1;
|
|
1379
|
+
}
|
|
1380
|
+
.flex-grow-0 {
|
|
1381
|
+
flex-grow: 0;
|
|
1382
|
+
}
|
|
1172
1383
|
.grow {
|
|
1173
1384
|
flex-grow: 1;
|
|
1174
1385
|
}
|
|
@@ -1222,10 +1433,22 @@
|
|
|
1222
1433
|
--tw-translate-x: 0;
|
|
1223
1434
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1224
1435
|
}
|
|
1436
|
+
.translate-x-1\/2 {
|
|
1437
|
+
--tw-translate-x: calc(1/2 * 100%);
|
|
1438
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1439
|
+
}
|
|
1225
1440
|
.translate-x-\[-50\%\] {
|
|
1226
1441
|
--tw-translate-x: -50%;
|
|
1227
1442
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1228
1443
|
}
|
|
1444
|
+
.translate-x-\[3px\] {
|
|
1445
|
+
--tw-translate-x: 3px;
|
|
1446
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1447
|
+
}
|
|
1448
|
+
.translate-x-full {
|
|
1449
|
+
--tw-translate-x: 100%;
|
|
1450
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1451
|
+
}
|
|
1229
1452
|
.-translate-y-1\/2 {
|
|
1230
1453
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
1231
1454
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1238,6 +1461,10 @@
|
|
|
1238
1461
|
--tw-translate-y: 0.125rem;
|
|
1239
1462
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1240
1463
|
}
|
|
1464
|
+
.translate-y-1\/2 {
|
|
1465
|
+
--tw-translate-y: calc(1/2 * 100%);
|
|
1466
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1467
|
+
}
|
|
1241
1468
|
.translate-y-\[-50\%\] {
|
|
1242
1469
|
--tw-translate-y: -50%;
|
|
1243
1470
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1260,6 +1487,9 @@
|
|
|
1260
1487
|
.rotate-45 {
|
|
1261
1488
|
rotate: 45deg;
|
|
1262
1489
|
}
|
|
1490
|
+
.rotate-90 {
|
|
1491
|
+
rotate: 90deg;
|
|
1492
|
+
}
|
|
1263
1493
|
.rotate-180 {
|
|
1264
1494
|
rotate: 180deg;
|
|
1265
1495
|
}
|
|
@@ -1325,6 +1555,18 @@
|
|
|
1325
1555
|
-moz-appearance: none;
|
|
1326
1556
|
appearance: none;
|
|
1327
1557
|
}
|
|
1558
|
+
.grid-flow-col {
|
|
1559
|
+
grid-auto-flow: column;
|
|
1560
|
+
}
|
|
1561
|
+
.grid-flow-col-dense {
|
|
1562
|
+
grid-auto-flow: column dense;
|
|
1563
|
+
}
|
|
1564
|
+
.grid-flow-row {
|
|
1565
|
+
grid-auto-flow: row;
|
|
1566
|
+
}
|
|
1567
|
+
.grid-flow-row-dense {
|
|
1568
|
+
grid-auto-flow: row dense;
|
|
1569
|
+
}
|
|
1328
1570
|
.auto-rows-fr {
|
|
1329
1571
|
grid-auto-rows: minmax(0, 1fr);
|
|
1330
1572
|
}
|
|
@@ -1340,12 +1582,36 @@
|
|
|
1340
1582
|
.grid-cols-4 {
|
|
1341
1583
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1342
1584
|
}
|
|
1585
|
+
.grid-cols-5 {
|
|
1586
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1587
|
+
}
|
|
1588
|
+
.grid-cols-6 {
|
|
1589
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
1590
|
+
}
|
|
1343
1591
|
.grid-cols-7 {
|
|
1344
1592
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
1345
1593
|
}
|
|
1594
|
+
.grid-cols-8 {
|
|
1595
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
1596
|
+
}
|
|
1597
|
+
.grid-cols-9 {
|
|
1598
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
1599
|
+
}
|
|
1600
|
+
.grid-cols-10 {
|
|
1601
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
1602
|
+
}
|
|
1603
|
+
.grid-cols-11 {
|
|
1604
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
1605
|
+
}
|
|
1606
|
+
.grid-cols-12 {
|
|
1607
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
1608
|
+
}
|
|
1346
1609
|
.grid-cols-\[0_1fr\] {
|
|
1347
1610
|
grid-template-columns: 0 1fr;
|
|
1348
1611
|
}
|
|
1612
|
+
.grid-cols-none {
|
|
1613
|
+
grid-template-columns: none;
|
|
1614
|
+
}
|
|
1349
1615
|
.flex-col {
|
|
1350
1616
|
flex-direction: column;
|
|
1351
1617
|
}
|
|
@@ -1355,9 +1621,21 @@
|
|
|
1355
1621
|
.flex-row {
|
|
1356
1622
|
flex-direction: row;
|
|
1357
1623
|
}
|
|
1624
|
+
.flex-row-reverse {
|
|
1625
|
+
flex-direction: row-reverse;
|
|
1626
|
+
}
|
|
1627
|
+
.flex-nowrap {
|
|
1628
|
+
flex-wrap: nowrap;
|
|
1629
|
+
}
|
|
1358
1630
|
.flex-wrap {
|
|
1359
1631
|
flex-wrap: wrap;
|
|
1360
1632
|
}
|
|
1633
|
+
.flex-wrap-reverse {
|
|
1634
|
+
flex-wrap: wrap-reverse;
|
|
1635
|
+
}
|
|
1636
|
+
.items-baseline {
|
|
1637
|
+
align-items: baseline;
|
|
1638
|
+
}
|
|
1361
1639
|
.items-center {
|
|
1362
1640
|
align-items: center;
|
|
1363
1641
|
}
|
|
@@ -1370,6 +1648,9 @@
|
|
|
1370
1648
|
.items-stretch {
|
|
1371
1649
|
align-items: stretch;
|
|
1372
1650
|
}
|
|
1651
|
+
.justify-around {
|
|
1652
|
+
justify-content: space-around;
|
|
1653
|
+
}
|
|
1373
1654
|
.justify-between {
|
|
1374
1655
|
justify-content: space-between;
|
|
1375
1656
|
}
|
|
@@ -1379,6 +1660,9 @@
|
|
|
1379
1660
|
.justify-end {
|
|
1380
1661
|
justify-content: flex-end;
|
|
1381
1662
|
}
|
|
1663
|
+
.justify-evenly {
|
|
1664
|
+
justify-content: space-evenly;
|
|
1665
|
+
}
|
|
1382
1666
|
.justify-start {
|
|
1383
1667
|
justify-content: flex-start;
|
|
1384
1668
|
}
|
|
@@ -1400,6 +1684,9 @@
|
|
|
1400
1684
|
.gap-4 {
|
|
1401
1685
|
gap: 1rem;
|
|
1402
1686
|
}
|
|
1687
|
+
.gap-5 {
|
|
1688
|
+
gap: 1.25rem;
|
|
1689
|
+
}
|
|
1403
1690
|
.gap-6 {
|
|
1404
1691
|
gap: 1.5rem;
|
|
1405
1692
|
}
|
|
@@ -1409,6 +1696,15 @@
|
|
|
1409
1696
|
.gap-8 {
|
|
1410
1697
|
gap: 2rem;
|
|
1411
1698
|
}
|
|
1699
|
+
.gap-10 {
|
|
1700
|
+
gap: 2.5rem;
|
|
1701
|
+
}
|
|
1702
|
+
.gap-12 {
|
|
1703
|
+
gap: 3rem;
|
|
1704
|
+
}
|
|
1705
|
+
.gap-16 {
|
|
1706
|
+
gap: 4rem;
|
|
1707
|
+
}
|
|
1412
1708
|
.space-y-1 {
|
|
1413
1709
|
:where(& > :not(:last-child)) {
|
|
1414
1710
|
--tw-space-y-reverse: 0;
|
|
@@ -1472,13 +1768,6 @@
|
|
|
1472
1768
|
margin-inline-end: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1473
1769
|
}
|
|
1474
1770
|
}
|
|
1475
|
-
.space-x-2 {
|
|
1476
|
-
:where(& > :not(:last-child)) {
|
|
1477
|
-
--tw-space-x-reverse: 0;
|
|
1478
|
-
margin-inline-start: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1479
|
-
margin-inline-end: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
1771
|
.space-x-4 {
|
|
1483
1772
|
:where(& > :not(:last-child)) {
|
|
1484
1773
|
--tw-space-x-reverse: 0;
|
|
@@ -1589,10 +1878,6 @@
|
|
|
1589
1878
|
border-inline-style: var(--tw-border-style);
|
|
1590
1879
|
border-inline-width: 1px;
|
|
1591
1880
|
}
|
|
1592
|
-
.border-x-2 {
|
|
1593
|
-
border-inline-style: var(--tw-border-style);
|
|
1594
|
-
border-inline-width: 2px;
|
|
1595
|
-
}
|
|
1596
1881
|
.border-y {
|
|
1597
1882
|
border-block-style: var(--tw-border-style);
|
|
1598
1883
|
border-block-width: 1px;
|
|
@@ -1637,6 +1922,10 @@
|
|
|
1637
1922
|
--tw-border-style: dashed;
|
|
1638
1923
|
border-style: dashed;
|
|
1639
1924
|
}
|
|
1925
|
+
.border-dotted {
|
|
1926
|
+
--tw-border-style: dotted;
|
|
1927
|
+
border-style: dotted;
|
|
1928
|
+
}
|
|
1640
1929
|
.border-none {
|
|
1641
1930
|
--tw-border-style: none;
|
|
1642
1931
|
border-style: none;
|
|
@@ -1647,6 +1936,9 @@
|
|
|
1647
1936
|
.border-accent {
|
|
1648
1937
|
border-color: hsl(var(--accent));
|
|
1649
1938
|
}
|
|
1939
|
+
.border-background {
|
|
1940
|
+
border-color: hsl(var(--background));
|
|
1941
|
+
}
|
|
1650
1942
|
.border-black\/5 {
|
|
1651
1943
|
border-color: color-mix(in srgb, #000 5%, transparent);
|
|
1652
1944
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1677,6 +1969,9 @@
|
|
|
1677
1969
|
.border-foreground {
|
|
1678
1970
|
border-color: hsl(var(--foreground));
|
|
1679
1971
|
}
|
|
1972
|
+
.border-gray-200 {
|
|
1973
|
+
border-color: var(--color-gray-200);
|
|
1974
|
+
}
|
|
1680
1975
|
.border-info {
|
|
1681
1976
|
border-color: hsl(var(--info));
|
|
1682
1977
|
}
|
|
@@ -1692,6 +1987,9 @@
|
|
|
1692
1987
|
.border-input {
|
|
1693
1988
|
border-color: hsl(var(--input));
|
|
1694
1989
|
}
|
|
1990
|
+
.border-muted {
|
|
1991
|
+
border-color: hsl(var(--muted));
|
|
1992
|
+
}
|
|
1695
1993
|
.border-muted-foreground {
|
|
1696
1994
|
border-color: hsl(var(--muted-foreground));
|
|
1697
1995
|
}
|
|
@@ -1776,6 +2074,12 @@
|
|
|
1776
2074
|
.bg-background {
|
|
1777
2075
|
background-color: hsl(var(--background));
|
|
1778
2076
|
}
|
|
2077
|
+
.bg-background\/80 {
|
|
2078
|
+
background-color: hsl(var(--background));
|
|
2079
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2080
|
+
background-color: color-mix(in oklab, hsl(var(--background)) 80%, transparent);
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
1779
2083
|
.bg-background\/90 {
|
|
1780
2084
|
background-color: hsl(var(--background));
|
|
1781
2085
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1812,6 +2116,9 @@
|
|
|
1812
2116
|
.bg-blue-50 {
|
|
1813
2117
|
background-color: var(--color-blue-50);
|
|
1814
2118
|
}
|
|
2119
|
+
.bg-blue-100 {
|
|
2120
|
+
background-color: var(--color-blue-100);
|
|
2121
|
+
}
|
|
1815
2122
|
.bg-border {
|
|
1816
2123
|
background-color: hsl(var(--border) / var(--border-alpha, 1));
|
|
1817
2124
|
}
|
|
@@ -1845,6 +2152,15 @@
|
|
|
1845
2152
|
.bg-foreground {
|
|
1846
2153
|
background-color: hsl(var(--foreground));
|
|
1847
2154
|
}
|
|
2155
|
+
.bg-gray-50 {
|
|
2156
|
+
background-color: var(--color-gray-50);
|
|
2157
|
+
}
|
|
2158
|
+
.bg-gray-100 {
|
|
2159
|
+
background-color: var(--color-gray-100);
|
|
2160
|
+
}
|
|
2161
|
+
.bg-gray-200 {
|
|
2162
|
+
background-color: var(--color-gray-200);
|
|
2163
|
+
}
|
|
1848
2164
|
.bg-info {
|
|
1849
2165
|
background-color: hsl(var(--info));
|
|
1850
2166
|
}
|
|
@@ -1947,6 +2263,9 @@
|
|
|
1947
2263
|
background-color: color-mix(in oklab, hsl(var(--warning)) 10%, transparent);
|
|
1948
2264
|
}
|
|
1949
2265
|
}
|
|
2266
|
+
.bg-white {
|
|
2267
|
+
background-color: var(--color-white);
|
|
2268
|
+
}
|
|
1950
2269
|
.bg-linear-to-b {
|
|
1951
2270
|
--tw-gradient-position: to bottom;
|
|
1952
2271
|
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
@@ -2213,6 +2532,9 @@
|
|
|
2213
2532
|
.px-0 {
|
|
2214
2533
|
padding-inline: 0;
|
|
2215
2534
|
}
|
|
2535
|
+
.px-1 {
|
|
2536
|
+
padding-inline: 0.25rem;
|
|
2537
|
+
}
|
|
2216
2538
|
.px-1\.5 {
|
|
2217
2539
|
padding-inline: 0.375rem;
|
|
2218
2540
|
}
|
|
@@ -2321,6 +2643,9 @@
|
|
|
2321
2643
|
.pl-3 {
|
|
2322
2644
|
padding-left: 0.75rem;
|
|
2323
2645
|
}
|
|
2646
|
+
.pl-4 {
|
|
2647
|
+
padding-left: 1rem;
|
|
2648
|
+
}
|
|
2324
2649
|
.pl-8 {
|
|
2325
2650
|
padding-left: 2rem;
|
|
2326
2651
|
}
|
|
@@ -2330,12 +2655,21 @@
|
|
|
2330
2655
|
.text-center {
|
|
2331
2656
|
text-align: center;
|
|
2332
2657
|
}
|
|
2658
|
+
.text-end {
|
|
2659
|
+
text-align: end;
|
|
2660
|
+
}
|
|
2661
|
+
.text-justify {
|
|
2662
|
+
text-align: justify;
|
|
2663
|
+
}
|
|
2333
2664
|
.text-left {
|
|
2334
2665
|
text-align: left;
|
|
2335
2666
|
}
|
|
2336
2667
|
.text-right {
|
|
2337
2668
|
text-align: right;
|
|
2338
2669
|
}
|
|
2670
|
+
.text-start {
|
|
2671
|
+
text-align: start;
|
|
2672
|
+
}
|
|
2339
2673
|
.align-middle {
|
|
2340
2674
|
vertical-align: middle;
|
|
2341
2675
|
}
|
|
@@ -2354,10 +2688,26 @@
|
|
|
2354
2688
|
font-size: 2.25rem;
|
|
2355
2689
|
line-height: var(--tw-leading, 2.5rem);
|
|
2356
2690
|
}
|
|
2691
|
+
.text-5xl {
|
|
2692
|
+
font-size: 3rem;
|
|
2693
|
+
line-height: var(--tw-leading, 1);
|
|
2694
|
+
}
|
|
2357
2695
|
.text-6xl {
|
|
2358
2696
|
font-size: 3.75rem;
|
|
2359
2697
|
line-height: var(--tw-leading, 1);
|
|
2360
2698
|
}
|
|
2699
|
+
.text-7xl {
|
|
2700
|
+
font-size: 4.5rem;
|
|
2701
|
+
line-height: var(--tw-leading, 1);
|
|
2702
|
+
}
|
|
2703
|
+
.text-8xl {
|
|
2704
|
+
font-size: 6rem;
|
|
2705
|
+
line-height: var(--tw-leading, 1);
|
|
2706
|
+
}
|
|
2707
|
+
.text-9xl {
|
|
2708
|
+
font-size: 8rem;
|
|
2709
|
+
line-height: var(--tw-leading, 1);
|
|
2710
|
+
}
|
|
2361
2711
|
.text-base {
|
|
2362
2712
|
font-size: 1rem;
|
|
2363
2713
|
line-height: var(--tw-leading, 1.5rem);
|
|
@@ -2407,10 +2757,26 @@
|
|
|
2407
2757
|
--tw-leading: 1.25;
|
|
2408
2758
|
line-height: 1.25;
|
|
2409
2759
|
}
|
|
2760
|
+
.font-black {
|
|
2761
|
+
--tw-font-weight: 900;
|
|
2762
|
+
font-weight: 900;
|
|
2763
|
+
}
|
|
2410
2764
|
.font-bold {
|
|
2411
2765
|
--tw-font-weight: 700;
|
|
2412
2766
|
font-weight: 700;
|
|
2413
2767
|
}
|
|
2768
|
+
.font-extrabold {
|
|
2769
|
+
--tw-font-weight: 800;
|
|
2770
|
+
font-weight: 800;
|
|
2771
|
+
}
|
|
2772
|
+
.font-extralight {
|
|
2773
|
+
--tw-font-weight: 200;
|
|
2774
|
+
font-weight: 200;
|
|
2775
|
+
}
|
|
2776
|
+
.font-light {
|
|
2777
|
+
--tw-font-weight: 300;
|
|
2778
|
+
font-weight: 300;
|
|
2779
|
+
}
|
|
2414
2780
|
.font-medium {
|
|
2415
2781
|
--tw-font-weight: 500;
|
|
2416
2782
|
font-weight: 500;
|
|
@@ -2423,6 +2789,10 @@
|
|
|
2423
2789
|
--tw-font-weight: 600;
|
|
2424
2790
|
font-weight: 600;
|
|
2425
2791
|
}
|
|
2792
|
+
.font-thin {
|
|
2793
|
+
--tw-font-weight: 100;
|
|
2794
|
+
font-weight: 100;
|
|
2795
|
+
}
|
|
2426
2796
|
.tracking-tight {
|
|
2427
2797
|
--tw-tracking: -0.025em;
|
|
2428
2798
|
letter-spacing: -0.025em;
|
|
@@ -2452,6 +2822,9 @@
|
|
|
2452
2822
|
.text-background {
|
|
2453
2823
|
color: hsl(var(--background));
|
|
2454
2824
|
}
|
|
2825
|
+
.text-blue-500 {
|
|
2826
|
+
color: var(--color-blue-500);
|
|
2827
|
+
}
|
|
2455
2828
|
.text-blue-600 {
|
|
2456
2829
|
color: var(--color-blue-600);
|
|
2457
2830
|
}
|
|
@@ -2506,6 +2879,15 @@
|
|
|
2506
2879
|
.text-gray-300 {
|
|
2507
2880
|
color: var(--color-gray-300);
|
|
2508
2881
|
}
|
|
2882
|
+
.text-gray-500 {
|
|
2883
|
+
color: var(--color-gray-500);
|
|
2884
|
+
}
|
|
2885
|
+
.text-gray-700 {
|
|
2886
|
+
color: var(--color-gray-700);
|
|
2887
|
+
}
|
|
2888
|
+
.text-green-500 {
|
|
2889
|
+
color: var(--color-green-500);
|
|
2890
|
+
}
|
|
2509
2891
|
.text-info {
|
|
2510
2892
|
color: hsl(var(--info));
|
|
2511
2893
|
}
|
|
@@ -2518,6 +2900,9 @@
|
|
|
2518
2900
|
color: color-mix(in oklab, hsl(var(--info-foreground)) 80%, transparent);
|
|
2519
2901
|
}
|
|
2520
2902
|
}
|
|
2903
|
+
.text-muted {
|
|
2904
|
+
color: hsl(var(--muted));
|
|
2905
|
+
}
|
|
2521
2906
|
.text-muted-foreground {
|
|
2522
2907
|
color: hsl(var(--muted-foreground));
|
|
2523
2908
|
}
|
|
@@ -2527,6 +2912,9 @@
|
|
|
2527
2912
|
color: color-mix(in oklab, hsl(var(--muted-foreground)) 60%, transparent);
|
|
2528
2913
|
}
|
|
2529
2914
|
}
|
|
2915
|
+
.text-orange-500 {
|
|
2916
|
+
color: var(--color-orange-500);
|
|
2917
|
+
}
|
|
2530
2918
|
.text-popover-foreground {
|
|
2531
2919
|
color: hsl(var(--popover-foreground));
|
|
2532
2920
|
}
|
|
@@ -2542,6 +2930,9 @@
|
|
|
2542
2930
|
color: color-mix(in oklab, hsl(var(--primary-foreground)) 80%, transparent);
|
|
2543
2931
|
}
|
|
2544
2932
|
}
|
|
2933
|
+
.text-red-500 {
|
|
2934
|
+
color: var(--color-red-500);
|
|
2935
|
+
}
|
|
2545
2936
|
.text-secondary {
|
|
2546
2937
|
color: hsl(var(--secondary));
|
|
2547
2938
|
}
|
|
@@ -2701,6 +3092,9 @@
|
|
|
2701
3092
|
.ring-primary {
|
|
2702
3093
|
--tw-ring-color: hsl(var(--primary));
|
|
2703
3094
|
}
|
|
3095
|
+
.ring-offset-background {
|
|
3096
|
+
--tw-ring-offset-color: hsl(var(--background));
|
|
3097
|
+
}
|
|
2704
3098
|
.outline-hidden {
|
|
2705
3099
|
--tw-outline-style: none;
|
|
2706
3100
|
outline-style: none;
|
|
@@ -2747,6 +3141,9 @@
|
|
|
2747
3141
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
2748
3142
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2749
3143
|
}
|
|
3144
|
+
.backdrop-filter {
|
|
3145
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
3146
|
+
}
|
|
2750
3147
|
.transition {
|
|
2751
3148
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
2752
3149
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -3565,134 +3962,134 @@
|
|
|
3565
3962
|
}
|
|
3566
3963
|
}
|
|
3567
3964
|
}
|
|
3568
|
-
.hover\:border
|
|
3965
|
+
.hover\:border-border {
|
|
3569
3966
|
&:hover {
|
|
3570
3967
|
@media (hover: hover) {
|
|
3571
|
-
border-color:
|
|
3968
|
+
border-color: hsl(var(--border) / var(--border-alpha, 1));
|
|
3572
3969
|
}
|
|
3573
3970
|
}
|
|
3574
3971
|
}
|
|
3575
|
-
.hover\:border
|
|
3972
|
+
.hover\:border-brand-facebook {
|
|
3576
3973
|
&:hover {
|
|
3577
3974
|
@media (hover: hover) {
|
|
3578
3975
|
border-color: #1877F2;
|
|
3579
3976
|
}
|
|
3580
3977
|
}
|
|
3581
3978
|
}
|
|
3582
|
-
.hover\:border
|
|
3979
|
+
.hover\:border-brand-github {
|
|
3583
3980
|
&:hover {
|
|
3584
3981
|
@media (hover: hover) {
|
|
3585
|
-
border-color: #
|
|
3982
|
+
border-color: #181717;
|
|
3586
3983
|
}
|
|
3587
3984
|
}
|
|
3588
3985
|
}
|
|
3589
|
-
.hover\:border
|
|
3986
|
+
.hover\:border-brand-google {
|
|
3590
3987
|
&:hover {
|
|
3591
3988
|
@media (hover: hover) {
|
|
3592
|
-
border-color: #
|
|
3989
|
+
border-color: #4285F4;
|
|
3593
3990
|
}
|
|
3594
3991
|
}
|
|
3595
3992
|
}
|
|
3596
|
-
.hover\:border-
|
|
3993
|
+
.hover\:border-brand-linkedin {
|
|
3597
3994
|
&:hover {
|
|
3598
3995
|
@media (hover: hover) {
|
|
3599
|
-
border-color:
|
|
3996
|
+
border-color: #0A66C2;
|
|
3600
3997
|
}
|
|
3601
3998
|
}
|
|
3602
3999
|
}
|
|
3603
|
-
.hover\:border-
|
|
4000
|
+
.hover\:border-brand-twitter {
|
|
3604
4001
|
&:hover {
|
|
3605
4002
|
@media (hover: hover) {
|
|
3606
|
-
border-color:
|
|
4003
|
+
border-color: #1DA1F2;
|
|
3607
4004
|
}
|
|
3608
4005
|
}
|
|
3609
4006
|
}
|
|
3610
|
-
.hover\:bg
|
|
4007
|
+
.hover\:bg-accent {
|
|
3611
4008
|
&:hover {
|
|
3612
4009
|
@media (hover: hover) {
|
|
3613
|
-
background-color:
|
|
4010
|
+
background-color: hsl(var(--accent));
|
|
3614
4011
|
}
|
|
3615
4012
|
}
|
|
3616
4013
|
}
|
|
3617
|
-
.hover\:bg
|
|
4014
|
+
.hover\:bg-accent\/50 {
|
|
3618
4015
|
&:hover {
|
|
3619
4016
|
@media (hover: hover) {
|
|
3620
|
-
background-color:
|
|
4017
|
+
background-color: hsl(var(--accent));
|
|
4018
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4019
|
+
background-color: color-mix(in oklab, hsl(var(--accent)) 50%, transparent);
|
|
4020
|
+
}
|
|
3621
4021
|
}
|
|
3622
4022
|
}
|
|
3623
4023
|
}
|
|
3624
|
-
.hover\:bg
|
|
4024
|
+
.hover\:bg-accent\/80 {
|
|
3625
4025
|
&:hover {
|
|
3626
4026
|
@media (hover: hover) {
|
|
3627
|
-
background-color:
|
|
4027
|
+
background-color: hsl(var(--accent));
|
|
4028
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4029
|
+
background-color: color-mix(in oklab, hsl(var(--accent)) 80%, transparent);
|
|
4030
|
+
}
|
|
3628
4031
|
}
|
|
3629
4032
|
}
|
|
3630
4033
|
}
|
|
3631
|
-
.hover\:bg
|
|
4034
|
+
.hover\:bg-background {
|
|
3632
4035
|
&:hover {
|
|
3633
4036
|
@media (hover: hover) {
|
|
3634
|
-
background-color:
|
|
4037
|
+
background-color: hsl(var(--background));
|
|
3635
4038
|
}
|
|
3636
4039
|
}
|
|
3637
4040
|
}
|
|
3638
|
-
.hover\:bg-
|
|
4041
|
+
.hover\:bg-black\/10 {
|
|
3639
4042
|
&:hover {
|
|
3640
4043
|
@media (hover: hover) {
|
|
3641
|
-
background-color:
|
|
4044
|
+
background-color: color-mix(in srgb, #000 10%, transparent);
|
|
4045
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4046
|
+
background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
|
|
4047
|
+
}
|
|
3642
4048
|
}
|
|
3643
4049
|
}
|
|
3644
4050
|
}
|
|
3645
|
-
.hover\:bg-
|
|
4051
|
+
.hover\:bg-border\/80 {
|
|
3646
4052
|
&:hover {
|
|
3647
4053
|
@media (hover: hover) {
|
|
3648
|
-
background-color: hsl(var(--
|
|
4054
|
+
background-color: hsl(var(--border) / var(--border-alpha, 1));
|
|
3649
4055
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3650
|
-
background-color: color-mix(in oklab, hsl(var(--
|
|
4056
|
+
background-color: color-mix(in oklab, hsl(var(--border) / var(--border-alpha, 1)) 80%, transparent);
|
|
3651
4057
|
}
|
|
3652
4058
|
}
|
|
3653
4059
|
}
|
|
3654
4060
|
}
|
|
3655
|
-
.hover\:bg-
|
|
4061
|
+
.hover\:bg-brand-facebook {
|
|
3656
4062
|
&:hover {
|
|
3657
4063
|
@media (hover: hover) {
|
|
3658
|
-
background-color:
|
|
3659
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3660
|
-
background-color: color-mix(in oklab, hsl(var(--accent)) 80%, transparent);
|
|
3661
|
-
}
|
|
4064
|
+
background-color: #1877F2;
|
|
3662
4065
|
}
|
|
3663
4066
|
}
|
|
3664
4067
|
}
|
|
3665
|
-
.hover\:bg-
|
|
4068
|
+
.hover\:bg-brand-github {
|
|
3666
4069
|
&:hover {
|
|
3667
4070
|
@media (hover: hover) {
|
|
3668
|
-
background-color:
|
|
4071
|
+
background-color: #181717;
|
|
3669
4072
|
}
|
|
3670
4073
|
}
|
|
3671
4074
|
}
|
|
3672
|
-
.hover\:bg-
|
|
4075
|
+
.hover\:bg-brand-google {
|
|
3673
4076
|
&:hover {
|
|
3674
4077
|
@media (hover: hover) {
|
|
3675
|
-
background-color:
|
|
4078
|
+
background-color: #4285F4;
|
|
3676
4079
|
}
|
|
3677
4080
|
}
|
|
3678
4081
|
}
|
|
3679
|
-
.hover\:bg-
|
|
4082
|
+
.hover\:bg-brand-linkedin {
|
|
3680
4083
|
&:hover {
|
|
3681
4084
|
@media (hover: hover) {
|
|
3682
|
-
background-color:
|
|
3683
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3684
|
-
background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
|
|
3685
|
-
}
|
|
4085
|
+
background-color: #0A66C2;
|
|
3686
4086
|
}
|
|
3687
4087
|
}
|
|
3688
4088
|
}
|
|
3689
|
-
.hover\:bg-
|
|
4089
|
+
.hover\:bg-brand-twitter {
|
|
3690
4090
|
&:hover {
|
|
3691
4091
|
@media (hover: hover) {
|
|
3692
|
-
background-color:
|
|
3693
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3694
|
-
background-color: color-mix(in oklab, hsl(var(--border) / var(--border-alpha, 1)) 80%, transparent);
|
|
3695
|
-
}
|
|
4092
|
+
background-color: #1DA1F2;
|
|
3696
4093
|
}
|
|
3697
4094
|
}
|
|
3698
4095
|
}
|
|
@@ -4034,6 +4431,20 @@
|
|
|
4034
4431
|
}
|
|
4035
4432
|
}
|
|
4036
4433
|
}
|
|
4434
|
+
.hover\:opacity-80 {
|
|
4435
|
+
&:hover {
|
|
4436
|
+
@media (hover: hover) {
|
|
4437
|
+
opacity: 80%;
|
|
4438
|
+
}
|
|
4439
|
+
}
|
|
4440
|
+
}
|
|
4441
|
+
.hover\:opacity-90 {
|
|
4442
|
+
&:hover {
|
|
4443
|
+
@media (hover: hover) {
|
|
4444
|
+
opacity: 90%;
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4037
4448
|
.hover\:opacity-100 {
|
|
4038
4449
|
&:hover {
|
|
4039
4450
|
@media (hover: hover) {
|
|
@@ -4217,6 +4628,12 @@
|
|
|
4217
4628
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4218
4629
|
}
|
|
4219
4630
|
}
|
|
4631
|
+
.focus-visible\:ring-2 {
|
|
4632
|
+
&:focus-visible {
|
|
4633
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4634
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4635
|
+
}
|
|
4636
|
+
}
|
|
4220
4637
|
.focus-visible\:ring-\[3px\] {
|
|
4221
4638
|
&:focus-visible {
|
|
4222
4639
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -4236,6 +4653,12 @@
|
|
|
4236
4653
|
}
|
|
4237
4654
|
}
|
|
4238
4655
|
}
|
|
4656
|
+
.focus-visible\:ring-offset-2 {
|
|
4657
|
+
&:focus-visible {
|
|
4658
|
+
--tw-ring-offset-width: 2px;
|
|
4659
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4660
|
+
}
|
|
4661
|
+
}
|
|
4239
4662
|
.focus-visible\:outline-1 {
|
|
4240
4663
|
&:focus-visible {
|
|
4241
4664
|
outline-style: var(--tw-outline-style);
|
|
@@ -5489,6 +5912,11 @@
|
|
|
5489
5912
|
padding: 1.5rem;
|
|
5490
5913
|
}
|
|
5491
5914
|
}
|
|
5915
|
+
.md\:px-6 {
|
|
5916
|
+
@media (width >= 768px) {
|
|
5917
|
+
padding-inline: 1.5rem;
|
|
5918
|
+
}
|
|
5919
|
+
}
|
|
5492
5920
|
.md\:py-12 {
|
|
5493
5921
|
@media (width >= 768px) {
|
|
5494
5922
|
padding-block: 3rem;
|
|
@@ -5534,6 +5962,18 @@
|
|
|
5534
5962
|
width: 600px;
|
|
5535
5963
|
}
|
|
5536
5964
|
}
|
|
5965
|
+
.lg\:-translate-x-full {
|
|
5966
|
+
@media (width >= 1024px) {
|
|
5967
|
+
--tw-translate-x: -100%;
|
|
5968
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5969
|
+
}
|
|
5970
|
+
}
|
|
5971
|
+
.lg\:translate-x-full {
|
|
5972
|
+
@media (width >= 1024px) {
|
|
5973
|
+
--tw-translate-x: 100%;
|
|
5974
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5975
|
+
}
|
|
5976
|
+
}
|
|
5537
5977
|
.lg\:grid-cols-3 {
|
|
5538
5978
|
@media (width >= 1024px) {
|
|
5539
5979
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
@@ -5554,14 +5994,38 @@
|
|
|
5554
5994
|
gap: 0.75rem;
|
|
5555
5995
|
}
|
|
5556
5996
|
}
|
|
5557
|
-
.lg\:
|
|
5997
|
+
.lg\:px-6 {
|
|
5558
5998
|
@media (width >= 1024px) {
|
|
5559
|
-
|
|
5999
|
+
padding-inline: 1.5rem;
|
|
5560
6000
|
}
|
|
5561
6001
|
}
|
|
5562
|
-
.lg\:px-
|
|
6002
|
+
.lg\:px-8 {
|
|
5563
6003
|
@media (width >= 1024px) {
|
|
5564
|
-
padding-inline:
|
|
6004
|
+
padding-inline: 2rem;
|
|
6005
|
+
}
|
|
6006
|
+
}
|
|
6007
|
+
.lg\:text-2xl {
|
|
6008
|
+
@media (width >= 1024px) {
|
|
6009
|
+
font-size: 1.5rem;
|
|
6010
|
+
line-height: var(--tw-leading, 2rem);
|
|
6011
|
+
}
|
|
6012
|
+
}
|
|
6013
|
+
.lg\:text-3xl {
|
|
6014
|
+
@media (width >= 1024px) {
|
|
6015
|
+
font-size: 1.875rem;
|
|
6016
|
+
line-height: var(--tw-leading, 2.25rem);
|
|
6017
|
+
}
|
|
6018
|
+
}
|
|
6019
|
+
.lg\:text-4xl {
|
|
6020
|
+
@media (width >= 1024px) {
|
|
6021
|
+
font-size: 2.25rem;
|
|
6022
|
+
line-height: var(--tw-leading, 2.5rem);
|
|
6023
|
+
}
|
|
6024
|
+
}
|
|
6025
|
+
.lg\:text-5xl {
|
|
6026
|
+
@media (width >= 1024px) {
|
|
6027
|
+
font-size: 3rem;
|
|
6028
|
+
line-height: var(--tw-leading, 1);
|
|
5565
6029
|
}
|
|
5566
6030
|
}
|
|
5567
6031
|
.lg\:text-base {
|
|
@@ -5570,6 +6034,18 @@
|
|
|
5570
6034
|
line-height: var(--tw-leading, 1.5rem);
|
|
5571
6035
|
}
|
|
5572
6036
|
}
|
|
6037
|
+
.lg\:text-lg {
|
|
6038
|
+
@media (width >= 1024px) {
|
|
6039
|
+
font-size: 1.125rem;
|
|
6040
|
+
line-height: var(--tw-leading, 1.75rem);
|
|
6041
|
+
}
|
|
6042
|
+
}
|
|
6043
|
+
.lg\:text-xl {
|
|
6044
|
+
@media (width >= 1024px) {
|
|
6045
|
+
font-size: 1.25rem;
|
|
6046
|
+
line-height: var(--tw-leading, 1.75rem);
|
|
6047
|
+
}
|
|
6048
|
+
}
|
|
5573
6049
|
.xl\:w-64 {
|
|
5574
6050
|
@media (width >= 1280px) {
|
|
5575
6051
|
width: 16rem;
|
|
@@ -5612,6 +6088,14 @@
|
|
|
5612
6088
|
border-color: var(--color-blue-800);
|
|
5613
6089
|
}
|
|
5614
6090
|
}
|
|
6091
|
+
.dark\:bg-blue-900\/30 {
|
|
6092
|
+
&:is(.dark *) {
|
|
6093
|
+
background-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 30%, transparent);
|
|
6094
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6095
|
+
background-color: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
|
|
6096
|
+
}
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
5615
6099
|
.dark\:bg-blue-950 {
|
|
5616
6100
|
&:is(.dark *) {
|
|
5617
6101
|
background-color: var(--color-blue-950);
|