@abcagency/hc-ui-components 1.1.1 → 1.2.0
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/.editorconfig +12 -0
- package/.eslintrc +144 -0
- package/.prettierignore +3 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.js +516 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.js.map +1 -0
- package/dist/apis/hcApi.js +189 -0
- package/dist/apis/hcApi.js.map +1 -0
- package/dist/clientToken.js +10 -0
- package/dist/clientToken.js.map +1 -0
- package/dist/components/HireControlMap.js +129 -0
- package/dist/components/HireControlMap.js.map +1 -0
- package/dist/components/modules/accordions/MapAccordionItem.js +76 -0
- package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -0
- package/dist/components/modules/accordions/default.js +108 -0
- package/dist/components/modules/accordions/default.js.map +1 -0
- package/dist/components/modules/accordions/filterItem.js +50 -0
- package/dist/components/modules/accordions/filterItem.js.map +1 -0
- package/dist/components/modules/accordions/filters.js +46 -0
- package/dist/components/modules/accordions/filters.js.map +1 -0
- package/dist/components/modules/buttons/button-group-apply.js +84 -0
- package/dist/components/modules/buttons/button-group-apply.js.map +1 -0
- package/dist/components/modules/buttons/commute-pill.js +18 -0
- package/dist/components/modules/buttons/commute-pill.js.map +1 -0
- package/dist/components/modules/buttons/default.js +145 -0
- package/dist/components/modules/buttons/default.js.map +1 -0
- package/dist/components/modules/buttons/items-pill.js +23 -0
- package/dist/components/modules/buttons/items-pill.js.map +1 -0
- package/dist/components/modules/buttons/pill-wrapper.js +20 -0
- package/dist/components/modules/buttons/pill-wrapper.js.map +1 -0
- package/dist/components/modules/buttons/show-all-button.js +39 -0
- package/dist/components/modules/buttons/show-all-button.js.map +1 -0
- package/dist/components/modules/cards/default.js +102 -0
- package/dist/components/modules/cards/default.js.map +1 -0
- package/dist/components/modules/cards/filter.js +38 -0
- package/dist/components/modules/cards/filter.js.map +1 -0
- package/dist/components/modules/dialogs/apply-dialog.js +46 -0
- package/dist/components/modules/dialogs/apply-dialog.js.map +1 -0
- package/dist/components/modules/filter/commute.js +184 -0
- package/dist/components/modules/filter/commute.js.map +1 -0
- package/dist/components/modules/filter/index.js +79 -0
- package/dist/components/modules/filter/index.js.map +1 -0
- package/dist/components/modules/filter/item.js +71 -0
- package/dist/components/modules/filter/item.js.map +1 -0
- package/dist/components/modules/filter/location.js +68 -0
- package/dist/components/modules/filter/location.js.map +1 -0
- package/dist/components/modules/filter/points-of-interest.js +38 -0
- package/dist/components/modules/filter/points-of-interest.js.map +1 -0
- package/dist/components/modules/filter/radio-item.js +46 -0
- package/dist/components/modules/filter/radio-item.js.map +1 -0
- package/dist/components/modules/filter/search.js +83 -0
- package/dist/components/modules/filter/search.js.map +1 -0
- package/dist/components/modules/filter/sort.js +93 -0
- package/dist/components/modules/filter/sort.js.map +1 -0
- package/dist/components/modules/grid.js +39 -0
- package/dist/components/modules/grid.js.map +1 -0
- package/dist/components/modules/icon.js +23 -0
- package/dist/components/modules/icon.js.map +1 -0
- package/dist/components/modules/jobListing/listing-details.js +69 -0
- package/dist/components/modules/jobListing/listing-details.js.map +1 -0
- package/dist/components/modules/maps/info-window-card.js +14 -0
- package/dist/components/modules/maps/info-window-card.js.map +1 -0
- package/dist/components/modules/maps/info-window-content.js +39 -0
- package/dist/components/modules/maps/info-window-content.js.map +1 -0
- package/dist/components/modules/maps/list/field-mapper.js +88 -0
- package/dist/components/modules/maps/list/field-mapper.js.map +1 -0
- package/dist/components/modules/maps/list/header-item.js +59 -0
- package/dist/components/modules/maps/list/header-item.js.map +1 -0
- package/dist/components/modules/maps/list/header.js +37 -0
- package/dist/components/modules/maps/list/header.js.map +1 -0
- package/dist/components/modules/maps/list/index.js +93 -0
- package/dist/components/modules/maps/list/index.js.map +1 -0
- package/dist/components/modules/maps/list/item-expand-card/index.js +16 -0
- package/dist/components/modules/maps/list/item-expand-card/index.js.map +1 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-contact-nav.js +38 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-contact-nav.js.map +1 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-details.js +40 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-details.js.map +1 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-headshot.js +20 -0
- package/dist/components/modules/maps/list/item-expand-card/recruiter-headshot.js.map +1 -0
- package/dist/components/modules/maps/list/list-item/index.js +98 -0
- package/dist/components/modules/maps/list/list-item/index.js.map +1 -0
- package/dist/components/modules/maps/map-list.js +57 -0
- package/dist/components/modules/maps/map-list.js.map +1 -0
- package/dist/components/modules/maps/map-marker.js +85 -0
- package/dist/components/modules/maps/map-marker.js.map +1 -0
- package/dist/components/modules/maps/map.js +201 -0
- package/dist/components/modules/maps/map.js.map +1 -0
- package/dist/components/modules/maps/place-marker.js +37 -0
- package/dist/components/modules/maps/place-marker.js.map +1 -0
- package/dist/components/modules/maps/tabs.js +84 -0
- package/dist/components/modules/maps/tabs.js.map +1 -0
- package/dist/constants/placeTypes.js +11 -0
- package/dist/constants/placeTypes.js.map +1 -0
- package/dist/contexts/mapContext.js +133 -0
- package/dist/contexts/mapContext.js.map +1 -0
- package/dist/contexts/mapListContext.js +278 -0
- package/dist/contexts/mapListContext.js.map +1 -0
- package/dist/contexts/placesContext.js +152 -0
- package/dist/contexts/placesContext.js.map +1 -0
- package/dist/hooks/useList.js +119 -0
- package/dist/hooks/useList.js.map +1 -0
- package/dist/index.js +2 -4536
- package/dist/index.js.map +1 -0
- package/dist/services/_virtual/_rollupPluginBabelHelpers.js +372 -0
- package/dist/services/_virtual/_rollupPluginBabelHelpers.js.map +1 -0
- package/dist/services/apis/hcApi.js +189 -0
- package/dist/services/apis/hcApi.js.map +1 -0
- package/dist/services/clientToken.js +7 -0
- package/dist/services/clientToken.js.map +1 -0
- package/dist/services/configService.js +33 -0
- package/dist/services/configService.js.map +1 -0
- package/dist/services/googlePlacesNearbyService.js +61 -0
- package/dist/services/googlePlacesNearbyService.js.map +1 -0
- package/dist/services/listingAggregatorService.js +56 -0
- package/dist/services/listingAggregatorService.js.map +1 -0
- package/dist/services/listingEntityService.js +36 -0
- package/dist/services/listingEntityService.js.map +1 -0
- package/dist/services/listingService.js +60 -112
- package/dist/services/listingService.js.map +1 -0
- package/dist/services/recruiterService.js +36 -0
- package/dist/services/recruiterService.js.map +1 -0
- package/dist/services/styles/index.css +3 -0
- package/dist/styles/index.css +3 -0
- package/dist/util/filterUtil.js +213 -0
- package/dist/util/filterUtil.js.map +1 -0
- package/dist/util/loading.js +16 -0
- package/dist/util/loading.js.map +1 -0
- package/dist/util/localStorageUtil.js +32 -0
- package/dist/util/localStorageUtil.js.map +1 -0
- package/dist/util/mapIconUtil.js +73 -0
- package/dist/util/mapIconUtil.js.map +1 -0
- package/dist/util/mapUtil.js +76 -0
- package/dist/util/mapUtil.js.map +1 -0
- package/dist/util/sortUtil.js +33 -0
- package/dist/util/sortUtil.js.map +1 -0
- package/dist/util/stringUtils.js +9 -0
- package/dist/util/stringUtils.js.map +1 -0
- package/jsconfig.json +7 -0
- package/package.json +51 -38
- package/postcss.config.js +13 -15
- package/{src/tailwind/preset.default.js → preset.default.js} +15 -15
- package/rollup.config.mjs +87 -0
- package/src/apis/hcApi.js +93 -87
- package/src/clientToken.js +9 -9
- package/src/components/HireControlMap.js +120 -0
- package/src/components/modules/accordions/MapAccordionItem.js +72 -69
- package/src/components/modules/accordions/default.js +171 -173
- package/src/components/modules/accordions/filterItem.js +53 -53
- package/src/components/modules/accordions/filters.js +47 -44
- package/src/components/modules/buttons/button-group-apply.js +113 -85
- package/src/components/modules/buttons/commute-pill.js +22 -21
- package/src/components/modules/buttons/default.js +196 -196
- package/src/components/modules/buttons/items-pill.js +32 -31
- package/src/components/modules/buttons/pill-wrapper.js +27 -26
- package/src/components/modules/buttons/show-all-button.js +20 -20
- package/src/components/modules/cards/default.js +167 -168
- package/src/components/modules/cards/filter.js +56 -55
- package/src/components/modules/dialogs/apply-dialog.js +48 -47
- package/src/components/modules/filter/commute.js +148 -151
- package/src/components/modules/filter/index.js +87 -86
- package/src/components/modules/filter/item.js +76 -77
- package/src/components/modules/filter/location.js +71 -69
- package/src/components/modules/filter/points-of-interest.js +44 -43
- package/src/components/modules/filter/radio-item.js +53 -51
- package/src/components/modules/filter/search.js +92 -91
- package/src/components/modules/filter/sort.js +83 -83
- package/src/components/modules/grid.js +55 -56
- package/src/components/modules/icon.js +33 -33
- package/src/components/modules/jobListing/listing-details.js +94 -88
- package/src/components/modules/maps/info-window-card.js +17 -17
- package/src/components/modules/maps/info-window-content.js +58 -60
- package/src/components/modules/maps/list/field-mapper.js +112 -111
- package/src/components/modules/maps/list/header-item.js +91 -90
- package/src/components/modules/maps/list/header.js +47 -46
- package/src/components/modules/maps/list/index.js +107 -104
- package/src/components/modules/maps/list/item-expand-card/index.js +22 -21
- package/src/components/modules/maps/list/item-expand-card/recruiter-contact-nav.js +50 -48
- package/src/components/modules/maps/list/item-expand-card/recruiter-details.js +68 -67
- package/src/components/modules/maps/list/item-expand-card/recruiter-headshot.js +22 -22
- package/src/components/modules/maps/list/list-item/index.js +134 -133
- package/src/components/modules/maps/map-list.js +74 -73
- package/src/components/modules/maps/map-marker.js +86 -84
- package/src/components/modules/maps/map.js +229 -226
- package/src/components/modules/maps/place-marker.js +1 -1
- package/src/components/modules/maps/tabs.js +81 -79
- package/src/constants/placeTypes.js +8 -8
- package/src/contexts/mapContext.js +20 -19
- package/src/contexts/mapListContext.js +20 -15
- package/src/contexts/placesContext.js +4 -0
- package/src/hooks/useList.js +12 -10
- package/src/index.js +3 -103
- package/src/services/configService.js +16 -16
- package/src/services/googlePlacesNearbyService.js +33 -33
- package/src/services/listingAggregatorService.js +5 -4
- package/src/services/listingEntityService.js +2 -1
- package/src/services/listingService.js +27 -28
- package/src/services/recruiterService.js +17 -17
- package/src/styles/{globals.css → index.css} +23 -23
- package/src/util/arrayUtil.js +3 -3
- package/src/util/fieldMapper.js +22 -19
- package/src/util/filterUtil.js +19 -19
- package/src/util/loading.js +17 -17
- package/src/util/localStorageUtil.js +26 -26
- package/src/util/mapIconUtil.js +3 -3
- package/src/util/sortUtil.js +32 -32
- package/src/util/stringUtils.js +6 -6
- package/{src/tailwind/tailwind.config.js → tailwind.config.js} +126 -127
- package/dist/globals.css +0 -3
- package/dist/output.css +0 -784
- package/dist/services/globals.css +0 -3
- package/rollup.config.js +0 -68
- package/src/components/layout/footer.js +0 -34
- package/src/components/layout/header.js +0 -23
- package/src/components/layout/layout.js +0 -36
- package/src/components/modules/animations/slidein.js +0 -41
- package/src/components/modules/navigation/nav-link.js +0 -65
- package/src/components/modules/navigation/navbar.js +0 -106
- package/src/components/modules/navigation/skip-link.js +0 -21
- package/src/components/modules/navigation/social.js +0 -29
- package/src/components/modules/sections/default.js +0 -59
- package/src/components/modules/sections/sectionContext.js +0 -4
- package/src/hooks/useClickOutside.js +0 -16
- package/src/hooks/useEventListener.js +0 -25
- package/src/hooks/useEventTracker.js +0 -19
- package/src/hooks/useRefScrollProgress.js +0 -24
- package/src/hooks/useScript.js +0 -63
- package/src/hooks/useScrollDirection.js +0 -39
- package/src/hooks/useSectionTracker.js +0 -95
- package/src/hooks/useUserAgent.js +0 -43
- package/src/hooks/useWindowSize.js +0 -28
- package/src/index.css +0 -25
- package/src/styles/fonts.js +0 -0
- package/src/util/page-head.js +0 -62
- package/src/util/provider.js +0 -12
package/dist/output.css
DELETED
|
@@ -1,784 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/*
|
|
6
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
7
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
*,
|
|
11
|
-
::before,
|
|
12
|
-
::after {
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
/* 1 */
|
|
15
|
-
border-width: 0;
|
|
16
|
-
/* 2 */
|
|
17
|
-
border-style: solid;
|
|
18
|
-
/* 2 */
|
|
19
|
-
border-color: #e5e7eb;
|
|
20
|
-
/* 2 */
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
::before,
|
|
24
|
-
::after {
|
|
25
|
-
--tw-content: '';
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/*
|
|
29
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
30
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
31
|
-
3. Use a more readable tab size.
|
|
32
|
-
4. Use the user's configured `sans` font-family by default.
|
|
33
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
34
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
35
|
-
7. Disable tap highlights on iOS
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
html,
|
|
39
|
-
:host {
|
|
40
|
-
line-height: 1.5;
|
|
41
|
-
/* 1 */
|
|
42
|
-
-webkit-text-size-adjust: 100%;
|
|
43
|
-
/* 2 */
|
|
44
|
-
-moz-tab-size: 4;
|
|
45
|
-
/* 3 */
|
|
46
|
-
-o-tab-size: 4;
|
|
47
|
-
tab-size: 4;
|
|
48
|
-
/* 3 */
|
|
49
|
-
font-family: var(--font-roboto-flex), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
50
|
-
/* 4 */
|
|
51
|
-
font-feature-settings: normal;
|
|
52
|
-
/* 5 */
|
|
53
|
-
font-variation-settings: normal;
|
|
54
|
-
/* 6 */
|
|
55
|
-
-webkit-tap-highlight-color: transparent;
|
|
56
|
-
/* 7 */
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/*
|
|
60
|
-
1. Remove the margin in all browsers.
|
|
61
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
body {
|
|
65
|
-
margin: 0;
|
|
66
|
-
/* 1 */
|
|
67
|
-
line-height: inherit;
|
|
68
|
-
/* 2 */
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/*
|
|
72
|
-
1. Add the correct height in Firefox.
|
|
73
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
74
|
-
3. Ensure horizontal rules are visible by default.
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
hr {
|
|
78
|
-
height: 0;
|
|
79
|
-
/* 1 */
|
|
80
|
-
color: inherit;
|
|
81
|
-
/* 2 */
|
|
82
|
-
border-top-width: 1px;
|
|
83
|
-
/* 3 */
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/*
|
|
87
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
88
|
-
*/
|
|
89
|
-
|
|
90
|
-
abbr:where([title]) {
|
|
91
|
-
-webkit-text-decoration: underline dotted;
|
|
92
|
-
text-decoration: underline dotted;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/*
|
|
96
|
-
Remove the default font size and weight for headings.
|
|
97
|
-
*/
|
|
98
|
-
|
|
99
|
-
h1,
|
|
100
|
-
h2,
|
|
101
|
-
h3,
|
|
102
|
-
h4,
|
|
103
|
-
h5,
|
|
104
|
-
h6 {
|
|
105
|
-
font-size: inherit;
|
|
106
|
-
font-weight: inherit;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/*
|
|
110
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
111
|
-
*/
|
|
112
|
-
|
|
113
|
-
a {
|
|
114
|
-
color: inherit;
|
|
115
|
-
text-decoration: inherit;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/*
|
|
119
|
-
Add the correct font weight in Edge and Safari.
|
|
120
|
-
*/
|
|
121
|
-
|
|
122
|
-
b,
|
|
123
|
-
strong {
|
|
124
|
-
font-weight: bolder;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/*
|
|
128
|
-
1. Use the user's configured `mono` font-family by default.
|
|
129
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
130
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
131
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
132
|
-
*/
|
|
133
|
-
|
|
134
|
-
code,
|
|
135
|
-
kbd,
|
|
136
|
-
samp,
|
|
137
|
-
pre {
|
|
138
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
139
|
-
/* 1 */
|
|
140
|
-
font-feature-settings: normal;
|
|
141
|
-
/* 2 */
|
|
142
|
-
font-variation-settings: normal;
|
|
143
|
-
/* 3 */
|
|
144
|
-
font-size: 1em;
|
|
145
|
-
/* 4 */
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/*
|
|
149
|
-
Add the correct font size in all browsers.
|
|
150
|
-
*/
|
|
151
|
-
|
|
152
|
-
small {
|
|
153
|
-
font-size: 80%;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/*
|
|
157
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
158
|
-
*/
|
|
159
|
-
|
|
160
|
-
sub,
|
|
161
|
-
sup {
|
|
162
|
-
font-size: 75%;
|
|
163
|
-
line-height: 0;
|
|
164
|
-
position: relative;
|
|
165
|
-
vertical-align: baseline;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
sub {
|
|
169
|
-
bottom: -0.25em;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
sup {
|
|
173
|
-
top: -0.5em;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/*
|
|
177
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
178
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
179
|
-
3. Remove gaps between table borders by default.
|
|
180
|
-
*/
|
|
181
|
-
|
|
182
|
-
table {
|
|
183
|
-
text-indent: 0;
|
|
184
|
-
/* 1 */
|
|
185
|
-
border-color: inherit;
|
|
186
|
-
/* 2 */
|
|
187
|
-
border-collapse: collapse;
|
|
188
|
-
/* 3 */
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/*
|
|
192
|
-
1. Change the font styles in all browsers.
|
|
193
|
-
2. Remove the margin in Firefox and Safari.
|
|
194
|
-
3. Remove default padding in all browsers.
|
|
195
|
-
*/
|
|
196
|
-
|
|
197
|
-
button,
|
|
198
|
-
input,
|
|
199
|
-
optgroup,
|
|
200
|
-
select,
|
|
201
|
-
textarea {
|
|
202
|
-
font-family: inherit;
|
|
203
|
-
/* 1 */
|
|
204
|
-
font-feature-settings: inherit;
|
|
205
|
-
/* 1 */
|
|
206
|
-
font-variation-settings: inherit;
|
|
207
|
-
/* 1 */
|
|
208
|
-
font-size: 100%;
|
|
209
|
-
/* 1 */
|
|
210
|
-
font-weight: inherit;
|
|
211
|
-
/* 1 */
|
|
212
|
-
line-height: inherit;
|
|
213
|
-
/* 1 */
|
|
214
|
-
letter-spacing: inherit;
|
|
215
|
-
/* 1 */
|
|
216
|
-
color: inherit;
|
|
217
|
-
/* 1 */
|
|
218
|
-
margin: 0;
|
|
219
|
-
/* 2 */
|
|
220
|
-
padding: 0;
|
|
221
|
-
/* 3 */
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/*
|
|
225
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
226
|
-
*/
|
|
227
|
-
|
|
228
|
-
button,
|
|
229
|
-
select {
|
|
230
|
-
text-transform: none;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/*
|
|
234
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
235
|
-
2. Remove default button styles.
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
button,
|
|
239
|
-
input:where([type='button']),
|
|
240
|
-
input:where([type='reset']),
|
|
241
|
-
input:where([type='submit']) {
|
|
242
|
-
-webkit-appearance: button;
|
|
243
|
-
/* 1 */
|
|
244
|
-
background-color: transparent;
|
|
245
|
-
/* 2 */
|
|
246
|
-
background-image: none;
|
|
247
|
-
/* 2 */
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/*
|
|
251
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
252
|
-
*/
|
|
253
|
-
|
|
254
|
-
:-moz-focusring {
|
|
255
|
-
outline: auto;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/*
|
|
259
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
260
|
-
*/
|
|
261
|
-
|
|
262
|
-
:-moz-ui-invalid {
|
|
263
|
-
box-shadow: none;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
/*
|
|
267
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
268
|
-
*/
|
|
269
|
-
|
|
270
|
-
progress {
|
|
271
|
-
vertical-align: baseline;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
/*
|
|
275
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
276
|
-
*/
|
|
277
|
-
|
|
278
|
-
::-webkit-inner-spin-button,
|
|
279
|
-
::-webkit-outer-spin-button {
|
|
280
|
-
height: auto;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/*
|
|
284
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
285
|
-
2. Correct the outline style in Safari.
|
|
286
|
-
*/
|
|
287
|
-
|
|
288
|
-
[type='search'] {
|
|
289
|
-
-webkit-appearance: textfield;
|
|
290
|
-
/* 1 */
|
|
291
|
-
outline-offset: -2px;
|
|
292
|
-
/* 2 */
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/*
|
|
296
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
297
|
-
*/
|
|
298
|
-
|
|
299
|
-
::-webkit-search-decoration {
|
|
300
|
-
-webkit-appearance: none;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/*
|
|
304
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
305
|
-
2. Change font properties to `inherit` in Safari.
|
|
306
|
-
*/
|
|
307
|
-
|
|
308
|
-
::-webkit-file-upload-button {
|
|
309
|
-
-webkit-appearance: button;
|
|
310
|
-
/* 1 */
|
|
311
|
-
font: inherit;
|
|
312
|
-
/* 2 */
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/*
|
|
316
|
-
Add the correct display in Chrome and Safari.
|
|
317
|
-
*/
|
|
318
|
-
|
|
319
|
-
summary {
|
|
320
|
-
display: list-item;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/*
|
|
324
|
-
Removes the default spacing and border for appropriate elements.
|
|
325
|
-
*/
|
|
326
|
-
|
|
327
|
-
blockquote,
|
|
328
|
-
dl,
|
|
329
|
-
dd,
|
|
330
|
-
h1,
|
|
331
|
-
h2,
|
|
332
|
-
h3,
|
|
333
|
-
h4,
|
|
334
|
-
h5,
|
|
335
|
-
h6,
|
|
336
|
-
hr,
|
|
337
|
-
figure,
|
|
338
|
-
p,
|
|
339
|
-
pre {
|
|
340
|
-
margin: 0;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
fieldset {
|
|
344
|
-
margin: 0;
|
|
345
|
-
padding: 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
legend {
|
|
349
|
-
padding: 0;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
ol,
|
|
353
|
-
ul,
|
|
354
|
-
menu {
|
|
355
|
-
list-style: none;
|
|
356
|
-
margin: 0;
|
|
357
|
-
padding: 0;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/*
|
|
361
|
-
Reset default styling for dialogs.
|
|
362
|
-
*/
|
|
363
|
-
|
|
364
|
-
dialog {
|
|
365
|
-
padding: 0;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
/*
|
|
369
|
-
Prevent resizing textareas horizontally by default.
|
|
370
|
-
*/
|
|
371
|
-
|
|
372
|
-
textarea {
|
|
373
|
-
resize: vertical;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/*
|
|
377
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
378
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
379
|
-
*/
|
|
380
|
-
|
|
381
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
382
|
-
opacity: 1;
|
|
383
|
-
/* 1 */
|
|
384
|
-
color: #9ca3af;
|
|
385
|
-
/* 2 */
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
input::placeholder,
|
|
389
|
-
textarea::placeholder {
|
|
390
|
-
opacity: 1;
|
|
391
|
-
/* 1 */
|
|
392
|
-
color: #9ca3af;
|
|
393
|
-
/* 2 */
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/*
|
|
397
|
-
Set the default cursor for buttons.
|
|
398
|
-
*/
|
|
399
|
-
|
|
400
|
-
button,
|
|
401
|
-
[role="button"] {
|
|
402
|
-
cursor: pointer;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/*
|
|
406
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
407
|
-
*/
|
|
408
|
-
|
|
409
|
-
:disabled {
|
|
410
|
-
cursor: default;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
/*
|
|
414
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
415
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
416
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
417
|
-
*/
|
|
418
|
-
|
|
419
|
-
img,
|
|
420
|
-
svg,
|
|
421
|
-
video,
|
|
422
|
-
canvas,
|
|
423
|
-
audio,
|
|
424
|
-
iframe,
|
|
425
|
-
embed,
|
|
426
|
-
object {
|
|
427
|
-
display: block;
|
|
428
|
-
/* 1 */
|
|
429
|
-
vertical-align: middle;
|
|
430
|
-
/* 2 */
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/*
|
|
434
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
435
|
-
*/
|
|
436
|
-
|
|
437
|
-
img,
|
|
438
|
-
video {
|
|
439
|
-
max-width: 100%;
|
|
440
|
-
height: auto;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
444
|
-
|
|
445
|
-
[hidden] {
|
|
446
|
-
display: none;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
450
|
-
-webkit-appearance: none;
|
|
451
|
-
-moz-appearance: none;
|
|
452
|
-
appearance: none;
|
|
453
|
-
background-color: #fff;
|
|
454
|
-
border-color: #6b7280;
|
|
455
|
-
border-width: 1px;
|
|
456
|
-
border-radius: 0px;
|
|
457
|
-
padding-top: 0.5rem;
|
|
458
|
-
padding-right: 0.75rem;
|
|
459
|
-
padding-bottom: 0.5rem;
|
|
460
|
-
padding-left: 0.75rem;
|
|
461
|
-
font-size: 1rem;
|
|
462
|
-
line-height: 1.5rem;
|
|
463
|
-
--tw-shadow: 0 0 #0000;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
467
|
-
outline: 2px solid transparent;
|
|
468
|
-
outline-offset: 2px;
|
|
469
|
-
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
470
|
-
--tw-ring-offset-width: 0px;
|
|
471
|
-
--tw-ring-offset-color: #fff;
|
|
472
|
-
--tw-ring-color: #2563eb;
|
|
473
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
474
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
475
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
476
|
-
border-color: #2563eb;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
480
|
-
color: #6b7280;
|
|
481
|
-
opacity: 1;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
input::placeholder,textarea::placeholder {
|
|
485
|
-
color: #6b7280;
|
|
486
|
-
opacity: 1;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
490
|
-
padding: 0;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
::-webkit-date-and-time-value {
|
|
494
|
-
min-height: 1.5em;
|
|
495
|
-
text-align: inherit;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
::-webkit-datetime-edit {
|
|
499
|
-
display: inline-flex;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
::-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 {
|
|
503
|
-
padding-top: 0;
|
|
504
|
-
padding-bottom: 0;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
select {
|
|
508
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
509
|
-
background-position: right 0.5rem center;
|
|
510
|
-
background-repeat: no-repeat;
|
|
511
|
-
background-size: 1.5em 1.5em;
|
|
512
|
-
padding-right: 2.5rem;
|
|
513
|
-
-webkit-print-color-adjust: exact;
|
|
514
|
-
print-color-adjust: exact;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
[multiple],[size]:where(select:not([size="1"])) {
|
|
518
|
-
background-image: initial;
|
|
519
|
-
background-position: initial;
|
|
520
|
-
background-repeat: unset;
|
|
521
|
-
background-size: initial;
|
|
522
|
-
padding-right: 0.75rem;
|
|
523
|
-
-webkit-print-color-adjust: unset;
|
|
524
|
-
print-color-adjust: unset;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
[type='checkbox'],[type='radio'] {
|
|
528
|
-
-webkit-appearance: none;
|
|
529
|
-
-moz-appearance: none;
|
|
530
|
-
appearance: none;
|
|
531
|
-
padding: 0;
|
|
532
|
-
-webkit-print-color-adjust: exact;
|
|
533
|
-
print-color-adjust: exact;
|
|
534
|
-
display: inline-block;
|
|
535
|
-
vertical-align: middle;
|
|
536
|
-
background-origin: border-box;
|
|
537
|
-
-webkit-user-select: none;
|
|
538
|
-
-moz-user-select: none;
|
|
539
|
-
user-select: none;
|
|
540
|
-
flex-shrink: 0;
|
|
541
|
-
height: 1rem;
|
|
542
|
-
width: 1rem;
|
|
543
|
-
color: #2563eb;
|
|
544
|
-
background-color: #fff;
|
|
545
|
-
border-color: #6b7280;
|
|
546
|
-
border-width: 1px;
|
|
547
|
-
--tw-shadow: 0 0 #0000;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
[type='checkbox'] {
|
|
551
|
-
border-radius: 0px;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
[type='radio'] {
|
|
555
|
-
border-radius: 100%;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
[type='checkbox']:focus,[type='radio']:focus {
|
|
559
|
-
outline: 2px solid transparent;
|
|
560
|
-
outline-offset: 2px;
|
|
561
|
-
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
562
|
-
--tw-ring-offset-width: 2px;
|
|
563
|
-
--tw-ring-offset-color: #fff;
|
|
564
|
-
--tw-ring-color: #2563eb;
|
|
565
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
566
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
567
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
[type='checkbox']:checked,[type='radio']:checked {
|
|
571
|
-
border-color: transparent;
|
|
572
|
-
background-color: currentColor;
|
|
573
|
-
background-size: 100% 100%;
|
|
574
|
-
background-position: center;
|
|
575
|
-
background-repeat: no-repeat;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
[type='checkbox']:checked {
|
|
579
|
-
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
@media (forced-colors: active) {
|
|
583
|
-
[type='checkbox']:checked {
|
|
584
|
-
-webkit-appearance: auto;
|
|
585
|
-
-moz-appearance: auto;
|
|
586
|
-
appearance: auto;
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
[type='radio']:checked {
|
|
591
|
-
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
@media (forced-colors: active) {
|
|
595
|
-
[type='radio']:checked {
|
|
596
|
-
-webkit-appearance: auto;
|
|
597
|
-
-moz-appearance: auto;
|
|
598
|
-
appearance: auto;
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
|
|
603
|
-
border-color: transparent;
|
|
604
|
-
background-color: currentColor;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
[type='checkbox']:indeterminate {
|
|
608
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
|
|
609
|
-
border-color: transparent;
|
|
610
|
-
background-color: currentColor;
|
|
611
|
-
background-size: 100% 100%;
|
|
612
|
-
background-position: center;
|
|
613
|
-
background-repeat: no-repeat;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
@media (forced-colors: active) {
|
|
617
|
-
[type='checkbox']:indeterminate {
|
|
618
|
-
-webkit-appearance: auto;
|
|
619
|
-
-moz-appearance: auto;
|
|
620
|
-
appearance: auto;
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
|
|
625
|
-
border-color: transparent;
|
|
626
|
-
background-color: currentColor;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
[type='file'] {
|
|
630
|
-
background: unset;
|
|
631
|
-
border-color: inherit;
|
|
632
|
-
border-width: 0;
|
|
633
|
-
border-radius: 0;
|
|
634
|
-
padding: 0;
|
|
635
|
-
font-size: unset;
|
|
636
|
-
line-height: inherit;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
[type='file']:focus {
|
|
640
|
-
outline: 1px solid ButtonText;
|
|
641
|
-
outline: 1px auto -webkit-focus-ring-color;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
*, ::before, ::after {
|
|
645
|
-
--tw-border-spacing-x: 0;
|
|
646
|
-
--tw-border-spacing-y: 0;
|
|
647
|
-
--tw-translate-x: 0;
|
|
648
|
-
--tw-translate-y: 0;
|
|
649
|
-
--tw-rotate: 0;
|
|
650
|
-
--tw-skew-x: 0;
|
|
651
|
-
--tw-skew-y: 0;
|
|
652
|
-
--tw-scale-x: 1;
|
|
653
|
-
--tw-scale-y: 1;
|
|
654
|
-
--tw-pan-x: ;
|
|
655
|
-
--tw-pan-y: ;
|
|
656
|
-
--tw-pinch-zoom: ;
|
|
657
|
-
--tw-scroll-snap-strictness: proximity;
|
|
658
|
-
--tw-gradient-from-position: ;
|
|
659
|
-
--tw-gradient-via-position: ;
|
|
660
|
-
--tw-gradient-to-position: ;
|
|
661
|
-
--tw-ordinal: ;
|
|
662
|
-
--tw-slashed-zero: ;
|
|
663
|
-
--tw-numeric-figure: ;
|
|
664
|
-
--tw-numeric-spacing: ;
|
|
665
|
-
--tw-numeric-fraction: ;
|
|
666
|
-
--tw-ring-inset: ;
|
|
667
|
-
--tw-ring-offset-width: 0px;
|
|
668
|
-
--tw-ring-offset-color: #fff;
|
|
669
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
670
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
671
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
672
|
-
--tw-shadow: 0 0 #0000;
|
|
673
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
674
|
-
--tw-blur: ;
|
|
675
|
-
--tw-brightness: ;
|
|
676
|
-
--tw-contrast: ;
|
|
677
|
-
--tw-grayscale: ;
|
|
678
|
-
--tw-hue-rotate: ;
|
|
679
|
-
--tw-invert: ;
|
|
680
|
-
--tw-saturate: ;
|
|
681
|
-
--tw-sepia: ;
|
|
682
|
-
--tw-drop-shadow: ;
|
|
683
|
-
--tw-backdrop-blur: ;
|
|
684
|
-
--tw-backdrop-brightness: ;
|
|
685
|
-
--tw-backdrop-contrast: ;
|
|
686
|
-
--tw-backdrop-grayscale: ;
|
|
687
|
-
--tw-backdrop-hue-rotate: ;
|
|
688
|
-
--tw-backdrop-invert: ;
|
|
689
|
-
--tw-backdrop-opacity: ;
|
|
690
|
-
--tw-backdrop-saturate: ;
|
|
691
|
-
--tw-backdrop-sepia: ;
|
|
692
|
-
--tw-contain-size: ;
|
|
693
|
-
--tw-contain-layout: ;
|
|
694
|
-
--tw-contain-paint: ;
|
|
695
|
-
--tw-contain-style: ;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
::backdrop {
|
|
699
|
-
--tw-border-spacing-x: 0;
|
|
700
|
-
--tw-border-spacing-y: 0;
|
|
701
|
-
--tw-translate-x: 0;
|
|
702
|
-
--tw-translate-y: 0;
|
|
703
|
-
--tw-rotate: 0;
|
|
704
|
-
--tw-skew-x: 0;
|
|
705
|
-
--tw-skew-y: 0;
|
|
706
|
-
--tw-scale-x: 1;
|
|
707
|
-
--tw-scale-y: 1;
|
|
708
|
-
--tw-pan-x: ;
|
|
709
|
-
--tw-pan-y: ;
|
|
710
|
-
--tw-pinch-zoom: ;
|
|
711
|
-
--tw-scroll-snap-strictness: proximity;
|
|
712
|
-
--tw-gradient-from-position: ;
|
|
713
|
-
--tw-gradient-via-position: ;
|
|
714
|
-
--tw-gradient-to-position: ;
|
|
715
|
-
--tw-ordinal: ;
|
|
716
|
-
--tw-slashed-zero: ;
|
|
717
|
-
--tw-numeric-figure: ;
|
|
718
|
-
--tw-numeric-spacing: ;
|
|
719
|
-
--tw-numeric-fraction: ;
|
|
720
|
-
--tw-ring-inset: ;
|
|
721
|
-
--tw-ring-offset-width: 0px;
|
|
722
|
-
--tw-ring-offset-color: #fff;
|
|
723
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
724
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
725
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
726
|
-
--tw-shadow: 0 0 #0000;
|
|
727
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
728
|
-
--tw-blur: ;
|
|
729
|
-
--tw-brightness: ;
|
|
730
|
-
--tw-contrast: ;
|
|
731
|
-
--tw-grayscale: ;
|
|
732
|
-
--tw-hue-rotate: ;
|
|
733
|
-
--tw-invert: ;
|
|
734
|
-
--tw-saturate: ;
|
|
735
|
-
--tw-sepia: ;
|
|
736
|
-
--tw-drop-shadow: ;
|
|
737
|
-
--tw-backdrop-blur: ;
|
|
738
|
-
--tw-backdrop-brightness: ;
|
|
739
|
-
--tw-backdrop-contrast: ;
|
|
740
|
-
--tw-backdrop-grayscale: ;
|
|
741
|
-
--tw-backdrop-hue-rotate: ;
|
|
742
|
-
--tw-backdrop-invert: ;
|
|
743
|
-
--tw-backdrop-opacity: ;
|
|
744
|
-
--tw-backdrop-saturate: ;
|
|
745
|
-
--tw-backdrop-sepia: ;
|
|
746
|
-
--tw-contain-size: ;
|
|
747
|
-
--tw-contain-layout: ;
|
|
748
|
-
--tw-contain-paint: ;
|
|
749
|
-
--tw-contain-style: ;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
@keyframes enter {
|
|
753
|
-
from {
|
|
754
|
-
opacity: var(--tw-enter-opacity, 1);
|
|
755
|
-
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
@keyframes exit {
|
|
760
|
-
to {
|
|
761
|
-
opacity: var(--tw-exit-opacity, 1);
|
|
762
|
-
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
/* @layer base {
|
|
767
|
-
html {
|
|
768
|
-
@apply text-400 text-uiText [scroll-behavior:smooth];
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
@layer components {
|
|
773
|
-
.track * {
|
|
774
|
-
@apply pointer-events-none;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.stretched-link::after {
|
|
778
|
-
@apply content-[''] absolute inset-0 z-[1] pointer-events-auto bg-transparent;
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.fit-content{
|
|
783
|
-
height:fit-content;
|
|
784
|
-
} */
|