@reitwagen/design-components 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/Button.d.ts +21 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.js +141 -0
- package/dist/components/Button/Button.stories.d.ts +62 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/components/Button/Button.stories.js +101 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.js +5 -0
- package/dist/components/Icons/Icon.stories.d.ts +35 -0
- package/dist/components/Icons/Icon.stories.d.ts.map +1 -0
- package/dist/components/Icons/Icon.stories.js +197 -0
- package/dist/components/Icons/IconAlarmOff.d.ts +9 -0
- package/dist/components/Icons/IconAlarmOff.d.ts.map +1 -0
- package/dist/components/Icons/IconAlarmOff.js +7 -0
- package/dist/components/Icons/IconAlarmOn.d.ts +9 -0
- package/dist/components/Icons/IconAlarmOn.d.ts.map +1 -0
- package/dist/components/Icons/IconAlarmOn.js +7 -0
- package/dist/components/Icons/IconAppleDefault.d.ts +9 -0
- package/dist/components/Icons/IconAppleDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconAppleDefault.js +7 -0
- package/dist/components/Icons/IconArrowDown.d.ts +9 -0
- package/dist/components/Icons/IconArrowDown.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowDown.js +7 -0
- package/dist/components/Icons/IconArrowLeft.d.ts +9 -0
- package/dist/components/Icons/IconArrowLeft.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowLeft.js +7 -0
- package/dist/components/Icons/IconArrowRight.d.ts +9 -0
- package/dist/components/Icons/IconArrowRight.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowRight.js +7 -0
- package/dist/components/Icons/IconArrowUp.d.ts +9 -0
- package/dist/components/Icons/IconArrowUp.d.ts.map +1 -0
- package/dist/components/Icons/IconArrowUp.js +7 -0
- package/dist/components/Icons/IconBikeDefault.d.ts +9 -0
- package/dist/components/Icons/IconBikeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconBikeDefault.js +7 -0
- package/dist/components/Icons/IconBookmarkOff.d.ts +9 -0
- package/dist/components/Icons/IconBookmarkOff.d.ts.map +1 -0
- package/dist/components/Icons/IconBookmarkOff.js +7 -0
- package/dist/components/Icons/IconBookmarkOn.d.ts +9 -0
- package/dist/components/Icons/IconBookmarkOn.d.ts.map +1 -0
- package/dist/components/Icons/IconBookmarkOn.js +7 -0
- package/dist/components/Icons/IconCafeDefault.d.ts +9 -0
- package/dist/components/Icons/IconCafeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCafeDefault.js +7 -0
- package/dist/components/Icons/IconCalendarDefault.d.ts +9 -0
- package/dist/components/Icons/IconCalendarDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCalendarDefault.js +7 -0
- package/dist/components/Icons/IconCallDefault.d.ts +9 -0
- package/dist/components/Icons/IconCallDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCallDefault.js +7 -0
- package/dist/components/Icons/IconCameraDefault.d.ts +9 -0
- package/dist/components/Icons/IconCameraDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCameraDefault.js +7 -0
- package/dist/components/Icons/IconChatDefault.d.ts +9 -0
- package/dist/components/Icons/IconChatDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconChatDefault.js +7 -0
- package/dist/components/Icons/IconCheckDefault.d.ts +9 -0
- package/dist/components/Icons/IconCheckDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCheckDefault.js +7 -0
- package/dist/components/Icons/IconChevronDown.d.ts +9 -0
- package/dist/components/Icons/IconChevronDown.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronDown.js +7 -0
- package/dist/components/Icons/IconChevronLeft.d.ts +9 -0
- package/dist/components/Icons/IconChevronLeft.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronLeft.js +7 -0
- package/dist/components/Icons/IconChevronRight.d.ts +9 -0
- package/dist/components/Icons/IconChevronRight.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronRight.js +7 -0
- package/dist/components/Icons/IconChevronUp.d.ts +9 -0
- package/dist/components/Icons/IconChevronUp.d.ts.map +1 -0
- package/dist/components/Icons/IconChevronUp.js +7 -0
- package/dist/components/Icons/IconCloseCircle.d.ts +9 -0
- package/dist/components/Icons/IconCloseCircle.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseCircle.js +7 -0
- package/dist/components/Icons/IconCloseDefault.d.ts +9 -0
- package/dist/components/Icons/IconCloseDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseDefault.js +7 -0
- package/dist/components/Icons/IconCloseSmall.d.ts +9 -0
- package/dist/components/Icons/IconCloseSmall.d.ts.map +1 -0
- package/dist/components/Icons/IconCloseSmall.js +7 -0
- package/dist/components/Icons/IconCommentOff.d.ts +9 -0
- package/dist/components/Icons/IconCommentOff.d.ts.map +1 -0
- package/dist/components/Icons/IconCommentOff.js +7 -0
- package/dist/components/Icons/IconCommentOn.d.ts +9 -0
- package/dist/components/Icons/IconCommentOn.d.ts.map +1 -0
- package/dist/components/Icons/IconCommentOn.js +7 -0
- package/dist/components/Icons/IconCommunityDefault.d.ts +9 -0
- package/dist/components/Icons/IconCommunityDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCommunityDefault.js +7 -0
- package/dist/components/Icons/IconCopyDefault.d.ts +9 -0
- package/dist/components/Icons/IconCopyDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCopyDefault.js +7 -0
- package/dist/components/Icons/IconCouponDefault.d.ts +9 -0
- package/dist/components/Icons/IconCouponDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconCouponDefault.js +7 -0
- package/dist/components/Icons/IconEditDefault.d.ts +9 -0
- package/dist/components/Icons/IconEditDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconEditDefault.js +7 -0
- package/dist/components/Icons/IconEyeOff.d.ts +9 -0
- package/dist/components/Icons/IconEyeOff.d.ts.map +1 -0
- package/dist/components/Icons/IconEyeOff.js +7 -0
- package/dist/components/Icons/IconEyeOn.d.ts +9 -0
- package/dist/components/Icons/IconEyeOn.d.ts.map +1 -0
- package/dist/components/Icons/IconEyeOn.js +7 -0
- package/dist/components/Icons/IconFilterDefault.d.ts +9 -0
- package/dist/components/Icons/IconFilterDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFilterDefault.js +7 -0
- package/dist/components/Icons/IconFireDefault.d.ts +9 -0
- package/dist/components/Icons/IconFireDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFireDefault.js +7 -0
- package/dist/components/Icons/IconFlagDefault.d.ts +9 -0
- package/dist/components/Icons/IconFlagDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFlagDefault.js +7 -0
- package/dist/components/Icons/IconFunDefault.d.ts +9 -0
- package/dist/components/Icons/IconFunDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconFunDefault.js +7 -0
- package/dist/components/Icons/IconHeartDefault.d.ts +9 -0
- package/dist/components/Icons/IconHeartDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartDefault.js +7 -0
- package/dist/components/Icons/IconHeartOff.d.ts +9 -0
- package/dist/components/Icons/IconHeartOff.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartOff.js +7 -0
- package/dist/components/Icons/IconHeartOn.d.ts +9 -0
- package/dist/components/Icons/IconHeartOn.d.ts.map +1 -0
- package/dist/components/Icons/IconHeartOn.js +7 -0
- package/dist/components/Icons/IconHelmetDefault.d.ts +9 -0
- package/dist/components/Icons/IconHelmetDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHelmetDefault.js +7 -0
- package/dist/components/Icons/IconHomeDefault.d.ts +9 -0
- package/dist/components/Icons/IconHomeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconHomeDefault.js +7 -0
- package/dist/components/Icons/IconHomeLine.d.ts +9 -0
- package/dist/components/Icons/IconHomeLine.d.ts.map +1 -0
- package/dist/components/Icons/IconHomeLine.js +7 -0
- package/dist/components/Icons/IconImageDefault.d.ts +9 -0
- package/dist/components/Icons/IconImageDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconImageDefault.js +7 -0
- package/dist/components/Icons/IconInfoDefault.d.ts +9 -0
- package/dist/components/Icons/IconInfoDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInfoDefault.js +7 -0
- package/dist/components/Icons/IconInformationDefault.d.ts +9 -0
- package/dist/components/Icons/IconInformationDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInformationDefault.js +7 -0
- package/dist/components/Icons/IconInstagramDefault.d.ts +9 -0
- package/dist/components/Icons/IconInstagramDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconInstagramDefault.js +7 -0
- package/dist/components/Icons/IconKakaotalkDefault.d.ts +9 -0
- package/dist/components/Icons/IconKakaotalkDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconKakaotalkDefault.js +9 -0
- package/dist/components/Icons/IconLike.d.ts +9 -0
- package/dist/components/Icons/IconLike.d.ts.map +1 -0
- package/dist/components/Icons/IconLike.js +7 -0
- package/dist/components/Icons/IconLikeOff.d.ts +9 -0
- package/dist/components/Icons/IconLikeOff.d.ts.map +1 -0
- package/dist/components/Icons/IconLikeOff.js +7 -0
- package/dist/components/Icons/IconLikeOn.d.ts +9 -0
- package/dist/components/Icons/IconLikeOn.d.ts.map +1 -0
- package/dist/components/Icons/IconLikeOn.js +7 -0
- package/dist/components/Icons/IconLocateDefault.d.ts +9 -0
- package/dist/components/Icons/IconLocateDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconLocateDefault.js +7 -0
- package/dist/components/Icons/IconMYDefault.d.ts +9 -0
- package/dist/components/Icons/IconMYDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMYDefault.js +7 -0
- package/dist/components/Icons/IconMYLine.d.ts +9 -0
- package/dist/components/Icons/IconMYLine.d.ts.map +1 -0
- package/dist/components/Icons/IconMYLine.js +7 -0
- package/dist/components/Icons/IconMedal.d.ts +9 -0
- package/dist/components/Icons/IconMedal.d.ts.map +1 -0
- package/dist/components/Icons/IconMedal.js +7 -0
- package/dist/components/Icons/IconMenuDefault.d.ts +9 -0
- package/dist/components/Icons/IconMenuDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMenuDefault.js +7 -0
- package/dist/components/Icons/IconMessage.d.ts +9 -0
- package/dist/components/Icons/IconMessage.d.ts.map +1 -0
- package/dist/components/Icons/IconMessage.js +7 -0
- package/dist/components/Icons/IconMessageDefault.d.ts +9 -0
- package/dist/components/Icons/IconMessageDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMessageDefault.js +7 -0
- package/dist/components/Icons/IconMinusDefault.d.ts +9 -0
- package/dist/components/Icons/IconMinusDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMinusDefault.js +7 -0
- package/dist/components/Icons/IconMoreDefault.d.ts +9 -0
- package/dist/components/Icons/IconMoreDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconMoreDefault.js +7 -0
- package/dist/components/Icons/IconNaviDefault.d.ts +9 -0
- package/dist/components/Icons/IconNaviDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconNaviDefault.js +7 -0
- package/dist/components/Icons/IconNaviLine.d.ts +9 -0
- package/dist/components/Icons/IconNaviLine.d.ts.map +1 -0
- package/dist/components/Icons/IconNaviLine.js +7 -0
- package/dist/components/Icons/IconNull.d.ts +9 -0
- package/dist/components/Icons/IconNull.d.ts.map +1 -0
- package/dist/components/Icons/IconNull.js +9 -0
- package/dist/components/Icons/IconOilDefault.d.ts +9 -0
- package/dist/components/Icons/IconOilDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconOilDefault.js +7 -0
- package/dist/components/Icons/IconPlaceDefault.d.ts +9 -0
- package/dist/components/Icons/IconPlaceDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconPlaceDefault.js +7 -0
- package/dist/components/Icons/IconPlaceLine.d.ts +9 -0
- package/dist/components/Icons/IconPlaceLine.d.ts.map +1 -0
- package/dist/components/Icons/IconPlaceLine.js +7 -0
- package/dist/components/Icons/IconPlusDefault.d.ts +9 -0
- package/dist/components/Icons/IconPlusDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconPlusDefault.js +7 -0
- package/dist/components/Icons/IconReceiptDefault.d.ts +9 -0
- package/dist/components/Icons/IconReceiptDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconReceiptDefault.js +7 -0
- package/dist/components/Icons/IconRepairDefault.d.ts +9 -0
- package/dist/components/Icons/IconRepairDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconRepairDefault.js +7 -0
- package/dist/components/Icons/IconResetDefault.d.ts +9 -0
- package/dist/components/Icons/IconResetDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconResetDefault.js +7 -0
- package/dist/components/Icons/IconRevolvingLightDefault.d.ts +9 -0
- package/dist/components/Icons/IconRevolvingLightDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconRevolvingLightDefault.js +7 -0
- package/dist/components/Icons/IconSadDefault.d.ts +9 -0
- package/dist/components/Icons/IconSadDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSadDefault.js +7 -0
- package/dist/components/Icons/IconSafe.d.ts +9 -0
- package/dist/components/Icons/IconSafe.d.ts.map +1 -0
- package/dist/components/Icons/IconSafe.js +7 -0
- package/dist/components/Icons/IconSearchDefault.d.ts +9 -0
- package/dist/components/Icons/IconSearchDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSearchDefault.js +7 -0
- package/dist/components/Icons/IconSettingDefault.d.ts +9 -0
- package/dist/components/Icons/IconSettingDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSettingDefault.js +7 -0
- package/dist/components/Icons/IconShareDefault.d.ts +9 -0
- package/dist/components/Icons/IconShareDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconShareDefault.js +7 -0
- package/dist/components/Icons/IconShopDefault.d.ts +9 -0
- package/dist/components/Icons/IconShopDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconShopDefault.js +7 -0
- package/dist/components/Icons/IconSmileDefault.d.ts +9 -0
- package/dist/components/Icons/IconSmileDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconSmileDefault.js +7 -0
- package/dist/components/Icons/IconStarOff.d.ts +9 -0
- package/dist/components/Icons/IconStarOff.d.ts.map +1 -0
- package/dist/components/Icons/IconStarOff.js +7 -0
- package/dist/components/Icons/IconStarOn.d.ts +9 -0
- package/dist/components/Icons/IconStarOn.d.ts.map +1 -0
- package/dist/components/Icons/IconStarOn.js +7 -0
- package/dist/components/Icons/IconThumbDefault.d.ts +9 -0
- package/dist/components/Icons/IconThumbDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconThumbDefault.js +7 -0
- package/dist/components/Icons/IconThunder.d.ts +9 -0
- package/dist/components/Icons/IconThunder.d.ts.map +1 -0
- package/dist/components/Icons/IconThunder.js +7 -0
- package/dist/components/Icons/IconTimeDefault.d.ts +9 -0
- package/dist/components/Icons/IconTimeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconTimeDefault.js +7 -0
- package/dist/components/Icons/IconVoteDefault.d.ts +9 -0
- package/dist/components/Icons/IconVoteDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconVoteDefault.js +7 -0
- package/dist/components/Icons/IconYoutubeDefault.d.ts +9 -0
- package/dist/components/Icons/IconYoutubeDefault.d.ts.map +1 -0
- package/dist/components/Icons/IconYoutubeDefault.js +7 -0
- package/dist/components/Icons/index.d.ts +84 -0
- package/dist/components/Icons/index.d.ts.map +1 -0
- package/dist/components/Icons/index.js +173 -0
- package/dist/index.css +784 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/utils/style.d.ts +3 -0
- package/dist/utils/style.d.ts.map +1 -0
- package/dist/utils/style.js +38 -0
- package/package.json +59 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,784 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
@layer theme {
|
|
5
|
+
:root, :host {
|
|
6
|
+
--font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
|
|
7
|
+
system-ui, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
|
|
8
|
+
"Noto Sans KR", "Malgun Gothic", sans-serif;
|
|
9
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
10
|
+
"Courier New", monospace;
|
|
11
|
+
--color-blue-50: #eef6ff;
|
|
12
|
+
--color-blue-100: #cfe6ff;
|
|
13
|
+
--color-blue-300: #a0cbff;
|
|
14
|
+
--color-blue-600: #4878ff;
|
|
15
|
+
--color-blue-700: #3052fd;
|
|
16
|
+
--color-blue-800: #0e2dc6;
|
|
17
|
+
--color-gray-100: #ededf0;
|
|
18
|
+
--color-gray-200: #dedee4;
|
|
19
|
+
--color-gray-300: #bcbcc4;
|
|
20
|
+
--color-gray-400: #9d9da8;
|
|
21
|
+
--color-gray-500: #777783;
|
|
22
|
+
--color-gray-600: #575763;
|
|
23
|
+
--color-gray-700: #3c3c4a;
|
|
24
|
+
--color-gray-800: #222233;
|
|
25
|
+
--color-gray-900: #04041b;
|
|
26
|
+
--color-white: #ffffff;
|
|
27
|
+
--spacing: 0.25rem;
|
|
28
|
+
--default-transition-duration: 150ms;
|
|
29
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
30
|
+
--default-font-family: var(--font-sans);
|
|
31
|
+
--default-mono-font-family: var(--font-mono);
|
|
32
|
+
--text-heading1: 24px;
|
|
33
|
+
--text-heading1--font-weight: 600;
|
|
34
|
+
--text-heading1--line-height: 1.4;
|
|
35
|
+
--text-heading1--letter-spacing: -2%;
|
|
36
|
+
--text-heading2: 22px;
|
|
37
|
+
--text-heading2--font-weight: 700;
|
|
38
|
+
--text-heading2--line-height: 1.4;
|
|
39
|
+
--text-heading2--letter-spacing: -2%;
|
|
40
|
+
--text-heading3: 20px;
|
|
41
|
+
--text-heading3--font-weight: 700;
|
|
42
|
+
--text-heading3--line-height: 1.4;
|
|
43
|
+
--text-heading3--letter-spacing: -2%;
|
|
44
|
+
--text-heading4: 18px;
|
|
45
|
+
--text-heading4--font-weight: 700;
|
|
46
|
+
--text-heading4--line-height: 1.4;
|
|
47
|
+
--text-heading4--letter-spacing: -2%;
|
|
48
|
+
--text-heading5: 16px;
|
|
49
|
+
--text-heading5--font-weight: 700;
|
|
50
|
+
--text-heading5--line-height: 1.4;
|
|
51
|
+
--text-heading5--letter-spacing: -2%;
|
|
52
|
+
--text-subtitle1: 16px;
|
|
53
|
+
--text-subtitle1--font-weight: 600;
|
|
54
|
+
--text-subtitle1--line-height: 1.48;
|
|
55
|
+
--text-subtitle1--letter-spacing: -2%;
|
|
56
|
+
--text-subtitle2: 14px;
|
|
57
|
+
--text-subtitle2--font-weight: 600;
|
|
58
|
+
--text-subtitle2--line-height: 1.48;
|
|
59
|
+
--text-subtitle2--letter-spacing: -2%;
|
|
60
|
+
--text-body1: 18px;
|
|
61
|
+
--text-body1--font-weight: 500;
|
|
62
|
+
--text-body1--line-height: 1.48;
|
|
63
|
+
--text-body1--letter-spacing: -4%;
|
|
64
|
+
--text-body2: 18px;
|
|
65
|
+
--text-body2--font-weight: 400;
|
|
66
|
+
--text-body2--line-height: 1.48;
|
|
67
|
+
--text-body2--letter-spacing: -4%;
|
|
68
|
+
--text-body3: 16px;
|
|
69
|
+
--text-body3--font-weight: 500;
|
|
70
|
+
--text-body3--line-height: 1.48;
|
|
71
|
+
--text-body3--letter-spacing: -4%;
|
|
72
|
+
--text-body4: 16px;
|
|
73
|
+
--text-body4--font-weight: 400;
|
|
74
|
+
--text-body4--line-height: 1.48;
|
|
75
|
+
--text-body4--letter-spacing: -4%;
|
|
76
|
+
--text-body5: 14px;
|
|
77
|
+
--text-body5--font-weight: 500;
|
|
78
|
+
--text-body5--line-height: 1.48;
|
|
79
|
+
--text-body5--letter-spacing: -4%;
|
|
80
|
+
--text-body6: 14px;
|
|
81
|
+
--text-body6--font-weight: 400;
|
|
82
|
+
--text-body6--line-height: 1.48;
|
|
83
|
+
--text-body6--letter-spacing: -4%;
|
|
84
|
+
--text-body7: 12px;
|
|
85
|
+
--text-body7--font-weight: 500;
|
|
86
|
+
--text-body7--line-height: 1.48;
|
|
87
|
+
--text-body7--letter-spacing: -4%;
|
|
88
|
+
--text-body8: 12px;
|
|
89
|
+
--text-body8--font-weight: 400;
|
|
90
|
+
--text-body8--line-height: 1.48;
|
|
91
|
+
--text-body8--letter-spacing: -4%;
|
|
92
|
+
--text-button1: 16px;
|
|
93
|
+
--text-button1--font-weight: 600;
|
|
94
|
+
--text-button1--line-height: 1.4;
|
|
95
|
+
--text-button1--letter-spacing: -2%;
|
|
96
|
+
--text-button2: 14px;
|
|
97
|
+
--text-button2--font-weight: 600;
|
|
98
|
+
--text-button2--line-height: 1.4;
|
|
99
|
+
--text-button2--letter-spacing: -2%;
|
|
100
|
+
--text-button3: 12px;
|
|
101
|
+
--text-button3--font-weight: 600;
|
|
102
|
+
--text-button3--line-height: 1.4;
|
|
103
|
+
--text-button3--letter-spacing: -2%;
|
|
104
|
+
--text-caption1: 12px;
|
|
105
|
+
--text-caption1--font-weight: 400;
|
|
106
|
+
--text-caption1--line-height: 1.45;
|
|
107
|
+
--text-caption1--letter-spacing: -2%;
|
|
108
|
+
--text-caption2: 10px;
|
|
109
|
+
--text-caption2--font-weight: 400;
|
|
110
|
+
--text-caption2--line-height: 1.45;
|
|
111
|
+
--text-caption2--letter-spacing: -2%;
|
|
112
|
+
--text-caption3: 10px;
|
|
113
|
+
--text-caption3--font-weight: 500;
|
|
114
|
+
--text-caption3--line-height: 1.45;
|
|
115
|
+
--text-caption3--letter-spacing: -2%;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
@layer base {
|
|
119
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
120
|
+
box-sizing: border-box;
|
|
121
|
+
margin: 0;
|
|
122
|
+
padding: 0;
|
|
123
|
+
border: 0 solid;
|
|
124
|
+
}
|
|
125
|
+
html, :host {
|
|
126
|
+
line-height: 1.5;
|
|
127
|
+
-webkit-text-size-adjust: 100%;
|
|
128
|
+
tab-size: 4;
|
|
129
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
130
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
131
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
132
|
+
-webkit-tap-highlight-color: transparent;
|
|
133
|
+
}
|
|
134
|
+
hr {
|
|
135
|
+
height: 0;
|
|
136
|
+
color: inherit;
|
|
137
|
+
border-top-width: 1px;
|
|
138
|
+
}
|
|
139
|
+
abbr:where([title]) {
|
|
140
|
+
-webkit-text-decoration: underline dotted;
|
|
141
|
+
text-decoration: underline dotted;
|
|
142
|
+
}
|
|
143
|
+
h1, h2, h3, h4, h5, h6 {
|
|
144
|
+
font-size: inherit;
|
|
145
|
+
font-weight: inherit;
|
|
146
|
+
}
|
|
147
|
+
a {
|
|
148
|
+
color: inherit;
|
|
149
|
+
-webkit-text-decoration: inherit;
|
|
150
|
+
text-decoration: inherit;
|
|
151
|
+
}
|
|
152
|
+
b, strong {
|
|
153
|
+
font-weight: bolder;
|
|
154
|
+
}
|
|
155
|
+
code, kbd, samp, pre {
|
|
156
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
157
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
158
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
159
|
+
font-size: 1em;
|
|
160
|
+
}
|
|
161
|
+
small {
|
|
162
|
+
font-size: 80%;
|
|
163
|
+
}
|
|
164
|
+
sub, sup {
|
|
165
|
+
font-size: 75%;
|
|
166
|
+
line-height: 0;
|
|
167
|
+
position: relative;
|
|
168
|
+
vertical-align: baseline;
|
|
169
|
+
}
|
|
170
|
+
sub {
|
|
171
|
+
bottom: -0.25em;
|
|
172
|
+
}
|
|
173
|
+
sup {
|
|
174
|
+
top: -0.5em;
|
|
175
|
+
}
|
|
176
|
+
table {
|
|
177
|
+
text-indent: 0;
|
|
178
|
+
border-color: inherit;
|
|
179
|
+
border-collapse: collapse;
|
|
180
|
+
}
|
|
181
|
+
:-moz-focusring {
|
|
182
|
+
outline: auto;
|
|
183
|
+
}
|
|
184
|
+
progress {
|
|
185
|
+
vertical-align: baseline;
|
|
186
|
+
}
|
|
187
|
+
summary {
|
|
188
|
+
display: list-item;
|
|
189
|
+
}
|
|
190
|
+
ol, ul, menu {
|
|
191
|
+
list-style: none;
|
|
192
|
+
}
|
|
193
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
194
|
+
display: block;
|
|
195
|
+
vertical-align: middle;
|
|
196
|
+
}
|
|
197
|
+
img, video {
|
|
198
|
+
max-width: 100%;
|
|
199
|
+
height: auto;
|
|
200
|
+
}
|
|
201
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
202
|
+
font: inherit;
|
|
203
|
+
font-feature-settings: inherit;
|
|
204
|
+
font-variation-settings: inherit;
|
|
205
|
+
letter-spacing: inherit;
|
|
206
|
+
color: inherit;
|
|
207
|
+
border-radius: 0;
|
|
208
|
+
background-color: transparent;
|
|
209
|
+
opacity: 1;
|
|
210
|
+
}
|
|
211
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
212
|
+
font-weight: bolder;
|
|
213
|
+
}
|
|
214
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
215
|
+
padding-inline-start: 20px;
|
|
216
|
+
}
|
|
217
|
+
::file-selector-button {
|
|
218
|
+
margin-inline-end: 4px;
|
|
219
|
+
}
|
|
220
|
+
::placeholder {
|
|
221
|
+
opacity: 1;
|
|
222
|
+
}
|
|
223
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
224
|
+
::placeholder {
|
|
225
|
+
color: currentcolor;
|
|
226
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
227
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
textarea {
|
|
232
|
+
resize: vertical;
|
|
233
|
+
}
|
|
234
|
+
::-webkit-search-decoration {
|
|
235
|
+
-webkit-appearance: none;
|
|
236
|
+
}
|
|
237
|
+
::-webkit-date-and-time-value {
|
|
238
|
+
min-height: 1lh;
|
|
239
|
+
text-align: inherit;
|
|
240
|
+
}
|
|
241
|
+
::-webkit-datetime-edit {
|
|
242
|
+
display: inline-flex;
|
|
243
|
+
}
|
|
244
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
245
|
+
padding: 0;
|
|
246
|
+
}
|
|
247
|
+
::-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 {
|
|
248
|
+
padding-block: 0;
|
|
249
|
+
}
|
|
250
|
+
::-webkit-calendar-picker-indicator {
|
|
251
|
+
line-height: 1;
|
|
252
|
+
}
|
|
253
|
+
:-moz-ui-invalid {
|
|
254
|
+
box-shadow: none;
|
|
255
|
+
}
|
|
256
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
257
|
+
appearance: button;
|
|
258
|
+
}
|
|
259
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
260
|
+
height: auto;
|
|
261
|
+
}
|
|
262
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
263
|
+
display: none !important;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
@layer utilities {
|
|
267
|
+
.pointer-events-none {
|
|
268
|
+
pointer-events: none;
|
|
269
|
+
}
|
|
270
|
+
.flex {
|
|
271
|
+
display: flex;
|
|
272
|
+
}
|
|
273
|
+
.table {
|
|
274
|
+
display: table;
|
|
275
|
+
}
|
|
276
|
+
.min-h-\[34px\] {
|
|
277
|
+
min-height: 34px;
|
|
278
|
+
}
|
|
279
|
+
.min-h-\[40px\] {
|
|
280
|
+
min-height: 40px;
|
|
281
|
+
}
|
|
282
|
+
.min-h-\[52px\] {
|
|
283
|
+
min-height: 52px;
|
|
284
|
+
}
|
|
285
|
+
.min-w-\[200px\] {
|
|
286
|
+
min-width: 200px;
|
|
287
|
+
}
|
|
288
|
+
.flex-1 {
|
|
289
|
+
flex: 1;
|
|
290
|
+
}
|
|
291
|
+
.transform {
|
|
292
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
293
|
+
}
|
|
294
|
+
.animate-none {
|
|
295
|
+
animation: none;
|
|
296
|
+
}
|
|
297
|
+
.cursor-pointer {
|
|
298
|
+
cursor: pointer;
|
|
299
|
+
}
|
|
300
|
+
.flex-col {
|
|
301
|
+
flex-direction: column;
|
|
302
|
+
}
|
|
303
|
+
.flex-wrap {
|
|
304
|
+
flex-wrap: wrap;
|
|
305
|
+
}
|
|
306
|
+
.items-center {
|
|
307
|
+
align-items: center;
|
|
308
|
+
}
|
|
309
|
+
.justify-center {
|
|
310
|
+
justify-content: center;
|
|
311
|
+
}
|
|
312
|
+
.gap-1\.5 {
|
|
313
|
+
gap: calc(var(--spacing) * 1.5);
|
|
314
|
+
}
|
|
315
|
+
.gap-5 {
|
|
316
|
+
gap: calc(var(--spacing) * 5);
|
|
317
|
+
}
|
|
318
|
+
.rounded-\[10px\] {
|
|
319
|
+
border-radius: 10px;
|
|
320
|
+
}
|
|
321
|
+
.rounded-\[12px\] {
|
|
322
|
+
border-radius: 12px;
|
|
323
|
+
}
|
|
324
|
+
.rounded-\[14px\] {
|
|
325
|
+
border-radius: 14px;
|
|
326
|
+
}
|
|
327
|
+
.border {
|
|
328
|
+
border-style: var(--tw-border-style);
|
|
329
|
+
border-width: 1px;
|
|
330
|
+
}
|
|
331
|
+
.border-blue-300 {
|
|
332
|
+
border-color: var(--color-blue-300);
|
|
333
|
+
}
|
|
334
|
+
.border-blue-700 {
|
|
335
|
+
border-color: var(--color-blue-700);
|
|
336
|
+
}
|
|
337
|
+
.border-gray-100 {
|
|
338
|
+
border-color: var(--color-gray-100);
|
|
339
|
+
}
|
|
340
|
+
.border-gray-200 {
|
|
341
|
+
border-color: var(--color-gray-200);
|
|
342
|
+
}
|
|
343
|
+
.bg-blue-50 {
|
|
344
|
+
background-color: var(--color-blue-50);
|
|
345
|
+
}
|
|
346
|
+
.bg-blue-300 {
|
|
347
|
+
background-color: var(--color-blue-300);
|
|
348
|
+
}
|
|
349
|
+
.bg-blue-600 {
|
|
350
|
+
background-color: var(--color-blue-600);
|
|
351
|
+
}
|
|
352
|
+
.bg-gray-100 {
|
|
353
|
+
background-color: var(--color-gray-100);
|
|
354
|
+
}
|
|
355
|
+
.bg-gray-400 {
|
|
356
|
+
background-color: var(--color-gray-400);
|
|
357
|
+
}
|
|
358
|
+
.bg-gray-800 {
|
|
359
|
+
background-color: var(--color-gray-800);
|
|
360
|
+
}
|
|
361
|
+
.px-\[14px\] {
|
|
362
|
+
padding-inline: 14px;
|
|
363
|
+
}
|
|
364
|
+
.px-\[20px\] {
|
|
365
|
+
padding-inline: 20px;
|
|
366
|
+
}
|
|
367
|
+
.px-\[24px\] {
|
|
368
|
+
padding-inline: 24px;
|
|
369
|
+
}
|
|
370
|
+
.py-\[8px\] {
|
|
371
|
+
padding-block: 8px;
|
|
372
|
+
}
|
|
373
|
+
.py-\[10px\] {
|
|
374
|
+
padding-block: 10px;
|
|
375
|
+
}
|
|
376
|
+
.py-\[14px\] {
|
|
377
|
+
padding-block: 14px;
|
|
378
|
+
}
|
|
379
|
+
.text-body1 {
|
|
380
|
+
font-size: var(--text-body1);
|
|
381
|
+
line-height: var(--tw-leading, var(--text-body1--line-height));
|
|
382
|
+
letter-spacing: var(--tw-tracking, var(--text-body1--letter-spacing));
|
|
383
|
+
font-weight: var(--tw-font-weight, var(--text-body1--font-weight));
|
|
384
|
+
}
|
|
385
|
+
.text-body2 {
|
|
386
|
+
font-size: var(--text-body2);
|
|
387
|
+
line-height: var(--tw-leading, var(--text-body2--line-height));
|
|
388
|
+
letter-spacing: var(--tw-tracking, var(--text-body2--letter-spacing));
|
|
389
|
+
font-weight: var(--tw-font-weight, var(--text-body2--font-weight));
|
|
390
|
+
}
|
|
391
|
+
.text-body3 {
|
|
392
|
+
font-size: var(--text-body3);
|
|
393
|
+
line-height: var(--tw-leading, var(--text-body3--line-height));
|
|
394
|
+
letter-spacing: var(--tw-tracking, var(--text-body3--letter-spacing));
|
|
395
|
+
font-weight: var(--tw-font-weight, var(--text-body3--font-weight));
|
|
396
|
+
}
|
|
397
|
+
.text-body4 {
|
|
398
|
+
font-size: var(--text-body4);
|
|
399
|
+
line-height: var(--tw-leading, var(--text-body4--line-height));
|
|
400
|
+
letter-spacing: var(--tw-tracking, var(--text-body4--letter-spacing));
|
|
401
|
+
font-weight: var(--tw-font-weight, var(--text-body4--font-weight));
|
|
402
|
+
}
|
|
403
|
+
.text-body5 {
|
|
404
|
+
font-size: var(--text-body5);
|
|
405
|
+
line-height: var(--tw-leading, var(--text-body5--line-height));
|
|
406
|
+
letter-spacing: var(--tw-tracking, var(--text-body5--letter-spacing));
|
|
407
|
+
font-weight: var(--tw-font-weight, var(--text-body5--font-weight));
|
|
408
|
+
}
|
|
409
|
+
.text-body6 {
|
|
410
|
+
font-size: var(--text-body6);
|
|
411
|
+
line-height: var(--tw-leading, var(--text-body6--line-height));
|
|
412
|
+
letter-spacing: var(--tw-tracking, var(--text-body6--letter-spacing));
|
|
413
|
+
font-weight: var(--tw-font-weight, var(--text-body6--font-weight));
|
|
414
|
+
}
|
|
415
|
+
.text-body7 {
|
|
416
|
+
font-size: var(--text-body7);
|
|
417
|
+
line-height: var(--tw-leading, var(--text-body7--line-height));
|
|
418
|
+
letter-spacing: var(--tw-tracking, var(--text-body7--letter-spacing));
|
|
419
|
+
font-weight: var(--tw-font-weight, var(--text-body7--font-weight));
|
|
420
|
+
}
|
|
421
|
+
.text-body8 {
|
|
422
|
+
font-size: var(--text-body8);
|
|
423
|
+
line-height: var(--tw-leading, var(--text-body8--line-height));
|
|
424
|
+
letter-spacing: var(--tw-tracking, var(--text-body8--letter-spacing));
|
|
425
|
+
font-weight: var(--tw-font-weight, var(--text-body8--font-weight));
|
|
426
|
+
}
|
|
427
|
+
.text-button1 {
|
|
428
|
+
font-size: var(--text-button1);
|
|
429
|
+
line-height: var(--tw-leading, var(--text-button1--line-height));
|
|
430
|
+
letter-spacing: var(--tw-tracking, var(--text-button1--letter-spacing));
|
|
431
|
+
font-weight: var(--tw-font-weight, var(--text-button1--font-weight));
|
|
432
|
+
}
|
|
433
|
+
.text-button2 {
|
|
434
|
+
font-size: var(--text-button2);
|
|
435
|
+
line-height: var(--tw-leading, var(--text-button2--line-height));
|
|
436
|
+
letter-spacing: var(--tw-tracking, var(--text-button2--letter-spacing));
|
|
437
|
+
font-weight: var(--tw-font-weight, var(--text-button2--font-weight));
|
|
438
|
+
}
|
|
439
|
+
.text-button3 {
|
|
440
|
+
font-size: var(--text-button3);
|
|
441
|
+
line-height: var(--tw-leading, var(--text-button3--line-height));
|
|
442
|
+
letter-spacing: var(--tw-tracking, var(--text-button3--letter-spacing));
|
|
443
|
+
font-weight: var(--tw-font-weight, var(--text-button3--font-weight));
|
|
444
|
+
}
|
|
445
|
+
.text-caption1 {
|
|
446
|
+
font-size: var(--text-caption1);
|
|
447
|
+
line-height: var(--tw-leading, var(--text-caption1--line-height));
|
|
448
|
+
letter-spacing: var(--tw-tracking, var(--text-caption1--letter-spacing));
|
|
449
|
+
font-weight: var(--tw-font-weight, var(--text-caption1--font-weight));
|
|
450
|
+
}
|
|
451
|
+
.text-caption2 {
|
|
452
|
+
font-size: var(--text-caption2);
|
|
453
|
+
line-height: var(--tw-leading, var(--text-caption2--line-height));
|
|
454
|
+
letter-spacing: var(--tw-tracking, var(--text-caption2--letter-spacing));
|
|
455
|
+
font-weight: var(--tw-font-weight, var(--text-caption2--font-weight));
|
|
456
|
+
}
|
|
457
|
+
.text-caption3 {
|
|
458
|
+
font-size: var(--text-caption3);
|
|
459
|
+
line-height: var(--tw-leading, var(--text-caption3--line-height));
|
|
460
|
+
letter-spacing: var(--tw-tracking, var(--text-caption3--letter-spacing));
|
|
461
|
+
font-weight: var(--tw-font-weight, var(--text-caption3--font-weight));
|
|
462
|
+
}
|
|
463
|
+
.text-heading1 {
|
|
464
|
+
font-size: var(--text-heading1);
|
|
465
|
+
line-height: var(--tw-leading, var(--text-heading1--line-height));
|
|
466
|
+
letter-spacing: var(--tw-tracking, var(--text-heading1--letter-spacing));
|
|
467
|
+
font-weight: var(--tw-font-weight, var(--text-heading1--font-weight));
|
|
468
|
+
}
|
|
469
|
+
.text-heading2 {
|
|
470
|
+
font-size: var(--text-heading2);
|
|
471
|
+
line-height: var(--tw-leading, var(--text-heading2--line-height));
|
|
472
|
+
letter-spacing: var(--tw-tracking, var(--text-heading2--letter-spacing));
|
|
473
|
+
font-weight: var(--tw-font-weight, var(--text-heading2--font-weight));
|
|
474
|
+
}
|
|
475
|
+
.text-heading3 {
|
|
476
|
+
font-size: var(--text-heading3);
|
|
477
|
+
line-height: var(--tw-leading, var(--text-heading3--line-height));
|
|
478
|
+
letter-spacing: var(--tw-tracking, var(--text-heading3--letter-spacing));
|
|
479
|
+
font-weight: var(--tw-font-weight, var(--text-heading3--font-weight));
|
|
480
|
+
}
|
|
481
|
+
.text-heading4 {
|
|
482
|
+
font-size: var(--text-heading4);
|
|
483
|
+
line-height: var(--tw-leading, var(--text-heading4--line-height));
|
|
484
|
+
letter-spacing: var(--tw-tracking, var(--text-heading4--letter-spacing));
|
|
485
|
+
font-weight: var(--tw-font-weight, var(--text-heading4--font-weight));
|
|
486
|
+
}
|
|
487
|
+
.text-heading5 {
|
|
488
|
+
font-size: var(--text-heading5);
|
|
489
|
+
line-height: var(--tw-leading, var(--text-heading5--line-height));
|
|
490
|
+
letter-spacing: var(--tw-tracking, var(--text-heading5--letter-spacing));
|
|
491
|
+
font-weight: var(--tw-font-weight, var(--text-heading5--font-weight));
|
|
492
|
+
}
|
|
493
|
+
.text-subtitle1 {
|
|
494
|
+
font-size: var(--text-subtitle1);
|
|
495
|
+
line-height: var(--tw-leading, var(--text-subtitle1--line-height));
|
|
496
|
+
letter-spacing: var(--tw-tracking, var(--text-subtitle1--letter-spacing));
|
|
497
|
+
font-weight: var(--tw-font-weight, var(--text-subtitle1--font-weight));
|
|
498
|
+
}
|
|
499
|
+
.text-subtitle2 {
|
|
500
|
+
font-size: var(--text-subtitle2);
|
|
501
|
+
line-height: var(--tw-leading, var(--text-subtitle2--line-height));
|
|
502
|
+
letter-spacing: var(--tw-tracking, var(--text-subtitle2--letter-spacing));
|
|
503
|
+
font-weight: var(--tw-font-weight, var(--text-subtitle2--font-weight));
|
|
504
|
+
}
|
|
505
|
+
.text-blue-300 {
|
|
506
|
+
color: var(--color-blue-300);
|
|
507
|
+
}
|
|
508
|
+
.text-blue-700 {
|
|
509
|
+
color: var(--color-blue-700);
|
|
510
|
+
}
|
|
511
|
+
.text-gray-300 {
|
|
512
|
+
color: var(--color-gray-300);
|
|
513
|
+
}
|
|
514
|
+
.text-gray-600 {
|
|
515
|
+
color: var(--color-gray-600);
|
|
516
|
+
}
|
|
517
|
+
.text-gray-700 {
|
|
518
|
+
color: var(--color-gray-700);
|
|
519
|
+
}
|
|
520
|
+
.text-white {
|
|
521
|
+
color: var(--color-white);
|
|
522
|
+
}
|
|
523
|
+
.transition-colors {
|
|
524
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
525
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
526
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
527
|
+
}
|
|
528
|
+
.duration-150 {
|
|
529
|
+
--tw-duration: 150ms;
|
|
530
|
+
transition-duration: 150ms;
|
|
531
|
+
}
|
|
532
|
+
.select-none {
|
|
533
|
+
-webkit-user-select: none;
|
|
534
|
+
user-select: none;
|
|
535
|
+
}
|
|
536
|
+
.active\:bg-blue-50 {
|
|
537
|
+
&:active {
|
|
538
|
+
background-color: var(--color-blue-50);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
.active\:bg-blue-100 {
|
|
542
|
+
&:active {
|
|
543
|
+
background-color: var(--color-blue-100);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
.active\:bg-blue-800 {
|
|
547
|
+
&:active {
|
|
548
|
+
background-color: var(--color-blue-800);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
.active\:bg-gray-100 {
|
|
552
|
+
&:active {
|
|
553
|
+
background-color: var(--color-gray-100);
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
.active\:bg-gray-200 {
|
|
557
|
+
&:active {
|
|
558
|
+
background-color: var(--color-gray-200);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
.active\:bg-gray-900 {
|
|
562
|
+
&:active {
|
|
563
|
+
background-color: var(--color-gray-900);
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
.active\:text-blue-800 {
|
|
567
|
+
&:active {
|
|
568
|
+
color: var(--color-blue-800);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
.active\:text-gray-200 {
|
|
572
|
+
&:active {
|
|
573
|
+
color: var(--color-gray-200);
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
.active\:text-gray-500 {
|
|
577
|
+
&:active {
|
|
578
|
+
color: var(--color-gray-500);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
.active\:text-gray-700 {
|
|
582
|
+
&:active {
|
|
583
|
+
color: var(--color-gray-700);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
.active\:text-gray-800 {
|
|
587
|
+
&:active {
|
|
588
|
+
color: var(--color-gray-800);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
@layer theme, base, components, utilities;
|
|
593
|
+
@layer theme;
|
|
594
|
+
@layer base {
|
|
595
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
596
|
+
box-sizing: border-box;
|
|
597
|
+
margin: 0;
|
|
598
|
+
padding: 0;
|
|
599
|
+
border: 0 solid;
|
|
600
|
+
}
|
|
601
|
+
html, :host {
|
|
602
|
+
line-height: 1.5;
|
|
603
|
+
-webkit-text-size-adjust: 100%;
|
|
604
|
+
tab-size: 4;
|
|
605
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
606
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
607
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
608
|
+
-webkit-tap-highlight-color: transparent;
|
|
609
|
+
}
|
|
610
|
+
hr {
|
|
611
|
+
height: 0;
|
|
612
|
+
color: inherit;
|
|
613
|
+
border-top-width: 1px;
|
|
614
|
+
}
|
|
615
|
+
abbr:where([title]) {
|
|
616
|
+
-webkit-text-decoration: underline dotted;
|
|
617
|
+
text-decoration: underline dotted;
|
|
618
|
+
}
|
|
619
|
+
h1, h2, h3, h4, h5, h6 {
|
|
620
|
+
font-size: inherit;
|
|
621
|
+
font-weight: inherit;
|
|
622
|
+
}
|
|
623
|
+
a {
|
|
624
|
+
color: inherit;
|
|
625
|
+
-webkit-text-decoration: inherit;
|
|
626
|
+
text-decoration: inherit;
|
|
627
|
+
}
|
|
628
|
+
b, strong {
|
|
629
|
+
font-weight: bolder;
|
|
630
|
+
}
|
|
631
|
+
code, kbd, samp, pre {
|
|
632
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
633
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
634
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
635
|
+
font-size: 1em;
|
|
636
|
+
}
|
|
637
|
+
small {
|
|
638
|
+
font-size: 80%;
|
|
639
|
+
}
|
|
640
|
+
sub, sup {
|
|
641
|
+
font-size: 75%;
|
|
642
|
+
line-height: 0;
|
|
643
|
+
position: relative;
|
|
644
|
+
vertical-align: baseline;
|
|
645
|
+
}
|
|
646
|
+
sub {
|
|
647
|
+
bottom: -0.25em;
|
|
648
|
+
}
|
|
649
|
+
sup {
|
|
650
|
+
top: -0.5em;
|
|
651
|
+
}
|
|
652
|
+
table {
|
|
653
|
+
text-indent: 0;
|
|
654
|
+
border-color: inherit;
|
|
655
|
+
border-collapse: collapse;
|
|
656
|
+
}
|
|
657
|
+
:-moz-focusring {
|
|
658
|
+
outline: auto;
|
|
659
|
+
}
|
|
660
|
+
progress {
|
|
661
|
+
vertical-align: baseline;
|
|
662
|
+
}
|
|
663
|
+
summary {
|
|
664
|
+
display: list-item;
|
|
665
|
+
}
|
|
666
|
+
ol, ul, menu {
|
|
667
|
+
list-style: none;
|
|
668
|
+
}
|
|
669
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
670
|
+
display: block;
|
|
671
|
+
vertical-align: middle;
|
|
672
|
+
}
|
|
673
|
+
img, video {
|
|
674
|
+
max-width: 100%;
|
|
675
|
+
height: auto;
|
|
676
|
+
}
|
|
677
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
678
|
+
font: inherit;
|
|
679
|
+
font-feature-settings: inherit;
|
|
680
|
+
font-variation-settings: inherit;
|
|
681
|
+
letter-spacing: inherit;
|
|
682
|
+
color: inherit;
|
|
683
|
+
border-radius: 0;
|
|
684
|
+
background-color: transparent;
|
|
685
|
+
opacity: 1;
|
|
686
|
+
}
|
|
687
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
688
|
+
font-weight: bolder;
|
|
689
|
+
}
|
|
690
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
691
|
+
padding-inline-start: 20px;
|
|
692
|
+
}
|
|
693
|
+
::file-selector-button {
|
|
694
|
+
margin-inline-end: 4px;
|
|
695
|
+
}
|
|
696
|
+
::placeholder {
|
|
697
|
+
opacity: 1;
|
|
698
|
+
}
|
|
699
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
700
|
+
::placeholder {
|
|
701
|
+
color: currentcolor;
|
|
702
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
703
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
textarea {
|
|
708
|
+
resize: vertical;
|
|
709
|
+
}
|
|
710
|
+
::-webkit-search-decoration {
|
|
711
|
+
-webkit-appearance: none;
|
|
712
|
+
}
|
|
713
|
+
::-webkit-date-and-time-value {
|
|
714
|
+
min-height: 1lh;
|
|
715
|
+
text-align: inherit;
|
|
716
|
+
}
|
|
717
|
+
::-webkit-datetime-edit {
|
|
718
|
+
display: inline-flex;
|
|
719
|
+
}
|
|
720
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
721
|
+
padding: 0;
|
|
722
|
+
}
|
|
723
|
+
::-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 {
|
|
724
|
+
padding-block: 0;
|
|
725
|
+
}
|
|
726
|
+
::-webkit-calendar-picker-indicator {
|
|
727
|
+
line-height: 1;
|
|
728
|
+
}
|
|
729
|
+
:-moz-ui-invalid {
|
|
730
|
+
box-shadow: none;
|
|
731
|
+
}
|
|
732
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
733
|
+
appearance: button;
|
|
734
|
+
}
|
|
735
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
736
|
+
height: auto;
|
|
737
|
+
}
|
|
738
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
739
|
+
display: none !important;
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
@layer utilities;
|
|
743
|
+
@property --tw-rotate-x {
|
|
744
|
+
syntax: "*";
|
|
745
|
+
inherits: false;
|
|
746
|
+
}
|
|
747
|
+
@property --tw-rotate-y {
|
|
748
|
+
syntax: "*";
|
|
749
|
+
inherits: false;
|
|
750
|
+
}
|
|
751
|
+
@property --tw-rotate-z {
|
|
752
|
+
syntax: "*";
|
|
753
|
+
inherits: false;
|
|
754
|
+
}
|
|
755
|
+
@property --tw-skew-x {
|
|
756
|
+
syntax: "*";
|
|
757
|
+
inherits: false;
|
|
758
|
+
}
|
|
759
|
+
@property --tw-skew-y {
|
|
760
|
+
syntax: "*";
|
|
761
|
+
inherits: false;
|
|
762
|
+
}
|
|
763
|
+
@property --tw-border-style {
|
|
764
|
+
syntax: "*";
|
|
765
|
+
inherits: false;
|
|
766
|
+
initial-value: solid;
|
|
767
|
+
}
|
|
768
|
+
@property --tw-duration {
|
|
769
|
+
syntax: "*";
|
|
770
|
+
inherits: false;
|
|
771
|
+
}
|
|
772
|
+
@layer properties {
|
|
773
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
774
|
+
*, ::before, ::after, ::backdrop {
|
|
775
|
+
--tw-rotate-x: initial;
|
|
776
|
+
--tw-rotate-y: initial;
|
|
777
|
+
--tw-rotate-z: initial;
|
|
778
|
+
--tw-skew-x: initial;
|
|
779
|
+
--tw-skew-y: initial;
|
|
780
|
+
--tw-border-style: solid;
|
|
781
|
+
--tw-duration: initial;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
}
|