uibee 2.17.5 → 3.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/README.md +34 -0
- package/dist/icons-lZYQ6Vlr.js +125 -0
- package/dist/src/components/index.d.ts +706 -30
- package/dist/src/components/index.js +3244 -44
- package/dist/src/hooks/index.d.ts +15 -3
- package/dist/src/hooks/index.js +44 -3
- package/dist/src/icons/index.d.ts +420 -0
- package/dist/src/icons/index.js +3 -0
- package/dist/src/styles/index.d.ts +1 -1
- package/dist/src/styles/index.js +2 -1
- package/dist/src/utils/index.d.ts +38 -5
- package/dist/src/utils/index.js +125 -6
- package/dist/{src/globals.css → style.css} +904 -779
- package/dist/useClickOutside-Cmp-RsP3.js +13 -0
- package/index.d.ts +0 -1
- package/package.json +22 -23
- package/src/components/alert/alert.tsx +20 -18
- package/src/components/buttons/button.tsx +28 -35
- package/src/components/confirm/confirmPopup.tsx +15 -17
- package/src/components/container/accordion.tsx +54 -0
- package/src/components/container/glassCard.tsx +14 -0
- package/src/components/container/iconBubble.tsx +30 -0
- package/src/components/container/leftBarPanel.tsx +15 -0
- package/src/components/container/pulseDot.tsx +31 -0
- package/src/components/container/statCard.tsx +24 -0
- package/src/components/container/tabs.tsx +64 -0
- package/src/components/footer/footer.tsx +124 -0
- package/src/components/footer/loginContent.tsx +70 -0
- package/src/components/index.ts +15 -0
- package/src/components/inputs/checkbox.tsx +4 -4
- package/src/components/inputs/input.tsx +11 -13
- package/src/components/inputs/multiSelect.tsx +144 -0
- package/src/components/inputs/radio.tsx +4 -4
- package/src/components/inputs/range.tsx +6 -5
- package/src/components/inputs/searchInput.tsx +1 -1
- package/src/components/inputs/select.tsx +19 -18
- package/src/components/inputs/shared/colorPickerPopup.tsx +5 -5
- package/src/components/inputs/shared/dateTimePickerPopup.tsx +9 -9
- package/src/components/inputs/shared/inputError.tsx +1 -1
- package/src/components/inputs/switch.tsx +9 -10
- package/src/components/inputs/tagInput.tsx +6 -7
- package/src/components/inputs/textarea.tsx +8 -10
- package/src/components/inputs/toggle.tsx +6 -6
- package/src/components/table/body.tsx +6 -6
- package/src/components/table/format.ts +1 -1
- package/src/components/table/header.tsx +1 -1
- package/src/components/table/pagination.tsx +17 -31
- package/src/components/table/table.tsx +2 -2
- package/src/components/version/version.tsx +1 -1
- package/src/components/vulnerability/constants.ts +6 -6
- package/src/components/vulnerability/severityPill.tsx +6 -7
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useClickOutside.ts +5 -22
- package/src/icons/icons.tsx +431 -0
- package/src/icons/index.ts +2 -0
- package/src/index.ts +0 -1
- package/src/types/hooks.d.ts +8 -2
- package/src/utils/index.ts +1 -1
- package/src/utils/logoConsoleOutput/logoConsoleOutput.ts +31 -0
- package/tsconfig.json +3 -2
- package/tsdown.config.ts +26 -0
- package/Readme.md +0 -29
- package/bun.lock +0 -662
- package/dist/src/components/alert/alert.d.ts +0 -8
- package/dist/src/components/alert/alert.js +0 -15
- package/dist/src/components/buttons/button.d.ts +0 -13
- package/dist/src/components/buttons/button.js +0 -30
- package/dist/src/components/confirm/confirmPopup.d.ts +0 -12
- package/dist/src/components/confirm/confirmPopup.js +0 -18
- package/dist/src/components/container/highlight.d.ts +0 -4
- package/dist/src/components/container/highlight.js +0 -4
- package/dist/src/components/container/page.d.ts +0 -8
- package/dist/src/components/container/page.js +0 -4
- package/dist/src/components/inputs/checkbox.d.ts +0 -17
- package/dist/src/components/inputs/checkbox.js +0 -37
- package/dist/src/components/inputs/input.d.ts +0 -12
- package/dist/src/components/inputs/input.js +0 -124
- package/dist/src/components/inputs/radio.d.ts +0 -17
- package/dist/src/components/inputs/radio.js +0 -27
- package/dist/src/components/inputs/range.d.ts +0 -11
- package/dist/src/components/inputs/range.js +0 -22
- package/dist/src/components/inputs/searchInput.d.ts +0 -6
- package/dist/src/components/inputs/searchInput.js +0 -42
- package/dist/src/components/inputs/select.d.ts +0 -23
- package/dist/src/components/inputs/select.js +0 -70
- package/dist/src/components/inputs/shared/colorPickerPopup.d.ts +0 -8
- package/dist/src/components/inputs/shared/colorPickerPopup.js +0 -191
- package/dist/src/components/inputs/shared/dateTimePickerPopup.d.ts +0 -9
- package/dist/src/components/inputs/shared/dateTimePickerPopup.js +0 -128
- package/dist/src/components/inputs/shared/fieldWrapper.d.ts +0 -14
- package/dist/src/components/inputs/shared/fieldWrapper.js +0 -8
- package/dist/src/components/inputs/shared/index.d.ts +0 -5
- package/dist/src/components/inputs/shared/index.js +0 -5
- package/dist/src/components/inputs/shared/inputError.d.ts +0 -6
- package/dist/src/components/inputs/shared/inputError.js +0 -6
- package/dist/src/components/inputs/shared/inputInfo.d.ts +0 -5
- package/dist/src/components/inputs/shared/inputInfo.js +0 -5
- package/dist/src/components/inputs/shared/inputLabel.d.ts +0 -9
- package/dist/src/components/inputs/shared/inputLabel.js +0 -4
- package/dist/src/components/inputs/switch.d.ts +0 -11
- package/dist/src/components/inputs/switch.js +0 -14
- package/dist/src/components/inputs/tagInput.d.ts +0 -15
- package/dist/src/components/inputs/tagInput.js +0 -40
- package/dist/src/components/inputs/textarea.d.ts +0 -11
- package/dist/src/components/inputs/textarea.js +0 -36
- package/dist/src/components/inputs/toggle.d.ts +0 -14
- package/dist/src/components/inputs/toggle.js +0 -12
- package/dist/src/components/login/loginPage.d.ts +0 -2
- package/dist/src/components/login/loginPage.js +0 -18
- package/dist/src/components/logo/logo.d.ts +0 -5
- package/dist/src/components/logo/logo.js +0 -6
- package/dist/src/components/logo/logoSmall.d.ts +0 -1
- package/dist/src/components/logo/logoSmall.js +0 -6
- package/dist/src/components/markdownrender/markdownRender.d.ts +0 -7
- package/dist/src/components/markdownrender/markdownRender.js +0 -26
- package/dist/src/components/navbar/bubble.d.ts +0 -14
- package/dist/src/components/navbar/bubble.js +0 -8
- package/dist/src/components/navbar/navbar.d.ts +0 -34
- package/dist/src/components/navbar/navbar.js +0 -36
- package/dist/src/components/navbar/navbarDropdown.d.ts +0 -7
- package/dist/src/components/navbar/navbarDropdown.js +0 -19
- package/dist/src/components/navbar/navbarItem.d.ts +0 -11
- package/dist/src/components/navbar/navbarItem.js +0 -12
- package/dist/src/components/table/body.d.ts +0 -15
- package/dist/src/components/table/body.js +0 -116
- package/dist/src/components/table/format.d.ts +0 -1
- package/dist/src/components/table/format.js +0 -27
- package/dist/src/components/table/header.d.ts +0 -8
- package/dist/src/components/table/header.js +0 -47
- package/dist/src/components/table/menu.d.ts +0 -17
- package/dist/src/components/table/menu.js +0 -30
- package/dist/src/components/table/pagination.d.ts +0 -6
- package/dist/src/components/table/pagination.js +0 -86
- package/dist/src/components/table/table.d.ts +0 -14
- package/dist/src/components/table/table.js +0 -14
- package/dist/src/components/toast/toastItem.d.ts +0 -2
- package/dist/src/components/toast/toastItem.js +0 -38
- package/dist/src/components/toast/toaster.d.ts +0 -9
- package/dist/src/components/toast/toaster.js +0 -86
- package/dist/src/components/toggle/language.d.ts +0 -4
- package/dist/src/components/toggle/language.js +0 -29
- package/dist/src/components/toggle/theme.d.ts +0 -3
- package/dist/src/components/toggle/theme.js +0 -30
- package/dist/src/components/version/version.d.ts +0 -7
- package/dist/src/components/version/version.js +0 -12
- package/dist/src/components/vulnerability/constants.d.ts +0 -4
- package/dist/src/components/vulnerability/constants.js +0 -14
- package/dist/src/components/vulnerability/severityPill.d.ts +0 -8
- package/dist/src/components/vulnerability/severityPill.js +0 -8
- package/dist/src/hooks/useClickOutside.d.ts +0 -2
- package/dist/src/hooks/useClickOutside.js +0 -27
- package/dist/src/hooks/useDarkMode.d.ts +0 -1
- package/dist/src/hooks/useDarkMode.js +0 -17
- package/dist/src/hooks/useVisibility.d.ts +0 -4
- package/dist/src/hooks/useVisibility.js +0 -23
- package/dist/src/index.d.ts +0 -5
- package/dist/src/index.js +0 -5
- package/dist/src/scripts/buildCss.d.ts +0 -1
- package/dist/src/scripts/buildCss.js +0 -22
- package/dist/src/scripts/index.d.ts +0 -1
- package/dist/src/scripts/index.js +0 -1
- package/dist/src/scripts/rewriteAlias.d.ts +0 -1
- package/dist/src/scripts/rewriteAlias.js +0 -31
- package/dist/src/utils/LogoConsoleOutput/LogoConsoleOutput.d.ts +0 -1
- package/dist/src/utils/LogoConsoleOutput/LogoConsoleOutput.js +0 -44
- package/dist/src/utils/auth/callback.d.ts +0 -2
- package/dist/src/utils/auth/callback.js +0 -63
- package/dist/src/utils/auth/getDomain.d.ts +0 -2
- package/dist/src/utils/auth/getDomain.js +0 -6
- package/dist/src/utils/auth/login.d.ts +0 -3
- package/dist/src/utils/auth/login.js +0 -14
- package/dist/src/utils/auth/logout.d.ts +0 -3
- package/dist/src/utils/auth/logout.js +0 -18
- package/dist/src/utils/auth/token.d.ts +0 -3
- package/dist/src/utils/auth/token.js +0 -33
- package/dist/tailwind.config.d.ts +0 -3
- package/dist/tailwind.config.js +0 -7
- package/src/scripts/buildCss.ts +0 -25
- package/src/scripts/index.ts +0 -1
- package/src/scripts/rewriteAlias.ts +0 -39
- package/src/utils/LogoConsoleOutput/LogoConsoleOutput.ts +0 -61
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -8,34 +8,32 @@
|
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
10
|
--color-red-200: oklch(88.5% 0.062 18.334);
|
|
11
|
+
--color-red-300: oklch(80.8% 0.114 19.571);
|
|
11
12
|
--color-red-400: oklch(70.4% 0.191 22.216);
|
|
12
13
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
13
14
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
14
|
-
--color-red-700: oklch(50.5% 0.213 27.518);
|
|
15
|
-
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
16
|
-
--color-orange-200: oklch(90.1% 0.076 70.697);
|
|
17
|
-
--color-orange-400: oklch(75% 0.183 55.934);
|
|
18
15
|
--color-orange-500: oklch(70.5% 0.213 47.604);
|
|
19
|
-
--color-amber-200: oklch(92.4% 0.12 95.746);
|
|
20
16
|
--color-amber-400: oklch(82.8% 0.189 84.429);
|
|
21
17
|
--color-amber-500: oklch(76.9% 0.188 70.08);
|
|
22
18
|
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
23
19
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
24
|
-
--color-yellow-600: oklch(68.1% 0.162 75.834);
|
|
25
20
|
--color-green-400: oklch(79.2% 0.209 151.711);
|
|
26
21
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
27
22
|
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
28
|
-
--color-
|
|
23
|
+
--color-emerald-400: oklch(76.5% 0.177 163.223);
|
|
24
|
+
--color-emerald-500: oklch(69.6% 0.17 162.48);
|
|
29
25
|
--color-sky-400: oklch(74.6% 0.16 232.661);
|
|
30
26
|
--color-sky-500: oklch(68.5% 0.169 237.323);
|
|
31
27
|
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
32
28
|
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
33
29
|
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
30
|
+
--color-violet-400: oklch(70.2% 0.183 293.541);
|
|
31
|
+
--color-violet-500: oklch(60.6% 0.25 292.717);
|
|
32
|
+
--color-rose-400: oklch(71.2% 0.194 13.428);
|
|
33
|
+
--color-rose-500: oklch(64.5% 0.246 16.439);
|
|
34
34
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
35
|
-
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
36
35
|
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
37
36
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
38
|
-
--color-gray-900: oklch(21% 0.034 264.665);
|
|
39
37
|
--color-black: #000;
|
|
40
38
|
--color-white: #fff;
|
|
41
39
|
--spacing: 0.25rem;
|
|
@@ -64,6 +62,7 @@
|
|
|
64
62
|
--font-weight-extrabold: 800;
|
|
65
63
|
--tracking-tight: -0.025em;
|
|
66
64
|
--tracking-wider: 0.05em;
|
|
65
|
+
--tracking-widest: 0.1em;
|
|
67
66
|
--leading-snug: 1.375;
|
|
68
67
|
--leading-relaxed: 1.625;
|
|
69
68
|
--radius-xs: 0.125rem;
|
|
@@ -73,6 +72,7 @@
|
|
|
73
72
|
--radius-xl: 0.75rem;
|
|
74
73
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
75
74
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
75
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
76
76
|
--blur-sm: 8px;
|
|
77
77
|
--blur-xl: 24px;
|
|
78
78
|
--default-transition-duration: 150ms;
|
|
@@ -95,13 +95,18 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
@layer base {
|
|
98
|
-
*,
|
|
98
|
+
*,
|
|
99
|
+
::after,
|
|
100
|
+
::before,
|
|
101
|
+
::backdrop,
|
|
102
|
+
::file-selector-button {
|
|
99
103
|
box-sizing: border-box;
|
|
100
104
|
margin: 0;
|
|
101
105
|
padding: 0;
|
|
102
106
|
border: 0 solid;
|
|
103
107
|
}
|
|
104
|
-
html,
|
|
108
|
+
html,
|
|
109
|
+
:host {
|
|
105
110
|
line-height: 1.5;
|
|
106
111
|
-webkit-text-size-adjust: 100%;
|
|
107
112
|
tab-size: 4;
|
|
@@ -119,7 +124,12 @@
|
|
|
119
124
|
-webkit-text-decoration: underline dotted;
|
|
120
125
|
text-decoration: underline dotted;
|
|
121
126
|
}
|
|
122
|
-
h1,
|
|
127
|
+
h1,
|
|
128
|
+
h2,
|
|
129
|
+
h3,
|
|
130
|
+
h4,
|
|
131
|
+
h5,
|
|
132
|
+
h6 {
|
|
123
133
|
font-size: inherit;
|
|
124
134
|
font-weight: inherit;
|
|
125
135
|
}
|
|
@@ -128,10 +138,14 @@
|
|
|
128
138
|
-webkit-text-decoration: inherit;
|
|
129
139
|
text-decoration: inherit;
|
|
130
140
|
}
|
|
131
|
-
b,
|
|
141
|
+
b,
|
|
142
|
+
strong {
|
|
132
143
|
font-weight: bolder;
|
|
133
144
|
}
|
|
134
|
-
code,
|
|
145
|
+
code,
|
|
146
|
+
kbd,
|
|
147
|
+
samp,
|
|
148
|
+
pre {
|
|
135
149
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
136
150
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
137
151
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
@@ -140,7 +154,8 @@
|
|
|
140
154
|
small {
|
|
141
155
|
font-size: 80%;
|
|
142
156
|
}
|
|
143
|
-
sub,
|
|
157
|
+
sub,
|
|
158
|
+
sup {
|
|
144
159
|
font-size: 75%;
|
|
145
160
|
line-height: 0;
|
|
146
161
|
position: relative;
|
|
@@ -166,18 +181,33 @@
|
|
|
166
181
|
summary {
|
|
167
182
|
display: list-item;
|
|
168
183
|
}
|
|
169
|
-
ol,
|
|
184
|
+
ol,
|
|
185
|
+
ul,
|
|
186
|
+
menu {
|
|
170
187
|
list-style: none;
|
|
171
188
|
}
|
|
172
|
-
img,
|
|
189
|
+
img,
|
|
190
|
+
svg,
|
|
191
|
+
video,
|
|
192
|
+
canvas,
|
|
193
|
+
audio,
|
|
194
|
+
iframe,
|
|
195
|
+
embed,
|
|
196
|
+
object {
|
|
173
197
|
display: block;
|
|
174
198
|
vertical-align: middle;
|
|
175
199
|
}
|
|
176
|
-
img,
|
|
200
|
+
img,
|
|
201
|
+
video {
|
|
177
202
|
max-width: 100%;
|
|
178
203
|
height: auto;
|
|
179
204
|
}
|
|
180
|
-
button,
|
|
205
|
+
button,
|
|
206
|
+
input,
|
|
207
|
+
select,
|
|
208
|
+
optgroup,
|
|
209
|
+
textarea,
|
|
210
|
+
::file-selector-button {
|
|
181
211
|
font: inherit;
|
|
182
212
|
font-feature-settings: inherit;
|
|
183
213
|
font-variation-settings: inherit;
|
|
@@ -199,7 +229,8 @@
|
|
|
199
229
|
::placeholder {
|
|
200
230
|
opacity: 1;
|
|
201
231
|
}
|
|
202
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or
|
|
232
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or
|
|
233
|
+
(contain-intrinsic-size: 1px) {
|
|
203
234
|
::placeholder {
|
|
204
235
|
color: currentcolor;
|
|
205
236
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -223,7 +254,15 @@
|
|
|
223
254
|
::-webkit-datetime-edit-fields-wrapper {
|
|
224
255
|
padding: 0;
|
|
225
256
|
}
|
|
226
|
-
::-webkit-datetime-edit,
|
|
257
|
+
::-webkit-datetime-edit,
|
|
258
|
+
::-webkit-datetime-edit-year-field,
|
|
259
|
+
::-webkit-datetime-edit-month-field,
|
|
260
|
+
::-webkit-datetime-edit-day-field,
|
|
261
|
+
::-webkit-datetime-edit-hour-field,
|
|
262
|
+
::-webkit-datetime-edit-minute-field,
|
|
263
|
+
::-webkit-datetime-edit-second-field,
|
|
264
|
+
::-webkit-datetime-edit-millisecond-field,
|
|
265
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
227
266
|
padding-block: 0;
|
|
228
267
|
}
|
|
229
268
|
::-webkit-calendar-picker-indicator {
|
|
@@ -232,10 +271,13 @@
|
|
|
232
271
|
:-moz-ui-invalid {
|
|
233
272
|
box-shadow: none;
|
|
234
273
|
}
|
|
235
|
-
button,
|
|
274
|
+
button,
|
|
275
|
+
input:where([type="button"], [type="reset"], [type="submit"]),
|
|
276
|
+
::file-selector-button {
|
|
236
277
|
appearance: button;
|
|
237
278
|
}
|
|
238
|
-
::-webkit-inner-spin-button,
|
|
279
|
+
::-webkit-inner-spin-button,
|
|
280
|
+
::-webkit-outer-spin-button {
|
|
239
281
|
height: auto;
|
|
240
282
|
}
|
|
241
283
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
@@ -322,16 +364,10 @@
|
|
|
322
364
|
position: sticky;
|
|
323
365
|
}
|
|
324
366
|
.inset-0 {
|
|
325
|
-
inset:
|
|
367
|
+
inset: 0;
|
|
326
368
|
}
|
|
327
369
|
.inset-y-0 {
|
|
328
|
-
inset-block:
|
|
329
|
-
}
|
|
330
|
-
.start {
|
|
331
|
-
inset-inline-start: var(--spacing);
|
|
332
|
-
}
|
|
333
|
-
.end {
|
|
334
|
-
inset-inline-end: var(--spacing);
|
|
370
|
+
inset-block: 0;
|
|
335
371
|
}
|
|
336
372
|
.anchor-popup {
|
|
337
373
|
top: 100%;
|
|
@@ -345,7 +381,7 @@
|
|
|
345
381
|
top: calc(var(--spacing) * -3);
|
|
346
382
|
}
|
|
347
383
|
.top-0 {
|
|
348
|
-
top:
|
|
384
|
+
top: 0;
|
|
349
385
|
}
|
|
350
386
|
.top-1\/2 {
|
|
351
387
|
top: calc(1 / 2 * 100%);
|
|
@@ -369,7 +405,7 @@
|
|
|
369
405
|
top: calc(var(--spacing) * 16);
|
|
370
406
|
}
|
|
371
407
|
.right-0 {
|
|
372
|
-
right:
|
|
408
|
+
right: 0;
|
|
373
409
|
}
|
|
374
410
|
.right-2 {
|
|
375
411
|
right: calc(var(--spacing) * 2);
|
|
@@ -378,13 +414,16 @@
|
|
|
378
414
|
right: calc(var(--spacing) * 4);
|
|
379
415
|
}
|
|
380
416
|
.bottom-0 {
|
|
381
|
-
bottom:
|
|
417
|
+
bottom: 0;
|
|
382
418
|
}
|
|
383
419
|
.bottom-4 {
|
|
384
420
|
bottom: calc(var(--spacing) * 4);
|
|
385
421
|
}
|
|
386
422
|
.left-0 {
|
|
387
|
-
left:
|
|
423
|
+
left: 0;
|
|
424
|
+
}
|
|
425
|
+
.left-0\.5 {
|
|
426
|
+
left: calc(var(--spacing) * 0.5);
|
|
388
427
|
}
|
|
389
428
|
.left-1\/2 {
|
|
390
429
|
left: calc(1 / 2 * 100%);
|
|
@@ -422,96 +461,99 @@
|
|
|
422
461
|
.mx-auto {
|
|
423
462
|
margin-inline: auto;
|
|
424
463
|
}
|
|
464
|
+
.my-auto {
|
|
465
|
+
margin-block: auto;
|
|
466
|
+
}
|
|
425
467
|
.prose {
|
|
426
468
|
color: var(--tw-prose-body);
|
|
427
469
|
max-width: 65ch;
|
|
428
|
-
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
470
|
+
:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
429
471
|
margin-top: 1.25em;
|
|
430
472
|
margin-bottom: 1.25em;
|
|
431
473
|
}
|
|
432
|
-
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
474
|
+
:where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
433
475
|
color: var(--tw-prose-lead);
|
|
434
476
|
font-size: 1.25em;
|
|
435
477
|
line-height: 1.6;
|
|
436
478
|
margin-top: 1.2em;
|
|
437
479
|
margin-bottom: 1.2em;
|
|
438
480
|
}
|
|
439
|
-
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
481
|
+
:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
440
482
|
color: var(--tw-prose-links);
|
|
441
483
|
text-decoration: underline;
|
|
442
484
|
font-weight: 500;
|
|
443
485
|
}
|
|
444
|
-
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
486
|
+
:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
445
487
|
color: var(--tw-prose-bold);
|
|
446
488
|
font-weight: 600;
|
|
447
489
|
}
|
|
448
|
-
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
490
|
+
:where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
449
491
|
color: inherit;
|
|
450
492
|
}
|
|
451
|
-
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
493
|
+
:where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
452
494
|
color: inherit;
|
|
453
495
|
}
|
|
454
|
-
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
496
|
+
:where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
455
497
|
color: inherit;
|
|
456
498
|
}
|
|
457
|
-
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
499
|
+
:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
458
500
|
list-style-type: decimal;
|
|
459
501
|
margin-top: 1.25em;
|
|
460
502
|
margin-bottom: 1.25em;
|
|
461
503
|
padding-inline-start: 1.625em;
|
|
462
504
|
}
|
|
463
|
-
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
505
|
+
:where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
464
506
|
list-style-type: upper-alpha;
|
|
465
507
|
}
|
|
466
|
-
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
508
|
+
:where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
467
509
|
list-style-type: lower-alpha;
|
|
468
510
|
}
|
|
469
|
-
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
511
|
+
:where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
470
512
|
list-style-type: upper-alpha;
|
|
471
513
|
}
|
|
472
|
-
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
514
|
+
:where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
473
515
|
list-style-type: lower-alpha;
|
|
474
516
|
}
|
|
475
|
-
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
517
|
+
:where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
476
518
|
list-style-type: upper-roman;
|
|
477
519
|
}
|
|
478
|
-
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
520
|
+
:where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
479
521
|
list-style-type: lower-roman;
|
|
480
522
|
}
|
|
481
|
-
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
523
|
+
:where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
482
524
|
list-style-type: upper-roman;
|
|
483
525
|
}
|
|
484
|
-
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
526
|
+
:where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
485
527
|
list-style-type: lower-roman;
|
|
486
528
|
}
|
|
487
|
-
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
529
|
+
:where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
488
530
|
list-style-type: decimal;
|
|
489
531
|
}
|
|
490
|
-
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
532
|
+
:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
491
533
|
list-style-type: disc;
|
|
492
534
|
margin-top: 1.25em;
|
|
493
535
|
margin-bottom: 1.25em;
|
|
494
536
|
padding-inline-start: 1.625em;
|
|
495
537
|
}
|
|
496
|
-
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
538
|
+
:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
|
|
497
539
|
font-weight: 400;
|
|
498
540
|
color: var(--tw-prose-counters);
|
|
499
541
|
}
|
|
500
|
-
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
542
|
+
:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
|
|
501
543
|
color: var(--tw-prose-bullets);
|
|
502
544
|
}
|
|
503
|
-
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
545
|
+
:where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
504
546
|
color: var(--tw-prose-headings);
|
|
505
547
|
font-weight: 600;
|
|
506
548
|
margin-top: 1.25em;
|
|
507
549
|
}
|
|
508
|
-
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
550
|
+
:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
509
551
|
border-color: var(--tw-prose-hr);
|
|
510
552
|
border-top-width: 1px;
|
|
511
553
|
margin-top: 3em;
|
|
512
554
|
margin-bottom: 3em;
|
|
513
555
|
}
|
|
514
|
-
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
556
|
+
:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
515
557
|
font-weight: 500;
|
|
516
558
|
font-style: italic;
|
|
517
559
|
color: var(--tw-prose-quotes);
|
|
@@ -522,13 +564,13 @@
|
|
|
522
564
|
margin-bottom: 1.6em;
|
|
523
565
|
padding-inline-start: 1em;
|
|
524
566
|
}
|
|
525
|
-
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
567
|
+
:where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
|
|
526
568
|
content: open-quote;
|
|
527
569
|
}
|
|
528
|
-
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
570
|
+
:where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
|
|
529
571
|
content: close-quote;
|
|
530
572
|
}
|
|
531
|
-
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
573
|
+
:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
532
574
|
color: var(--tw-prose-headings);
|
|
533
575
|
font-weight: 800;
|
|
534
576
|
font-size: 2.25em;
|
|
@@ -536,11 +578,11 @@
|
|
|
536
578
|
margin-bottom: 0.8888889em;
|
|
537
579
|
line-height: 1.1111111;
|
|
538
580
|
}
|
|
539
|
-
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
581
|
+
:where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
540
582
|
font-weight: 900;
|
|
541
583
|
color: inherit;
|
|
542
584
|
}
|
|
543
|
-
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
585
|
+
:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
544
586
|
color: var(--tw-prose-headings);
|
|
545
587
|
font-weight: 700;
|
|
546
588
|
font-size: 1.5em;
|
|
@@ -548,11 +590,11 @@
|
|
|
548
590
|
margin-bottom: 1em;
|
|
549
591
|
line-height: 1.3333333;
|
|
550
592
|
}
|
|
551
|
-
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
593
|
+
:where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
552
594
|
font-weight: 800;
|
|
553
595
|
color: inherit;
|
|
554
596
|
}
|
|
555
|
-
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
597
|
+
:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
556
598
|
color: var(--tw-prose-headings);
|
|
557
599
|
font-weight: 600;
|
|
558
600
|
font-size: 1.25em;
|
|
@@ -560,35 +602,35 @@
|
|
|
560
602
|
margin-bottom: 0.6em;
|
|
561
603
|
line-height: 1.6;
|
|
562
604
|
}
|
|
563
|
-
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
605
|
+
:where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
564
606
|
font-weight: 700;
|
|
565
607
|
color: inherit;
|
|
566
608
|
}
|
|
567
|
-
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
609
|
+
:where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
568
610
|
color: var(--tw-prose-headings);
|
|
569
611
|
font-weight: 600;
|
|
570
612
|
margin-top: 1.5em;
|
|
571
613
|
margin-bottom: 0.5em;
|
|
572
614
|
line-height: 1.5;
|
|
573
615
|
}
|
|
574
|
-
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
616
|
+
:where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
575
617
|
font-weight: 700;
|
|
576
618
|
color: inherit;
|
|
577
619
|
}
|
|
578
|
-
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
620
|
+
:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
579
621
|
margin-top: 2em;
|
|
580
622
|
margin-bottom: 2em;
|
|
581
623
|
}
|
|
582
|
-
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
624
|
+
:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
583
625
|
display: block;
|
|
584
626
|
margin-top: 2em;
|
|
585
627
|
margin-bottom: 2em;
|
|
586
628
|
}
|
|
587
|
-
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
629
|
+
:where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
588
630
|
margin-top: 2em;
|
|
589
631
|
margin-bottom: 2em;
|
|
590
632
|
}
|
|
591
|
-
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
633
|
+
:where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
592
634
|
font-weight: 500;
|
|
593
635
|
font-family: inherit;
|
|
594
636
|
color: var(--tw-prose-kbd);
|
|
@@ -600,41 +642,41 @@
|
|
|
600
642
|
padding-bottom: 0.1875em;
|
|
601
643
|
padding-inline-start: 0.375em;
|
|
602
644
|
}
|
|
603
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
645
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
604
646
|
color: var(--tw-prose-code);
|
|
605
647
|
font-weight: 600;
|
|
606
648
|
font-size: 0.875em;
|
|
607
649
|
}
|
|
608
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
650
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
|
|
609
651
|
content: "`";
|
|
610
652
|
}
|
|
611
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
653
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
|
|
612
654
|
content: "`";
|
|
613
655
|
}
|
|
614
|
-
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
656
|
+
:where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
615
657
|
color: inherit;
|
|
616
658
|
}
|
|
617
|
-
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
659
|
+
:where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
618
660
|
color: inherit;
|
|
619
661
|
}
|
|
620
|
-
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
662
|
+
:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
621
663
|
color: inherit;
|
|
622
664
|
font-size: 0.875em;
|
|
623
665
|
}
|
|
624
|
-
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
666
|
+
:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
625
667
|
color: inherit;
|
|
626
668
|
font-size: 0.9em;
|
|
627
669
|
}
|
|
628
|
-
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
670
|
+
:where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
629
671
|
color: inherit;
|
|
630
672
|
}
|
|
631
|
-
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
673
|
+
:where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
632
674
|
color: inherit;
|
|
633
675
|
}
|
|
634
|
-
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
676
|
+
:where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
635
677
|
color: inherit;
|
|
636
678
|
}
|
|
637
|
-
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
679
|
+
:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
638
680
|
color: var(--tw-prose-pre-code);
|
|
639
681
|
background-color: var(--tw-prose-pre-bg);
|
|
640
682
|
overflow-x: auto;
|
|
@@ -649,7 +691,7 @@
|
|
|
649
691
|
padding-bottom: 0.8571429em;
|
|
650
692
|
padding-inline-start: 1.1428571em;
|
|
651
693
|
}
|
|
652
|
-
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
694
|
+
:where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
653
695
|
background-color: transparent;
|
|
654
696
|
border-width: 0;
|
|
655
697
|
border-radius: 0;
|
|
@@ -660,13 +702,13 @@
|
|
|
660
702
|
font-family: inherit;
|
|
661
703
|
line-height: inherit;
|
|
662
704
|
}
|
|
663
|
-
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
705
|
+
:where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
|
|
664
706
|
content: none;
|
|
665
707
|
}
|
|
666
|
-
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
708
|
+
:where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
|
|
667
709
|
content: none;
|
|
668
710
|
}
|
|
669
|
-
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
711
|
+
:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
670
712
|
width: 100%;
|
|
671
713
|
table-layout: auto;
|
|
672
714
|
margin-top: 2em;
|
|
@@ -674,11 +716,11 @@
|
|
|
674
716
|
font-size: 0.875em;
|
|
675
717
|
line-height: 1.7142857;
|
|
676
718
|
}
|
|
677
|
-
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
719
|
+
:where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
678
720
|
border-bottom-width: 1px;
|
|
679
721
|
border-bottom-color: var(--tw-prose-th-borders);
|
|
680
722
|
}
|
|
681
|
-
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
723
|
+
:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
682
724
|
color: var(--tw-prose-headings);
|
|
683
725
|
font-weight: 600;
|
|
684
726
|
vertical-align: bottom;
|
|
@@ -686,31 +728,31 @@
|
|
|
686
728
|
padding-bottom: 0.5714286em;
|
|
687
729
|
padding-inline-start: 0.5714286em;
|
|
688
730
|
}
|
|
689
|
-
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
731
|
+
:where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
690
732
|
border-bottom-width: 1px;
|
|
691
733
|
border-bottom-color: var(--tw-prose-td-borders);
|
|
692
734
|
}
|
|
693
|
-
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
735
|
+
:where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
694
736
|
border-bottom-width: 0;
|
|
695
737
|
}
|
|
696
|
-
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
738
|
+
:where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
697
739
|
vertical-align: baseline;
|
|
698
740
|
}
|
|
699
|
-
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
741
|
+
:where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
700
742
|
border-top-width: 1px;
|
|
701
743
|
border-top-color: var(--tw-prose-th-borders);
|
|
702
744
|
}
|
|
703
|
-
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
745
|
+
:where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
704
746
|
vertical-align: top;
|
|
705
747
|
}
|
|
706
|
-
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
748
|
+
:where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
707
749
|
text-align: start;
|
|
708
750
|
}
|
|
709
|
-
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
751
|
+
:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
710
752
|
margin-top: 0;
|
|
711
753
|
margin-bottom: 0;
|
|
712
754
|
}
|
|
713
|
-
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
755
|
+
:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
714
756
|
color: var(--tw-prose-captions);
|
|
715
757
|
font-size: 0.875em;
|
|
716
758
|
line-height: 1.4285714;
|
|
@@ -754,86 +796,86 @@
|
|
|
754
796
|
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
|
|
755
797
|
font-size: 1rem;
|
|
756
798
|
line-height: 1.75;
|
|
757
|
-
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
799
|
+
:where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
758
800
|
margin-top: 0;
|
|
759
801
|
margin-bottom: 0;
|
|
760
802
|
}
|
|
761
|
-
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
803
|
+
:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
762
804
|
margin-top: 0.5em;
|
|
763
805
|
margin-bottom: 0.5em;
|
|
764
806
|
}
|
|
765
|
-
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
807
|
+
:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
766
808
|
padding-inline-start: 0.375em;
|
|
767
809
|
}
|
|
768
|
-
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
810
|
+
:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
769
811
|
padding-inline-start: 0.375em;
|
|
770
812
|
}
|
|
771
|
-
:where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
813
|
+
:where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
772
814
|
margin-top: 0.75em;
|
|
773
815
|
margin-bottom: 0.75em;
|
|
774
816
|
}
|
|
775
|
-
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
817
|
+
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
776
818
|
margin-top: 1.25em;
|
|
777
819
|
}
|
|
778
|
-
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
820
|
+
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
779
821
|
margin-bottom: 1.25em;
|
|
780
822
|
}
|
|
781
|
-
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
823
|
+
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
782
824
|
margin-top: 1.25em;
|
|
783
825
|
}
|
|
784
|
-
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
826
|
+
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
785
827
|
margin-bottom: 1.25em;
|
|
786
828
|
}
|
|
787
|
-
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
829
|
+
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
788
830
|
margin-top: 0.75em;
|
|
789
831
|
margin-bottom: 0.75em;
|
|
790
832
|
}
|
|
791
|
-
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
833
|
+
:where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
792
834
|
margin-top: 1.25em;
|
|
793
835
|
margin-bottom: 1.25em;
|
|
794
836
|
}
|
|
795
|
-
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
837
|
+
:where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
796
838
|
margin-top: 0.5em;
|
|
797
839
|
padding-inline-start: 1.625em;
|
|
798
840
|
}
|
|
799
|
-
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
841
|
+
:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
800
842
|
margin-top: 0;
|
|
801
843
|
}
|
|
802
|
-
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
844
|
+
:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
803
845
|
margin-top: 0;
|
|
804
846
|
}
|
|
805
|
-
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
847
|
+
:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
806
848
|
margin-top: 0;
|
|
807
849
|
}
|
|
808
|
-
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
850
|
+
:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
809
851
|
margin-top: 0;
|
|
810
852
|
}
|
|
811
|
-
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
853
|
+
:where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
812
854
|
padding-inline-start: 0;
|
|
813
855
|
}
|
|
814
|
-
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
856
|
+
:where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
815
857
|
padding-inline-end: 0;
|
|
816
858
|
}
|
|
817
|
-
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
859
|
+
:where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
818
860
|
padding-top: 0.5714286em;
|
|
819
861
|
padding-inline-end: 0.5714286em;
|
|
820
862
|
padding-bottom: 0.5714286em;
|
|
821
863
|
padding-inline-start: 0.5714286em;
|
|
822
864
|
}
|
|
823
|
-
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
865
|
+
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
824
866
|
padding-inline-start: 0;
|
|
825
867
|
}
|
|
826
|
-
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
868
|
+
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
827
869
|
padding-inline-end: 0;
|
|
828
870
|
}
|
|
829
|
-
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
871
|
+
:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
830
872
|
margin-top: 2em;
|
|
831
873
|
margin-bottom: 2em;
|
|
832
874
|
}
|
|
833
|
-
:where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
875
|
+
:where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
834
876
|
margin-top: 0;
|
|
835
877
|
}
|
|
836
|
-
:where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
878
|
+
:where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
837
879
|
margin-bottom: 0;
|
|
838
880
|
}
|
|
839
881
|
}
|
|
@@ -850,61 +892,61 @@
|
|
|
850
892
|
.prose-lg {
|
|
851
893
|
font-size: 1.125rem;
|
|
852
894
|
line-height: 1.7777778;
|
|
853
|
-
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
895
|
+
:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
854
896
|
margin-top: 1.3333333em;
|
|
855
897
|
margin-bottom: 1.3333333em;
|
|
856
898
|
}
|
|
857
|
-
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
899
|
+
:where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
858
900
|
font-size: 1.2222222em;
|
|
859
901
|
line-height: 1.4545455;
|
|
860
902
|
margin-top: 1.0909091em;
|
|
861
903
|
margin-bottom: 1.0909091em;
|
|
862
904
|
}
|
|
863
|
-
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
905
|
+
:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
864
906
|
margin-top: 1.6666667em;
|
|
865
907
|
margin-bottom: 1.6666667em;
|
|
866
908
|
padding-inline-start: 1em;
|
|
867
909
|
}
|
|
868
|
-
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
910
|
+
:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
869
911
|
font-size: 2.6666667em;
|
|
870
912
|
margin-top: 0;
|
|
871
913
|
margin-bottom: 0.8333333em;
|
|
872
914
|
line-height: 1;
|
|
873
915
|
}
|
|
874
|
-
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
916
|
+
:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
875
917
|
font-size: 1.6666667em;
|
|
876
918
|
margin-top: 1.8666667em;
|
|
877
919
|
margin-bottom: 1.0666667em;
|
|
878
920
|
line-height: 1.3333333;
|
|
879
921
|
}
|
|
880
|
-
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
922
|
+
:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
881
923
|
font-size: 1.3333333em;
|
|
882
924
|
margin-top: 1.6666667em;
|
|
883
925
|
margin-bottom: 0.6666667em;
|
|
884
926
|
line-height: 1.5;
|
|
885
927
|
}
|
|
886
|
-
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
928
|
+
:where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
887
929
|
margin-top: 1.7777778em;
|
|
888
930
|
margin-bottom: 0.4444444em;
|
|
889
931
|
line-height: 1.5555556;
|
|
890
932
|
}
|
|
891
|
-
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
933
|
+
:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
892
934
|
margin-top: 1.7777778em;
|
|
893
935
|
margin-bottom: 1.7777778em;
|
|
894
936
|
}
|
|
895
|
-
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
937
|
+
:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
896
938
|
margin-top: 1.7777778em;
|
|
897
939
|
margin-bottom: 1.7777778em;
|
|
898
940
|
}
|
|
899
|
-
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
941
|
+
:where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
900
942
|
margin-top: 0;
|
|
901
943
|
margin-bottom: 0;
|
|
902
944
|
}
|
|
903
|
-
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
945
|
+
:where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
904
946
|
margin-top: 1.7777778em;
|
|
905
947
|
margin-bottom: 1.7777778em;
|
|
906
948
|
}
|
|
907
|
-
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
949
|
+
:where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
908
950
|
font-size: 0.8888889em;
|
|
909
951
|
border-radius: 0.3125rem;
|
|
910
952
|
padding-top: 0.2222222em;
|
|
@@ -912,16 +954,16 @@
|
|
|
912
954
|
padding-bottom: 0.2222222em;
|
|
913
955
|
padding-inline-start: 0.4444444em;
|
|
914
956
|
}
|
|
915
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
957
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
916
958
|
font-size: 0.8888889em;
|
|
917
959
|
}
|
|
918
|
-
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
960
|
+
:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
919
961
|
font-size: 0.8666667em;
|
|
920
962
|
}
|
|
921
|
-
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
963
|
+
:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
922
964
|
font-size: 0.875em;
|
|
923
965
|
}
|
|
924
|
-
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
966
|
+
:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
925
967
|
font-size: 0.8888889em;
|
|
926
968
|
line-height: 1.75;
|
|
927
969
|
margin-top: 2em;
|
|
@@ -932,178 +974,178 @@
|
|
|
932
974
|
padding-bottom: 1em;
|
|
933
975
|
padding-inline-start: 1.5em;
|
|
934
976
|
}
|
|
935
|
-
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
977
|
+
:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
936
978
|
margin-top: 1.3333333em;
|
|
937
979
|
margin-bottom: 1.3333333em;
|
|
938
980
|
padding-inline-start: 1.5555556em;
|
|
939
981
|
}
|
|
940
|
-
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
982
|
+
:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
941
983
|
margin-top: 1.3333333em;
|
|
942
984
|
margin-bottom: 1.3333333em;
|
|
943
985
|
padding-inline-start: 1.5555556em;
|
|
944
986
|
}
|
|
945
|
-
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
987
|
+
:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
946
988
|
margin-top: 0.6666667em;
|
|
947
989
|
margin-bottom: 0.6666667em;
|
|
948
990
|
}
|
|
949
|
-
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
991
|
+
:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
950
992
|
padding-inline-start: 0.4444444em;
|
|
951
993
|
}
|
|
952
|
-
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
994
|
+
:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
953
995
|
padding-inline-start: 0.4444444em;
|
|
954
996
|
}
|
|
955
|
-
:where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
997
|
+
:where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
956
998
|
margin-top: 0.8888889em;
|
|
957
999
|
margin-bottom: 0.8888889em;
|
|
958
1000
|
}
|
|
959
|
-
:where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1001
|
+
:where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
960
1002
|
margin-top: 1.3333333em;
|
|
961
1003
|
}
|
|
962
|
-
:where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1004
|
+
:where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
963
1005
|
margin-bottom: 1.3333333em;
|
|
964
1006
|
}
|
|
965
|
-
:where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1007
|
+
:where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
966
1008
|
margin-top: 1.3333333em;
|
|
967
1009
|
}
|
|
968
|
-
:where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1010
|
+
:where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
969
1011
|
margin-bottom: 1.3333333em;
|
|
970
1012
|
}
|
|
971
|
-
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1013
|
+
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
972
1014
|
margin-top: 0.8888889em;
|
|
973
1015
|
margin-bottom: 0.8888889em;
|
|
974
1016
|
}
|
|
975
|
-
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1017
|
+
:where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
976
1018
|
margin-top: 1.3333333em;
|
|
977
1019
|
margin-bottom: 1.3333333em;
|
|
978
1020
|
}
|
|
979
|
-
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1021
|
+
:where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
980
1022
|
margin-top: 1.3333333em;
|
|
981
1023
|
}
|
|
982
|
-
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1024
|
+
:where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
983
1025
|
margin-top: 0.6666667em;
|
|
984
1026
|
padding-inline-start: 1.5555556em;
|
|
985
1027
|
}
|
|
986
|
-
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1028
|
+
:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
987
1029
|
margin-top: 3.1111111em;
|
|
988
1030
|
margin-bottom: 3.1111111em;
|
|
989
1031
|
}
|
|
990
|
-
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1032
|
+
:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
991
1033
|
margin-top: 0;
|
|
992
1034
|
}
|
|
993
|
-
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1035
|
+
:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
994
1036
|
margin-top: 0;
|
|
995
1037
|
}
|
|
996
|
-
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1038
|
+
:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
997
1039
|
margin-top: 0;
|
|
998
1040
|
}
|
|
999
|
-
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1041
|
+
:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1000
1042
|
margin-top: 0;
|
|
1001
1043
|
}
|
|
1002
|
-
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1044
|
+
:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1003
1045
|
font-size: 0.8888889em;
|
|
1004
1046
|
line-height: 1.5;
|
|
1005
1047
|
}
|
|
1006
|
-
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1048
|
+
:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1007
1049
|
padding-inline-end: 0.75em;
|
|
1008
1050
|
padding-bottom: 0.75em;
|
|
1009
1051
|
padding-inline-start: 0.75em;
|
|
1010
1052
|
}
|
|
1011
|
-
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1053
|
+
:where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1012
1054
|
padding-inline-start: 0;
|
|
1013
1055
|
}
|
|
1014
|
-
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1056
|
+
:where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1015
1057
|
padding-inline-end: 0;
|
|
1016
1058
|
}
|
|
1017
|
-
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1059
|
+
:where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1018
1060
|
padding-top: 0.75em;
|
|
1019
1061
|
padding-inline-end: 0.75em;
|
|
1020
1062
|
padding-bottom: 0.75em;
|
|
1021
1063
|
padding-inline-start: 0.75em;
|
|
1022
1064
|
}
|
|
1023
|
-
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1065
|
+
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1024
1066
|
padding-inline-start: 0;
|
|
1025
1067
|
}
|
|
1026
|
-
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1068
|
+
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1027
1069
|
padding-inline-end: 0;
|
|
1028
1070
|
}
|
|
1029
|
-
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1071
|
+
:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1030
1072
|
margin-top: 1.7777778em;
|
|
1031
1073
|
margin-bottom: 1.7777778em;
|
|
1032
1074
|
}
|
|
1033
|
-
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1075
|
+
:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1034
1076
|
margin-top: 0;
|
|
1035
1077
|
margin-bottom: 0;
|
|
1036
1078
|
}
|
|
1037
|
-
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1079
|
+
:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1038
1080
|
font-size: 0.8888889em;
|
|
1039
1081
|
line-height: 1.5;
|
|
1040
1082
|
margin-top: 1em;
|
|
1041
1083
|
}
|
|
1042
|
-
:where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1084
|
+
:where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1043
1085
|
margin-top: 0;
|
|
1044
1086
|
}
|
|
1045
|
-
:where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1087
|
+
:where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1046
1088
|
margin-bottom: 0;
|
|
1047
1089
|
}
|
|
1048
1090
|
}
|
|
1049
1091
|
.prose-sm {
|
|
1050
1092
|
font-size: 0.875rem;
|
|
1051
1093
|
line-height: 1.7142857;
|
|
1052
|
-
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1094
|
+
:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1053
1095
|
margin-top: 1.1428571em;
|
|
1054
1096
|
margin-bottom: 1.1428571em;
|
|
1055
1097
|
}
|
|
1056
|
-
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1098
|
+
:where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1057
1099
|
font-size: 1.2857143em;
|
|
1058
1100
|
line-height: 1.5555556;
|
|
1059
1101
|
margin-top: 0.8888889em;
|
|
1060
1102
|
margin-bottom: 0.8888889em;
|
|
1061
1103
|
}
|
|
1062
|
-
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1104
|
+
:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1063
1105
|
margin-top: 1.3333333em;
|
|
1064
1106
|
margin-bottom: 1.3333333em;
|
|
1065
1107
|
padding-inline-start: 1.1111111em;
|
|
1066
1108
|
}
|
|
1067
|
-
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1109
|
+
:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1068
1110
|
font-size: 2.1428571em;
|
|
1069
1111
|
margin-top: 0;
|
|
1070
1112
|
margin-bottom: 0.8em;
|
|
1071
1113
|
line-height: 1.2;
|
|
1072
1114
|
}
|
|
1073
|
-
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1115
|
+
:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1074
1116
|
font-size: 1.4285714em;
|
|
1075
1117
|
margin-top: 1.6em;
|
|
1076
1118
|
margin-bottom: 0.8em;
|
|
1077
1119
|
line-height: 1.4;
|
|
1078
1120
|
}
|
|
1079
|
-
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1121
|
+
:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1080
1122
|
font-size: 1.2857143em;
|
|
1081
1123
|
margin-top: 1.5555556em;
|
|
1082
1124
|
margin-bottom: 0.4444444em;
|
|
1083
1125
|
line-height: 1.5555556;
|
|
1084
1126
|
}
|
|
1085
|
-
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1127
|
+
:where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1086
1128
|
margin-top: 1.4285714em;
|
|
1087
1129
|
margin-bottom: 0.5714286em;
|
|
1088
1130
|
line-height: 1.4285714;
|
|
1089
1131
|
}
|
|
1090
|
-
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1132
|
+
:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1091
1133
|
margin-top: 1.7142857em;
|
|
1092
1134
|
margin-bottom: 1.7142857em;
|
|
1093
1135
|
}
|
|
1094
|
-
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1136
|
+
:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1095
1137
|
margin-top: 1.7142857em;
|
|
1096
1138
|
margin-bottom: 1.7142857em;
|
|
1097
1139
|
}
|
|
1098
|
-
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1140
|
+
:where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1099
1141
|
margin-top: 0;
|
|
1100
1142
|
margin-bottom: 0;
|
|
1101
1143
|
}
|
|
1102
|
-
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1144
|
+
:where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1103
1145
|
margin-top: 1.7142857em;
|
|
1104
1146
|
margin-bottom: 1.7142857em;
|
|
1105
1147
|
}
|
|
1106
|
-
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1148
|
+
:where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1107
1149
|
font-size: 0.8571429em;
|
|
1108
1150
|
border-radius: 0.3125rem;
|
|
1109
1151
|
padding-top: 0.1428571em;
|
|
@@ -1111,16 +1153,16 @@
|
|
|
1111
1153
|
padding-bottom: 0.1428571em;
|
|
1112
1154
|
padding-inline-start: 0.3571429em;
|
|
1113
1155
|
}
|
|
1114
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1156
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1115
1157
|
font-size: 0.8571429em;
|
|
1116
1158
|
}
|
|
1117
|
-
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1159
|
+
:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1118
1160
|
font-size: 0.9em;
|
|
1119
1161
|
}
|
|
1120
|
-
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1162
|
+
:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1121
1163
|
font-size: 0.8888889em;
|
|
1122
1164
|
}
|
|
1123
|
-
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1165
|
+
:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1124
1166
|
font-size: 0.8571429em;
|
|
1125
1167
|
line-height: 1.6666667;
|
|
1126
1168
|
margin-top: 1.6666667em;
|
|
@@ -1131,178 +1173,178 @@
|
|
|
1131
1173
|
padding-bottom: 0.6666667em;
|
|
1132
1174
|
padding-inline-start: 1em;
|
|
1133
1175
|
}
|
|
1134
|
-
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1176
|
+
:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1135
1177
|
margin-top: 1.1428571em;
|
|
1136
1178
|
margin-bottom: 1.1428571em;
|
|
1137
1179
|
padding-inline-start: 1.5714286em;
|
|
1138
1180
|
}
|
|
1139
|
-
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1181
|
+
:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1140
1182
|
margin-top: 1.1428571em;
|
|
1141
1183
|
margin-bottom: 1.1428571em;
|
|
1142
1184
|
padding-inline-start: 1.5714286em;
|
|
1143
1185
|
}
|
|
1144
|
-
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1186
|
+
:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1145
1187
|
margin-top: 0.2857143em;
|
|
1146
1188
|
margin-bottom: 0.2857143em;
|
|
1147
1189
|
}
|
|
1148
|
-
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1190
|
+
:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1149
1191
|
padding-inline-start: 0.4285714em;
|
|
1150
1192
|
}
|
|
1151
|
-
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1193
|
+
:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1152
1194
|
padding-inline-start: 0.4285714em;
|
|
1153
1195
|
}
|
|
1154
|
-
:where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1196
|
+
:where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1155
1197
|
margin-top: 0.5714286em;
|
|
1156
1198
|
margin-bottom: 0.5714286em;
|
|
1157
1199
|
}
|
|
1158
|
-
:where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1200
|
+
:where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1159
1201
|
margin-top: 1.1428571em;
|
|
1160
1202
|
}
|
|
1161
|
-
:where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1203
|
+
:where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1162
1204
|
margin-bottom: 1.1428571em;
|
|
1163
1205
|
}
|
|
1164
|
-
:where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1206
|
+
:where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1165
1207
|
margin-top: 1.1428571em;
|
|
1166
1208
|
}
|
|
1167
|
-
:where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1209
|
+
:where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1168
1210
|
margin-bottom: 1.1428571em;
|
|
1169
1211
|
}
|
|
1170
|
-
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1212
|
+
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1171
1213
|
margin-top: 0.5714286em;
|
|
1172
1214
|
margin-bottom: 0.5714286em;
|
|
1173
1215
|
}
|
|
1174
|
-
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1216
|
+
:where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1175
1217
|
margin-top: 1.1428571em;
|
|
1176
1218
|
margin-bottom: 1.1428571em;
|
|
1177
1219
|
}
|
|
1178
|
-
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1220
|
+
:where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1179
1221
|
margin-top: 1.1428571em;
|
|
1180
1222
|
}
|
|
1181
|
-
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1223
|
+
:where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1182
1224
|
margin-top: 0.2857143em;
|
|
1183
1225
|
padding-inline-start: 1.5714286em;
|
|
1184
1226
|
}
|
|
1185
|
-
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1227
|
+
:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1186
1228
|
margin-top: 2.8571429em;
|
|
1187
1229
|
margin-bottom: 2.8571429em;
|
|
1188
1230
|
}
|
|
1189
|
-
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1231
|
+
:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1190
1232
|
margin-top: 0;
|
|
1191
1233
|
}
|
|
1192
|
-
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1234
|
+
:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1193
1235
|
margin-top: 0;
|
|
1194
1236
|
}
|
|
1195
|
-
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1237
|
+
:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1196
1238
|
margin-top: 0;
|
|
1197
1239
|
}
|
|
1198
|
-
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1240
|
+
:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1199
1241
|
margin-top: 0;
|
|
1200
1242
|
}
|
|
1201
|
-
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1243
|
+
:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1202
1244
|
font-size: 0.8571429em;
|
|
1203
1245
|
line-height: 1.5;
|
|
1204
1246
|
}
|
|
1205
|
-
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1247
|
+
:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1206
1248
|
padding-inline-end: 1em;
|
|
1207
1249
|
padding-bottom: 0.6666667em;
|
|
1208
1250
|
padding-inline-start: 1em;
|
|
1209
1251
|
}
|
|
1210
|
-
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1252
|
+
:where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1211
1253
|
padding-inline-start: 0;
|
|
1212
1254
|
}
|
|
1213
|
-
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1255
|
+
:where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1214
1256
|
padding-inline-end: 0;
|
|
1215
1257
|
}
|
|
1216
|
-
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1258
|
+
:where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1217
1259
|
padding-top: 0.6666667em;
|
|
1218
1260
|
padding-inline-end: 1em;
|
|
1219
1261
|
padding-bottom: 0.6666667em;
|
|
1220
1262
|
padding-inline-start: 1em;
|
|
1221
1263
|
}
|
|
1222
|
-
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1264
|
+
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1223
1265
|
padding-inline-start: 0;
|
|
1224
1266
|
}
|
|
1225
|
-
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1267
|
+
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1226
1268
|
padding-inline-end: 0;
|
|
1227
1269
|
}
|
|
1228
|
-
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1270
|
+
:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1229
1271
|
margin-top: 1.7142857em;
|
|
1230
1272
|
margin-bottom: 1.7142857em;
|
|
1231
1273
|
}
|
|
1232
|
-
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1274
|
+
:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1233
1275
|
margin-top: 0;
|
|
1234
1276
|
margin-bottom: 0;
|
|
1235
1277
|
}
|
|
1236
|
-
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1278
|
+
:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1237
1279
|
font-size: 0.8571429em;
|
|
1238
1280
|
line-height: 1.3333333;
|
|
1239
1281
|
margin-top: 0.6666667em;
|
|
1240
1282
|
}
|
|
1241
|
-
:where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1283
|
+
:where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1242
1284
|
margin-top: 0;
|
|
1243
1285
|
}
|
|
1244
|
-
:where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1286
|
+
:where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1245
1287
|
margin-bottom: 0;
|
|
1246
1288
|
}
|
|
1247
1289
|
}
|
|
1248
1290
|
.prose-xl {
|
|
1249
1291
|
font-size: 1.25rem;
|
|
1250
1292
|
line-height: 1.8;
|
|
1251
|
-
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1293
|
+
:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1252
1294
|
margin-top: 1.2em;
|
|
1253
1295
|
margin-bottom: 1.2em;
|
|
1254
1296
|
}
|
|
1255
|
-
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1297
|
+
:where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1256
1298
|
font-size: 1.2em;
|
|
1257
1299
|
line-height: 1.5;
|
|
1258
1300
|
margin-top: 1em;
|
|
1259
1301
|
margin-bottom: 1em;
|
|
1260
1302
|
}
|
|
1261
|
-
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1303
|
+
:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1262
1304
|
margin-top: 1.6em;
|
|
1263
1305
|
margin-bottom: 1.6em;
|
|
1264
1306
|
padding-inline-start: 1.0666667em;
|
|
1265
1307
|
}
|
|
1266
|
-
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1308
|
+
:where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1267
1309
|
font-size: 2.8em;
|
|
1268
1310
|
margin-top: 0;
|
|
1269
1311
|
margin-bottom: 0.8571429em;
|
|
1270
1312
|
line-height: 1;
|
|
1271
1313
|
}
|
|
1272
|
-
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1314
|
+
:where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1273
1315
|
font-size: 1.8em;
|
|
1274
1316
|
margin-top: 1.5555556em;
|
|
1275
1317
|
margin-bottom: 0.8888889em;
|
|
1276
1318
|
line-height: 1.1111111;
|
|
1277
1319
|
}
|
|
1278
|
-
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1320
|
+
:where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1279
1321
|
font-size: 1.5em;
|
|
1280
1322
|
margin-top: 1.6em;
|
|
1281
1323
|
margin-bottom: 0.6666667em;
|
|
1282
1324
|
line-height: 1.3333333;
|
|
1283
1325
|
}
|
|
1284
|
-
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1326
|
+
:where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1285
1327
|
margin-top: 1.8em;
|
|
1286
1328
|
margin-bottom: 0.6em;
|
|
1287
1329
|
line-height: 1.6;
|
|
1288
1330
|
}
|
|
1289
|
-
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1331
|
+
:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1290
1332
|
margin-top: 2em;
|
|
1291
1333
|
margin-bottom: 2em;
|
|
1292
1334
|
}
|
|
1293
|
-
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1335
|
+
:where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1294
1336
|
margin-top: 2em;
|
|
1295
1337
|
margin-bottom: 2em;
|
|
1296
1338
|
}
|
|
1297
|
-
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1339
|
+
:where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1298
1340
|
margin-top: 0;
|
|
1299
1341
|
margin-bottom: 0;
|
|
1300
1342
|
}
|
|
1301
|
-
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1343
|
+
:where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1302
1344
|
margin-top: 2em;
|
|
1303
1345
|
margin-bottom: 2em;
|
|
1304
1346
|
}
|
|
1305
|
-
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1347
|
+
:where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1306
1348
|
font-size: 0.9em;
|
|
1307
1349
|
border-radius: 0.3125rem;
|
|
1308
1350
|
padding-top: 0.25em;
|
|
@@ -1310,16 +1352,16 @@
|
|
|
1310
1352
|
padding-bottom: 0.25em;
|
|
1311
1353
|
padding-inline-start: 0.4em;
|
|
1312
1354
|
}
|
|
1313
|
-
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1355
|
+
:where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1314
1356
|
font-size: 0.9em;
|
|
1315
1357
|
}
|
|
1316
|
-
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1358
|
+
:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1317
1359
|
font-size: 0.8611111em;
|
|
1318
1360
|
}
|
|
1319
|
-
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1361
|
+
:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1320
1362
|
font-size: 0.9em;
|
|
1321
1363
|
}
|
|
1322
|
-
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1364
|
+
:where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1323
1365
|
font-size: 0.9em;
|
|
1324
1366
|
line-height: 1.7777778;
|
|
1325
1367
|
margin-top: 2em;
|
|
@@ -1330,117 +1372,117 @@
|
|
|
1330
1372
|
padding-bottom: 1.1111111em;
|
|
1331
1373
|
padding-inline-start: 1.3333333em;
|
|
1332
1374
|
}
|
|
1333
|
-
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1375
|
+
:where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1334
1376
|
margin-top: 1.2em;
|
|
1335
1377
|
margin-bottom: 1.2em;
|
|
1336
1378
|
padding-inline-start: 1.6em;
|
|
1337
1379
|
}
|
|
1338
|
-
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1380
|
+
:where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1339
1381
|
margin-top: 1.2em;
|
|
1340
1382
|
margin-bottom: 1.2em;
|
|
1341
1383
|
padding-inline-start: 1.6em;
|
|
1342
1384
|
}
|
|
1343
|
-
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1385
|
+
:where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1344
1386
|
margin-top: 0.6em;
|
|
1345
1387
|
margin-bottom: 0.6em;
|
|
1346
1388
|
}
|
|
1347
|
-
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1389
|
+
:where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1348
1390
|
padding-inline-start: 0.4em;
|
|
1349
1391
|
}
|
|
1350
|
-
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1392
|
+
:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1351
1393
|
padding-inline-start: 0.4em;
|
|
1352
1394
|
}
|
|
1353
|
-
:where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1395
|
+
:where(.prose-xl > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1354
1396
|
margin-top: 0.8em;
|
|
1355
1397
|
margin-bottom: 0.8em;
|
|
1356
1398
|
}
|
|
1357
|
-
:where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1399
|
+
:where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1358
1400
|
margin-top: 1.2em;
|
|
1359
1401
|
}
|
|
1360
|
-
:where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1402
|
+
:where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1361
1403
|
margin-bottom: 1.2em;
|
|
1362
1404
|
}
|
|
1363
|
-
:where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1405
|
+
:where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1364
1406
|
margin-top: 1.2em;
|
|
1365
1407
|
}
|
|
1366
|
-
:where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1408
|
+
:where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1367
1409
|
margin-bottom: 1.2em;
|
|
1368
1410
|
}
|
|
1369
|
-
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1411
|
+
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1370
1412
|
margin-top: 0.8em;
|
|
1371
1413
|
margin-bottom: 0.8em;
|
|
1372
1414
|
}
|
|
1373
|
-
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1415
|
+
:where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1374
1416
|
margin-top: 1.2em;
|
|
1375
1417
|
margin-bottom: 1.2em;
|
|
1376
1418
|
}
|
|
1377
|
-
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1419
|
+
:where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1378
1420
|
margin-top: 1.2em;
|
|
1379
1421
|
}
|
|
1380
|
-
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1422
|
+
:where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1381
1423
|
margin-top: 0.6em;
|
|
1382
1424
|
padding-inline-start: 1.6em;
|
|
1383
1425
|
}
|
|
1384
|
-
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1426
|
+
:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1385
1427
|
margin-top: 2.8em;
|
|
1386
1428
|
margin-bottom: 2.8em;
|
|
1387
1429
|
}
|
|
1388
|
-
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1430
|
+
:where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1389
1431
|
margin-top: 0;
|
|
1390
1432
|
}
|
|
1391
|
-
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1433
|
+
:where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1392
1434
|
margin-top: 0;
|
|
1393
1435
|
}
|
|
1394
|
-
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1436
|
+
:where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1395
1437
|
margin-top: 0;
|
|
1396
1438
|
}
|
|
1397
|
-
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1439
|
+
:where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1398
1440
|
margin-top: 0;
|
|
1399
1441
|
}
|
|
1400
|
-
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1442
|
+
:where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1401
1443
|
font-size: 0.9em;
|
|
1402
1444
|
line-height: 1.5555556;
|
|
1403
1445
|
}
|
|
1404
|
-
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1446
|
+
:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1405
1447
|
padding-inline-end: 0.6666667em;
|
|
1406
1448
|
padding-bottom: 0.8888889em;
|
|
1407
1449
|
padding-inline-start: 0.6666667em;
|
|
1408
1450
|
}
|
|
1409
|
-
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1451
|
+
:where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1410
1452
|
padding-inline-start: 0;
|
|
1411
1453
|
}
|
|
1412
|
-
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1454
|
+
:where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1413
1455
|
padding-inline-end: 0;
|
|
1414
1456
|
}
|
|
1415
|
-
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1457
|
+
:where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1416
1458
|
padding-top: 0.8888889em;
|
|
1417
1459
|
padding-inline-end: 0.6666667em;
|
|
1418
1460
|
padding-bottom: 0.8888889em;
|
|
1419
1461
|
padding-inline-start: 0.6666667em;
|
|
1420
1462
|
}
|
|
1421
|
-
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1463
|
+
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1422
1464
|
padding-inline-start: 0;
|
|
1423
1465
|
}
|
|
1424
|
-
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1466
|
+
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1425
1467
|
padding-inline-end: 0;
|
|
1426
1468
|
}
|
|
1427
|
-
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1469
|
+
:where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1428
1470
|
margin-top: 2em;
|
|
1429
1471
|
margin-bottom: 2em;
|
|
1430
1472
|
}
|
|
1431
|
-
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1473
|
+
:where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1432
1474
|
margin-top: 0;
|
|
1433
1475
|
margin-bottom: 0;
|
|
1434
1476
|
}
|
|
1435
|
-
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1477
|
+
:where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1436
1478
|
font-size: 0.9em;
|
|
1437
1479
|
line-height: 1.5555556;
|
|
1438
1480
|
margin-top: 1em;
|
|
1439
1481
|
}
|
|
1440
|
-
:where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1482
|
+
:where(.prose-xl > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1441
1483
|
margin-top: 0;
|
|
1442
1484
|
}
|
|
1443
|
-
:where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1485
|
+
:where(.prose-xl > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
1444
1486
|
margin-bottom: 0;
|
|
1445
1487
|
}
|
|
1446
1488
|
}
|
|
@@ -1480,23 +1522,41 @@
|
|
|
1480
1522
|
.-mt-0\.5 {
|
|
1481
1523
|
margin-top: calc(var(--spacing) * -0.5);
|
|
1482
1524
|
}
|
|
1525
|
+
.mt-0\.5 {
|
|
1526
|
+
margin-top: calc(var(--spacing) * 0.5);
|
|
1527
|
+
}
|
|
1483
1528
|
.mt-1 {
|
|
1484
|
-
margin-top:
|
|
1529
|
+
margin-top: var(--spacing);
|
|
1485
1530
|
}
|
|
1486
1531
|
.mt-2 {
|
|
1487
1532
|
margin-top: calc(var(--spacing) * 2);
|
|
1488
1533
|
}
|
|
1534
|
+
.mt-3 {
|
|
1535
|
+
margin-top: calc(var(--spacing) * 3);
|
|
1536
|
+
}
|
|
1537
|
+
.mt-12 {
|
|
1538
|
+
margin-top: calc(var(--spacing) * 12);
|
|
1539
|
+
}
|
|
1540
|
+
.mt-16 {
|
|
1541
|
+
margin-top: calc(var(--spacing) * 16);
|
|
1542
|
+
}
|
|
1543
|
+
.mt-20 {
|
|
1544
|
+
margin-top: calc(var(--spacing) * 20);
|
|
1545
|
+
}
|
|
1546
|
+
.mt-24 {
|
|
1547
|
+
margin-top: calc(var(--spacing) * 24);
|
|
1548
|
+
}
|
|
1489
1549
|
.mr-2 {
|
|
1490
1550
|
margin-right: calc(var(--spacing) * 2);
|
|
1491
1551
|
}
|
|
1492
|
-
.mr
|
|
1493
|
-
margin-right:
|
|
1552
|
+
.mr-3 {
|
|
1553
|
+
margin-right: calc(var(--spacing) * 3);
|
|
1494
1554
|
}
|
|
1495
1555
|
.mb-0 {
|
|
1496
|
-
margin-bottom:
|
|
1556
|
+
margin-bottom: 0;
|
|
1497
1557
|
}
|
|
1498
1558
|
.mb-1 {
|
|
1499
|
-
margin-bottom:
|
|
1559
|
+
margin-bottom: var(--spacing);
|
|
1500
1560
|
}
|
|
1501
1561
|
.mb-2 {
|
|
1502
1562
|
margin-bottom: calc(var(--spacing) * 2);
|
|
@@ -1507,11 +1567,21 @@
|
|
|
1507
1567
|
.mb-4 {
|
|
1508
1568
|
margin-bottom: calc(var(--spacing) * 4);
|
|
1509
1569
|
}
|
|
1570
|
+
.mb-12 {
|
|
1571
|
+
margin-bottom: calc(var(--spacing) * 12);
|
|
1572
|
+
}
|
|
1510
1573
|
.-ml-4 {
|
|
1511
1574
|
margin-left: calc(var(--spacing) * -4);
|
|
1512
1575
|
}
|
|
1513
1576
|
.ml-1 {
|
|
1514
|
-
margin-left:
|
|
1577
|
+
margin-left: var(--spacing);
|
|
1578
|
+
}
|
|
1579
|
+
.noscroll {
|
|
1580
|
+
-ms-overflow-style: none;
|
|
1581
|
+
scrollbar-width: none;
|
|
1582
|
+
&::-webkit-scrollbar {
|
|
1583
|
+
display: none;
|
|
1584
|
+
}
|
|
1515
1585
|
}
|
|
1516
1586
|
.page-container {
|
|
1517
1587
|
display: grid;
|
|
@@ -1522,13 +1592,6 @@
|
|
|
1522
1592
|
padding-top: 2rem;
|
|
1523
1593
|
}
|
|
1524
1594
|
}
|
|
1525
|
-
.noscroll {
|
|
1526
|
-
-ms-overflow-style: none;
|
|
1527
|
-
scrollbar-width: none;
|
|
1528
|
-
&::-webkit-scrollbar {
|
|
1529
|
-
display: none;
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
1595
|
.block {
|
|
1533
1596
|
display: block;
|
|
1534
1597
|
}
|
|
@@ -1547,12 +1610,19 @@
|
|
|
1547
1610
|
.aspect-3\/1 {
|
|
1548
1611
|
aspect-ratio: 3/1;
|
|
1549
1612
|
}
|
|
1613
|
+
.size-8 {
|
|
1614
|
+
width: calc(var(--spacing) * 8);
|
|
1615
|
+
height: calc(var(--spacing) * 8);
|
|
1616
|
+
}
|
|
1550
1617
|
.h-0 {
|
|
1551
|
-
height:
|
|
1618
|
+
height: 0;
|
|
1552
1619
|
}
|
|
1553
1620
|
.h-0\.5 {
|
|
1554
1621
|
height: calc(var(--spacing) * 0.5);
|
|
1555
1622
|
}
|
|
1623
|
+
.h-1\.5 {
|
|
1624
|
+
height: calc(var(--spacing) * 1.5);
|
|
1625
|
+
}
|
|
1556
1626
|
.h-2 {
|
|
1557
1627
|
height: calc(var(--spacing) * 2);
|
|
1558
1628
|
}
|
|
@@ -1580,8 +1650,11 @@
|
|
|
1580
1650
|
.h-8 {
|
|
1581
1651
|
height: calc(var(--spacing) * 8);
|
|
1582
1652
|
}
|
|
1583
|
-
.h-
|
|
1584
|
-
height: calc(var(--spacing) *
|
|
1653
|
+
.h-9 {
|
|
1654
|
+
height: calc(var(--spacing) * 9);
|
|
1655
|
+
}
|
|
1656
|
+
.h-10 {
|
|
1657
|
+
height: calc(var(--spacing) * 10);
|
|
1585
1658
|
}
|
|
1586
1659
|
.h-11 {
|
|
1587
1660
|
height: calc(var(--spacing) * 11);
|
|
@@ -1605,26 +1678,29 @@
|
|
|
1605
1678
|
height: 100vh;
|
|
1606
1679
|
}
|
|
1607
1680
|
.max-h-0 {
|
|
1608
|
-
max-height:
|
|
1681
|
+
max-height: 0;
|
|
1609
1682
|
}
|
|
1610
1683
|
.max-h-60 {
|
|
1611
1684
|
max-height: calc(var(--spacing) * 60);
|
|
1612
1685
|
}
|
|
1686
|
+
.max-h-\[9999px\] {
|
|
1687
|
+
max-height: 9999px;
|
|
1688
|
+
}
|
|
1613
1689
|
.max-h-\[calc\(100vh-4rem\)\] {
|
|
1614
1690
|
max-height: calc(100vh - 4rem);
|
|
1615
1691
|
}
|
|
1616
1692
|
.min-h-0 {
|
|
1617
|
-
min-height:
|
|
1618
|
-
}
|
|
1619
|
-
.min-h-8 {
|
|
1620
|
-
min-height: calc(var(--spacing) * 8);
|
|
1693
|
+
min-height: 0;
|
|
1621
1694
|
}
|
|
1622
|
-
.min-h-10
|
|
1623
|
-
min-height: calc(var(--spacing) * 10
|
|
1695
|
+
.min-h-10 {
|
|
1696
|
+
min-height: calc(var(--spacing) * 10);
|
|
1624
1697
|
}
|
|
1625
1698
|
.min-h-16 {
|
|
1626
1699
|
min-height: calc(var(--spacing) * 16);
|
|
1627
1700
|
}
|
|
1701
|
+
.w-1\.5 {
|
|
1702
|
+
width: calc(var(--spacing) * 1.5);
|
|
1703
|
+
}
|
|
1628
1704
|
.w-2 {
|
|
1629
1705
|
width: calc(var(--spacing) * 2);
|
|
1630
1706
|
}
|
|
@@ -1646,9 +1722,15 @@
|
|
|
1646
1722
|
.w-6 {
|
|
1647
1723
|
width: calc(var(--spacing) * 6);
|
|
1648
1724
|
}
|
|
1725
|
+
.w-7 {
|
|
1726
|
+
width: calc(var(--spacing) * 7);
|
|
1727
|
+
}
|
|
1649
1728
|
.w-8 {
|
|
1650
1729
|
width: calc(var(--spacing) * 8);
|
|
1651
1730
|
}
|
|
1731
|
+
.w-9 {
|
|
1732
|
+
width: calc(var(--spacing) * 9);
|
|
1733
|
+
}
|
|
1652
1734
|
.w-11 {
|
|
1653
1735
|
width: calc(var(--spacing) * 11);
|
|
1654
1736
|
}
|
|
@@ -1691,6 +1773,9 @@
|
|
|
1691
1773
|
.max-w-6xl {
|
|
1692
1774
|
max-width: var(--container-6xl);
|
|
1693
1775
|
}
|
|
1776
|
+
.max-w-60 {
|
|
1777
|
+
max-width: calc(var(--spacing) * 60);
|
|
1778
|
+
}
|
|
1694
1779
|
.max-w-140 {
|
|
1695
1780
|
max-width: calc(var(--spacing) * 140);
|
|
1696
1781
|
}
|
|
@@ -1713,7 +1798,7 @@
|
|
|
1713
1798
|
max-width: var(--container-xs);
|
|
1714
1799
|
}
|
|
1715
1800
|
.min-w-0 {
|
|
1716
|
-
min-width:
|
|
1801
|
+
min-width: 0;
|
|
1717
1802
|
}
|
|
1718
1803
|
.min-w-10 {
|
|
1719
1804
|
min-width: calc(var(--spacing) * 10);
|
|
@@ -1727,9 +1812,6 @@
|
|
|
1727
1812
|
.min-w-70 {
|
|
1728
1813
|
min-width: calc(var(--spacing) * 70);
|
|
1729
1814
|
}
|
|
1730
|
-
.min-w-fit {
|
|
1731
|
-
min-width: fit-content;
|
|
1732
|
-
}
|
|
1733
1815
|
.min-w-full {
|
|
1734
1816
|
min-width: 100%;
|
|
1735
1817
|
}
|
|
@@ -1759,7 +1841,7 @@
|
|
|
1759
1841
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1760
1842
|
}
|
|
1761
1843
|
.translate-y-0 {
|
|
1762
|
-
--tw-translate-y:
|
|
1844
|
+
--tw-translate-y: 0;
|
|
1763
1845
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1764
1846
|
}
|
|
1765
1847
|
.scale-100 {
|
|
@@ -1786,6 +1868,9 @@
|
|
|
1786
1868
|
.animate-jump {
|
|
1787
1869
|
animation: jump 0.4s 1;
|
|
1788
1870
|
}
|
|
1871
|
+
.animate-ping {
|
|
1872
|
+
animation: var(--animate-ping);
|
|
1873
|
+
}
|
|
1789
1874
|
.cursor-crosshair {
|
|
1790
1875
|
cursor: crosshair;
|
|
1791
1876
|
}
|
|
@@ -1810,9 +1895,6 @@
|
|
|
1810
1895
|
.grid-cols-8 {
|
|
1811
1896
|
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
1812
1897
|
}
|
|
1813
|
-
.grid-cols-\[min-content_auto\] {
|
|
1814
|
-
grid-template-columns: min-content auto;
|
|
1815
|
-
}
|
|
1816
1898
|
.flex-col {
|
|
1817
1899
|
flex-direction: column;
|
|
1818
1900
|
}
|
|
@@ -1843,11 +1925,11 @@
|
|
|
1843
1925
|
.justify-end {
|
|
1844
1926
|
justify-content: flex-end;
|
|
1845
1927
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1928
|
+
.gap-0\.5 {
|
|
1929
|
+
gap: calc(var(--spacing) * 0.5);
|
|
1848
1930
|
}
|
|
1849
1931
|
.gap-1 {
|
|
1850
|
-
gap:
|
|
1932
|
+
gap: var(--spacing);
|
|
1851
1933
|
}
|
|
1852
1934
|
.gap-1\.5 {
|
|
1853
1935
|
gap: calc(var(--spacing) * 1.5);
|
|
@@ -1855,12 +1937,24 @@
|
|
|
1855
1937
|
.gap-2 {
|
|
1856
1938
|
gap: calc(var(--spacing) * 2);
|
|
1857
1939
|
}
|
|
1940
|
+
.gap-2\.5 {
|
|
1941
|
+
gap: calc(var(--spacing) * 2.5);
|
|
1942
|
+
}
|
|
1858
1943
|
.gap-3 {
|
|
1859
1944
|
gap: calc(var(--spacing) * 3);
|
|
1860
1945
|
}
|
|
1861
1946
|
.gap-4 {
|
|
1862
1947
|
gap: calc(var(--spacing) * 4);
|
|
1863
1948
|
}
|
|
1949
|
+
.gap-6 {
|
|
1950
|
+
gap: calc(var(--spacing) * 6);
|
|
1951
|
+
}
|
|
1952
|
+
.gap-8 {
|
|
1953
|
+
gap: calc(var(--spacing) * 8);
|
|
1954
|
+
}
|
|
1955
|
+
.gap-16 {
|
|
1956
|
+
gap: calc(var(--spacing) * 16);
|
|
1957
|
+
}
|
|
1864
1958
|
.space-x-4 {
|
|
1865
1959
|
:where(& > :not(:last-child)) {
|
|
1866
1960
|
--tw-space-x-reverse: 0;
|
|
@@ -1868,14 +1962,6 @@
|
|
|
1868
1962
|
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
|
|
1869
1963
|
}
|
|
1870
1964
|
}
|
|
1871
|
-
.divide-x {
|
|
1872
|
-
:where(& > :not(:last-child)) {
|
|
1873
|
-
--tw-divide-x-reverse: 0;
|
|
1874
|
-
border-inline-style: var(--tw-border-style);
|
|
1875
|
-
border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
|
|
1876
|
-
border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
1965
|
.divide-y {
|
|
1880
1966
|
:where(& > :not(:last-child)) {
|
|
1881
1967
|
--tw-divide-y-reverse: 0;
|
|
@@ -1885,18 +1971,37 @@
|
|
|
1885
1971
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1886
1972
|
}
|
|
1887
1973
|
}
|
|
1888
|
-
.divide-login-
|
|
1974
|
+
.divide-login-500\/25 {
|
|
1889
1975
|
:where(& > :not(:last-child)) {
|
|
1890
|
-
border-color:
|
|
1976
|
+
border-color: color-mix(in srgb, #323232 25%, transparent);
|
|
1977
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1978
|
+
border-color: color-mix(in oklab, var(--color-login-500) 25%, transparent);
|
|
1979
|
+
}
|
|
1891
1980
|
}
|
|
1892
1981
|
}
|
|
1893
|
-
.divide-
|
|
1982
|
+
.divide-login-600\/20 {
|
|
1894
1983
|
:where(& > :not(:last-child)) {
|
|
1895
|
-
border-color: transparent;
|
|
1984
|
+
border-color: color-mix(in srgb, #212121 20%, transparent);
|
|
1985
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1986
|
+
border-color: color-mix(in oklab, var(--color-login-600) 20%, transparent);
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
.divide-login-600\/25 {
|
|
1991
|
+
:where(& > :not(:last-child)) {
|
|
1992
|
+
border-color: color-mix(in srgb, #212121 25%, transparent);
|
|
1993
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1994
|
+
border-color: color-mix(in oklab, var(--color-login-600) 25%, transparent);
|
|
1995
|
+
}
|
|
1896
1996
|
}
|
|
1897
1997
|
}
|
|
1898
|
-
.
|
|
1899
|
-
|
|
1998
|
+
.divide-login-600\/30 {
|
|
1999
|
+
:where(& > :not(:last-child)) {
|
|
2000
|
+
border-color: color-mix(in srgb, #212121 30%, transparent);
|
|
2001
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2002
|
+
border-color: color-mix(in oklab, var(--color-login-600) 30%, transparent);
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
1900
2005
|
}
|
|
1901
2006
|
.truncate {
|
|
1902
2007
|
overflow: hidden;
|
|
@@ -1949,18 +2054,10 @@
|
|
|
1949
2054
|
border-style: var(--tw-border-style);
|
|
1950
2055
|
border-width: 1px;
|
|
1951
2056
|
}
|
|
1952
|
-
.border-0 {
|
|
1953
|
-
border-style: var(--tw-border-style);
|
|
1954
|
-
border-width: 0px;
|
|
1955
|
-
}
|
|
1956
2057
|
.border-2 {
|
|
1957
2058
|
border-style: var(--tw-border-style);
|
|
1958
2059
|
border-width: 2px;
|
|
1959
2060
|
}
|
|
1960
|
-
.border-\[0\.10rem\] {
|
|
1961
|
-
border-style: var(--tw-border-style);
|
|
1962
|
-
border-width: 0.10rem;
|
|
1963
|
-
}
|
|
1964
2061
|
.border-t {
|
|
1965
2062
|
border-top-style: var(--tw-border-style);
|
|
1966
2063
|
border-top-width: 1px;
|
|
@@ -1969,31 +2066,20 @@
|
|
|
1969
2066
|
border-bottom-style: var(--tw-border-style);
|
|
1970
2067
|
border-bottom-width: 1px;
|
|
1971
2068
|
}
|
|
2069
|
+
.border-l-2 {
|
|
2070
|
+
border-left-style: var(--tw-border-style);
|
|
2071
|
+
border-left-width: 2px;
|
|
2072
|
+
}
|
|
1972
2073
|
.border-none {
|
|
1973
2074
|
--tw-border-style: none;
|
|
1974
2075
|
border-style: none;
|
|
1975
2076
|
}
|
|
1976
|
-
.border-amber-400\/25 {
|
|
1977
|
-
border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 25%, transparent);
|
|
1978
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1979
|
-
border-color: color-mix(in oklab, var(--color-amber-400) 25%, transparent);
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
2077
|
.border-gray-200 {
|
|
1983
2078
|
border-color: var(--color-gray-200);
|
|
1984
2079
|
}
|
|
1985
2080
|
.border-login {
|
|
1986
2081
|
border-color: var(--color-login);
|
|
1987
2082
|
}
|
|
1988
|
-
.border-login-50 {
|
|
1989
|
-
border-color: var(--color-login-50);
|
|
1990
|
-
}
|
|
1991
|
-
.border-login-100\/10 {
|
|
1992
|
-
border-color: color-mix(in srgb, #b0b0b0 10%, transparent);
|
|
1993
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1994
|
-
border-color: color-mix(in oklab, var(--color-login-100) 10%, transparent);
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
2083
|
.border-login-200 {
|
|
1998
2084
|
border-color: var(--color-login-200);
|
|
1999
2085
|
}
|
|
@@ -2003,6 +2089,30 @@
|
|
|
2003
2089
|
.border-login-500 {
|
|
2004
2090
|
border-color: var(--color-login-500);
|
|
2005
2091
|
}
|
|
2092
|
+
.border-login-500\/20 {
|
|
2093
|
+
border-color: color-mix(in srgb, #323232 20%, transparent);
|
|
2094
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2095
|
+
border-color: color-mix(in oklab, var(--color-login-500) 20%, transparent);
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
.border-login-500\/25 {
|
|
2099
|
+
border-color: color-mix(in srgb, #323232 25%, transparent);
|
|
2100
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2101
|
+
border-color: color-mix(in oklab, var(--color-login-500) 25%, transparent);
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
.border-login-500\/30 {
|
|
2105
|
+
border-color: color-mix(in srgb, #323232 30%, transparent);
|
|
2106
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2107
|
+
border-color: color-mix(in oklab, var(--color-login-500) 30%, transparent);
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
.border-login-500\/40 {
|
|
2111
|
+
border-color: color-mix(in srgb, #323232 40%, transparent);
|
|
2112
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2113
|
+
border-color: color-mix(in oklab, var(--color-login-500) 40%, transparent);
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2006
2116
|
.border-login-500\/50 {
|
|
2007
2117
|
border-color: color-mix(in srgb, #323232 50%, transparent);
|
|
2008
2118
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2012,42 +2122,57 @@
|
|
|
2012
2122
|
.border-login-600 {
|
|
2013
2123
|
border-color: var(--color-login-600);
|
|
2014
2124
|
}
|
|
2015
|
-
.border-login-600\/
|
|
2016
|
-
border-color: color-mix(in srgb, #212121
|
|
2125
|
+
.border-login-600\/20 {
|
|
2126
|
+
border-color: color-mix(in srgb, #212121 20%, transparent);
|
|
2017
2127
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2018
|
-
border-color: color-mix(in oklab, var(--color-login-600)
|
|
2128
|
+
border-color: color-mix(in oklab, var(--color-login-600) 20%, transparent);
|
|
2019
2129
|
}
|
|
2020
2130
|
}
|
|
2021
|
-
.border-login\/
|
|
2022
|
-
border-color: color-mix(in srgb, #
|
|
2131
|
+
.border-login-600\/30 {
|
|
2132
|
+
border-color: color-mix(in srgb, #212121 30%, transparent);
|
|
2023
2133
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2024
|
-
border-color: color-mix(in oklab, var(--color-login)
|
|
2134
|
+
border-color: color-mix(in oklab, var(--color-login-600) 30%, transparent);
|
|
2025
2135
|
}
|
|
2026
2136
|
}
|
|
2027
|
-
.border-
|
|
2028
|
-
border-color: color-mix(in srgb,
|
|
2137
|
+
.border-login\/50 {
|
|
2138
|
+
border-color: color-mix(in srgb, #fd8738 50%, transparent);
|
|
2029
2139
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2030
|
-
border-color: color-mix(in oklab, var(--color-
|
|
2140
|
+
border-color: color-mix(in oklab, var(--color-login) 50%, transparent);
|
|
2031
2141
|
}
|
|
2032
2142
|
}
|
|
2033
|
-
.border-
|
|
2034
|
-
border-color: color-mix(in srgb,
|
|
2143
|
+
.border-login\/60 {
|
|
2144
|
+
border-color: color-mix(in srgb, #fd8738 60%, transparent);
|
|
2035
2145
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2036
|
-
border-color: color-mix(in oklab, var(--color-
|
|
2146
|
+
border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
|
|
2037
2147
|
}
|
|
2038
2148
|
}
|
|
2039
|
-
.border-red-500 {
|
|
2040
|
-
border-color:
|
|
2041
|
-
}
|
|
2042
|
-
.border-sky-400\/25 {
|
|
2043
|
-
border-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 25%, transparent);
|
|
2149
|
+
.border-red-500\/70 {
|
|
2150
|
+
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
|
|
2044
2151
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2045
|
-
border-color: color-mix(in oklab, var(--color-
|
|
2152
|
+
border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
|
|
2046
2153
|
}
|
|
2047
2154
|
}
|
|
2048
2155
|
.border-white {
|
|
2049
2156
|
border-color: var(--color-white);
|
|
2050
2157
|
}
|
|
2158
|
+
.border-l-amber-500 {
|
|
2159
|
+
border-left-color: var(--color-amber-500);
|
|
2160
|
+
}
|
|
2161
|
+
.border-l-blue-500 {
|
|
2162
|
+
border-left-color: var(--color-blue-500);
|
|
2163
|
+
}
|
|
2164
|
+
.border-l-green-500 {
|
|
2165
|
+
border-left-color: var(--color-green-500);
|
|
2166
|
+
}
|
|
2167
|
+
.border-l-login-400 {
|
|
2168
|
+
border-left-color: var(--color-login-400);
|
|
2169
|
+
}
|
|
2170
|
+
.border-l-orange-500 {
|
|
2171
|
+
border-left-color: var(--color-orange-500);
|
|
2172
|
+
}
|
|
2173
|
+
.border-l-red-500 {
|
|
2174
|
+
border-left-color: var(--color-red-500);
|
|
2175
|
+
}
|
|
2051
2176
|
.bg-\[\#181818f0\] {
|
|
2052
2177
|
background-color: #181818f0;
|
|
2053
2178
|
}
|
|
@@ -2060,10 +2185,10 @@
|
|
|
2060
2185
|
background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
|
|
2061
2186
|
}
|
|
2062
2187
|
}
|
|
2063
|
-
.bg-black\/
|
|
2064
|
-
background-color: color-mix(in srgb, #000
|
|
2188
|
+
.bg-black\/50 {
|
|
2189
|
+
background-color: color-mix(in srgb, #000 50%, transparent);
|
|
2065
2190
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2066
|
-
background-color: color-mix(in oklab, var(--color-black)
|
|
2191
|
+
background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
|
|
2067
2192
|
}
|
|
2068
2193
|
}
|
|
2069
2194
|
.bg-blue-500\/20 {
|
|
@@ -2075,10 +2200,10 @@
|
|
|
2075
2200
|
.bg-blue-600 {
|
|
2076
2201
|
background-color: var(--color-blue-600);
|
|
2077
2202
|
}
|
|
2078
|
-
.bg-
|
|
2079
|
-
background-color: color-mix(in srgb, oklch(
|
|
2203
|
+
.bg-emerald-500\/10 {
|
|
2204
|
+
background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
|
|
2080
2205
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2081
|
-
background-color: color-mix(in oklab, var(--color-
|
|
2206
|
+
background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
|
|
2082
2207
|
}
|
|
2083
2208
|
}
|
|
2084
2209
|
.bg-gray-500\/20 {
|
|
@@ -2087,8 +2212,8 @@
|
|
|
2087
2212
|
background-color: color-mix(in oklab, var(--color-gray-500) 20%, transparent);
|
|
2088
2213
|
}
|
|
2089
2214
|
}
|
|
2090
|
-
.bg-
|
|
2091
|
-
background-color: var(--color-
|
|
2215
|
+
.bg-green-500 {
|
|
2216
|
+
background-color: var(--color-green-500);
|
|
2092
2217
|
}
|
|
2093
2218
|
.bg-green-500\/20 {
|
|
2094
2219
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 20%, transparent);
|
|
@@ -2096,11 +2221,8 @@
|
|
|
2096
2221
|
background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent);
|
|
2097
2222
|
}
|
|
2098
2223
|
}
|
|
2099
|
-
.bg-green-600
|
|
2100
|
-
background-color: color-
|
|
2101
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2102
|
-
background-color: color-mix(in oklab, var(--color-green-600) 70%, transparent);
|
|
2103
|
-
}
|
|
2224
|
+
.bg-green-600 {
|
|
2225
|
+
background-color: var(--color-green-600);
|
|
2104
2226
|
}
|
|
2105
2227
|
.bg-login {
|
|
2106
2228
|
background-color: var(--color-login);
|
|
@@ -2111,21 +2233,6 @@
|
|
|
2111
2233
|
.bg-login-50 {
|
|
2112
2234
|
background-color: var(--color-login-50);
|
|
2113
2235
|
}
|
|
2114
|
-
.bg-login-50\/0 {
|
|
2115
|
-
background-color: color-mix(in srgb, #ededed 0%, transparent);
|
|
2116
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2117
|
-
background-color: color-mix(in oklab, var(--color-login-50) 0%, transparent);
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
.bg-login-50\/5 {
|
|
2121
|
-
background-color: color-mix(in srgb, #ededed 5%, transparent);
|
|
2122
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2123
|
-
background-color: color-mix(in oklab, var(--color-login-50) 5%, transparent);
|
|
2124
|
-
}
|
|
2125
|
-
}
|
|
2126
|
-
.bg-login-200 {
|
|
2127
|
-
background-color: var(--color-login-200);
|
|
2128
|
-
}
|
|
2129
2236
|
.bg-login-400 {
|
|
2130
2237
|
background-color: var(--color-login-400);
|
|
2131
2238
|
}
|
|
@@ -2138,18 +2245,6 @@
|
|
|
2138
2245
|
background-color: color-mix(in oklab, var(--color-login-500) 50%, transparent);
|
|
2139
2246
|
}
|
|
2140
2247
|
}
|
|
2141
|
-
.bg-login-500\/60 {
|
|
2142
|
-
background-color: color-mix(in srgb, #323232 60%, transparent);
|
|
2143
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2144
|
-
background-color: color-mix(in oklab, var(--color-login-500) 60%, transparent);
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
|
-
.bg-login-500\/70 {
|
|
2148
|
-
background-color: color-mix(in srgb, #323232 70%, transparent);
|
|
2149
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2150
|
-
background-color: color-mix(in oklab, var(--color-login-500) 70%, transparent);
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
2248
|
.bg-login-600 {
|
|
2154
2249
|
background-color: var(--color-login-600);
|
|
2155
2250
|
}
|
|
@@ -2174,45 +2269,39 @@
|
|
|
2174
2269
|
background-color: color-mix(in oklab, var(--color-login-900) 20%, transparent);
|
|
2175
2270
|
}
|
|
2176
2271
|
}
|
|
2177
|
-
.bg-login
|
|
2178
|
-
background-color: color-
|
|
2179
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2180
|
-
background-color: color-mix(in oklab, var(--color-login) 70%, transparent);
|
|
2181
|
-
}
|
|
2272
|
+
.bg-login-950 {
|
|
2273
|
+
background-color: var(--color-login-950);
|
|
2182
2274
|
}
|
|
2183
|
-
.bg-
|
|
2184
|
-
background-color: color-mix(in srgb,
|
|
2275
|
+
.bg-login\/10 {
|
|
2276
|
+
background-color: color-mix(in srgb, #fd8738 10%, transparent);
|
|
2185
2277
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2186
|
-
background-color: color-mix(in oklab, var(--color-
|
|
2278
|
+
background-color: color-mix(in oklab, var(--color-login) 10%, transparent);
|
|
2187
2279
|
}
|
|
2188
2280
|
}
|
|
2189
|
-
.bg-
|
|
2190
|
-
background-color: color-mix(in srgb,
|
|
2281
|
+
.bg-login\/15 {
|
|
2282
|
+
background-color: color-mix(in srgb, #fd8738 15%, transparent);
|
|
2191
2283
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2192
|
-
background-color: color-mix(in oklab, var(--color-
|
|
2284
|
+
background-color: color-mix(in oklab, var(--color-login) 15%, transparent);
|
|
2193
2285
|
}
|
|
2194
2286
|
}
|
|
2287
|
+
.bg-red-500 {
|
|
2288
|
+
background-color: var(--color-red-500);
|
|
2289
|
+
}
|
|
2195
2290
|
.bg-red-500\/20 {
|
|
2196
2291
|
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 20%, transparent);
|
|
2197
2292
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2198
2293
|
background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
|
|
2199
2294
|
}
|
|
2200
2295
|
}
|
|
2201
|
-
.bg-red-600
|
|
2202
|
-
background-color: color-
|
|
2203
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2204
|
-
background-color: color-mix(in oklab, var(--color-red-600) 70%, transparent);
|
|
2205
|
-
}
|
|
2296
|
+
.bg-red-600 {
|
|
2297
|
+
background-color: var(--color-red-600);
|
|
2206
2298
|
}
|
|
2207
|
-
.bg-
|
|
2208
|
-
background-color: color-mix(in srgb, oklch(
|
|
2299
|
+
.bg-rose-500\/10 {
|
|
2300
|
+
background-color: color-mix(in srgb, oklch(64.5% 0.246 16.439) 10%, transparent);
|
|
2209
2301
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2210
|
-
background-color: color-mix(in oklab, var(--color-
|
|
2302
|
+
background-color: color-mix(in oklab, var(--color-rose-500) 10%, transparent);
|
|
2211
2303
|
}
|
|
2212
2304
|
}
|
|
2213
|
-
.bg-red-900 {
|
|
2214
|
-
background-color: var(--color-red-900);
|
|
2215
|
-
}
|
|
2216
2305
|
.bg-sky-500\/10 {
|
|
2217
2306
|
background-color: color-mix(in srgb, oklch(68.5% 0.169 237.323) 10%, transparent);
|
|
2218
2307
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2222,27 +2311,24 @@
|
|
|
2222
2311
|
.bg-transparent {
|
|
2223
2312
|
background-color: transparent;
|
|
2224
2313
|
}
|
|
2314
|
+
.bg-violet-500\/10 {
|
|
2315
|
+
background-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 10%, transparent);
|
|
2316
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2317
|
+
background-color: color-mix(in oklab, var(--color-violet-500) 10%, transparent);
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2225
2320
|
.bg-white {
|
|
2226
2321
|
background-color: var(--color-white);
|
|
2227
2322
|
}
|
|
2323
|
+
.bg-yellow-500 {
|
|
2324
|
+
background-color: var(--color-yellow-500);
|
|
2325
|
+
}
|
|
2228
2326
|
.bg-yellow-500\/20 {
|
|
2229
2327
|
background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 20%, transparent);
|
|
2230
2328
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2231
2329
|
background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
|
|
2232
2330
|
}
|
|
2233
2331
|
}
|
|
2234
|
-
.bg-yellow-500\/70 {
|
|
2235
|
-
background-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 70%, transparent);
|
|
2236
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2237
|
-
background-color: color-mix(in oklab, var(--color-yellow-500) 70%, transparent);
|
|
2238
|
-
}
|
|
2239
|
-
}
|
|
2240
|
-
.bg-yellow-600\/80 {
|
|
2241
|
-
background-color: color-mix(in srgb, oklch(68.1% 0.162 75.834) 80%, transparent);
|
|
2242
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2243
|
-
background-color: color-mix(in oklab, var(--color-yellow-600) 80%, transparent);
|
|
2244
|
-
}
|
|
2245
|
-
}
|
|
2246
2332
|
.bg-linear-to-r {
|
|
2247
2333
|
--tw-gradient-position: to right;
|
|
2248
2334
|
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
@@ -2290,12 +2376,12 @@
|
|
|
2290
2376
|
.stroke-\[var\(--color-login\)\] {
|
|
2291
2377
|
stroke: var(--color-login);
|
|
2292
2378
|
}
|
|
2379
|
+
.stroke-blue-400 {
|
|
2380
|
+
stroke: var(--color-blue-400);
|
|
2381
|
+
}
|
|
2293
2382
|
.stroke-login {
|
|
2294
2383
|
stroke: var(--color-login);
|
|
2295
2384
|
}
|
|
2296
|
-
.stroke-login-50 {
|
|
2297
|
-
stroke: var(--color-login-50);
|
|
2298
|
-
}
|
|
2299
2385
|
.stroke-login-200 {
|
|
2300
2386
|
stroke: var(--color-login-200);
|
|
2301
2387
|
}
|
|
@@ -2321,7 +2407,7 @@
|
|
|
2321
2407
|
object-fit: cover;
|
|
2322
2408
|
}
|
|
2323
2409
|
.p-1 {
|
|
2324
|
-
padding:
|
|
2410
|
+
padding: var(--spacing);
|
|
2325
2411
|
}
|
|
2326
2412
|
.p-1\.5 {
|
|
2327
2413
|
padding: calc(var(--spacing) * 1.5);
|
|
@@ -2341,12 +2427,12 @@
|
|
|
2341
2427
|
.p-8 {
|
|
2342
2428
|
padding: calc(var(--spacing) * 8);
|
|
2343
2429
|
}
|
|
2344
|
-
.p-\[0\.5em_1em_0\.5em_0\.8em\] {
|
|
2345
|
-
padding: 0.5em 1em 0.5em 0.8em;
|
|
2346
|
-
}
|
|
2347
2430
|
.px-2 {
|
|
2348
2431
|
padding-inline: calc(var(--spacing) * 2);
|
|
2349
2432
|
}
|
|
2433
|
+
.px-2\.5 {
|
|
2434
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
2435
|
+
}
|
|
2350
2436
|
.px-3 {
|
|
2351
2437
|
padding-inline: calc(var(--spacing) * 3);
|
|
2352
2438
|
}
|
|
@@ -2359,8 +2445,11 @@
|
|
|
2359
2445
|
.px-6 {
|
|
2360
2446
|
padding-inline: calc(var(--spacing) * 6);
|
|
2361
2447
|
}
|
|
2448
|
+
.py-0\.5 {
|
|
2449
|
+
padding-block: calc(var(--spacing) * 0.5);
|
|
2450
|
+
}
|
|
2362
2451
|
.py-1 {
|
|
2363
|
-
padding-block:
|
|
2452
|
+
padding-block: var(--spacing);
|
|
2364
2453
|
}
|
|
2365
2454
|
.py-1\.5 {
|
|
2366
2455
|
padding-block: calc(var(--spacing) * 1.5);
|
|
@@ -2392,6 +2481,12 @@
|
|
|
2392
2481
|
.pt-4 {
|
|
2393
2482
|
padding-top: calc(var(--spacing) * 4);
|
|
2394
2483
|
}
|
|
2484
|
+
.pt-8 {
|
|
2485
|
+
padding-top: calc(var(--spacing) * 8);
|
|
2486
|
+
}
|
|
2487
|
+
.pt-16 {
|
|
2488
|
+
padding-top: calc(var(--spacing) * 16);
|
|
2489
|
+
}
|
|
2395
2490
|
.pr-3 {
|
|
2396
2491
|
padding-right: calc(var(--spacing) * 3);
|
|
2397
2492
|
}
|
|
@@ -2407,6 +2502,9 @@
|
|
|
2407
2502
|
.pb-4 {
|
|
2408
2503
|
padding-bottom: calc(var(--spacing) * 4);
|
|
2409
2504
|
}
|
|
2505
|
+
.pb-24 {
|
|
2506
|
+
padding-bottom: calc(var(--spacing) * 24);
|
|
2507
|
+
}
|
|
2410
2508
|
.pl-3 {
|
|
2411
2509
|
padding-left: calc(var(--spacing) * 3);
|
|
2412
2510
|
}
|
|
@@ -2470,8 +2568,8 @@
|
|
|
2470
2568
|
font-size: var(--text-xs);
|
|
2471
2569
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
2472
2570
|
}
|
|
2473
|
-
.text-\[
|
|
2474
|
-
font-size:
|
|
2571
|
+
.text-\[10px\] {
|
|
2572
|
+
font-size: 10px;
|
|
2475
2573
|
}
|
|
2476
2574
|
.leading-4 {
|
|
2477
2575
|
--tw-leading: calc(var(--spacing) * 4);
|
|
@@ -2513,13 +2611,9 @@
|
|
|
2513
2611
|
--tw-font-weight: var(--font-weight-semibold);
|
|
2514
2612
|
font-weight: var(--font-weight-semibold);
|
|
2515
2613
|
}
|
|
2516
|
-
.tracking-\[0\.
|
|
2517
|
-
--tw-tracking: 0.
|
|
2518
|
-
letter-spacing: 0.
|
|
2519
|
-
}
|
|
2520
|
-
.tracking-\[0\.18em\] {
|
|
2521
|
-
--tw-tracking: 0.18em;
|
|
2522
|
-
letter-spacing: 0.18em;
|
|
2614
|
+
.tracking-\[0\.15em\] {
|
|
2615
|
+
--tw-tracking: 0.15em;
|
|
2616
|
+
letter-spacing: 0.15em;
|
|
2523
2617
|
}
|
|
2524
2618
|
.tracking-tight {
|
|
2525
2619
|
--tw-tracking: var(--tracking-tight);
|
|
@@ -2529,6 +2623,10 @@
|
|
|
2529
2623
|
--tw-tracking: var(--tracking-wider);
|
|
2530
2624
|
letter-spacing: var(--tracking-wider);
|
|
2531
2625
|
}
|
|
2626
|
+
.tracking-widest {
|
|
2627
|
+
--tw-tracking: var(--tracking-widest);
|
|
2628
|
+
letter-spacing: var(--tracking-widest);
|
|
2629
|
+
}
|
|
2532
2630
|
.wrap-break-word {
|
|
2533
2631
|
overflow-wrap: break-word;
|
|
2534
2632
|
}
|
|
@@ -2538,8 +2636,11 @@
|
|
|
2538
2636
|
.whitespace-pre-wrap {
|
|
2539
2637
|
white-space: pre-wrap;
|
|
2540
2638
|
}
|
|
2541
|
-
.text-amber-
|
|
2542
|
-
color: var(--color-amber-
|
|
2639
|
+
.text-amber-400 {
|
|
2640
|
+
color: var(--color-amber-400);
|
|
2641
|
+
}
|
|
2642
|
+
.text-black {
|
|
2643
|
+
color: var(--color-black);
|
|
2543
2644
|
}
|
|
2544
2645
|
.text-blue-400 {
|
|
2545
2646
|
color: var(--color-blue-400);
|
|
@@ -2547,6 +2648,9 @@
|
|
|
2547
2648
|
.text-blue-500 {
|
|
2548
2649
|
color: var(--color-blue-500);
|
|
2549
2650
|
}
|
|
2651
|
+
.text-emerald-400 {
|
|
2652
|
+
color: var(--color-emerald-400);
|
|
2653
|
+
}
|
|
2550
2654
|
.text-gray-400 {
|
|
2551
2655
|
color: var(--color-gray-400);
|
|
2552
2656
|
}
|
|
@@ -2571,35 +2675,35 @@
|
|
|
2571
2675
|
.text-login-200 {
|
|
2572
2676
|
color: var(--color-login-200);
|
|
2573
2677
|
}
|
|
2678
|
+
.text-login-300 {
|
|
2679
|
+
color: var(--color-login-300);
|
|
2680
|
+
}
|
|
2574
2681
|
.text-login-400 {
|
|
2575
2682
|
color: var(--color-login-400);
|
|
2576
2683
|
}
|
|
2577
2684
|
.text-login-800 {
|
|
2578
2685
|
color: var(--color-login-800);
|
|
2579
2686
|
}
|
|
2580
|
-
.text-login-950 {
|
|
2581
|
-
color: var(--color-login-950);
|
|
2582
|
-
}
|
|
2583
2687
|
.text-login-text {
|
|
2584
2688
|
color: var(--color-login-text);
|
|
2585
2689
|
}
|
|
2586
2690
|
.text-login-text\! {
|
|
2587
2691
|
color: var(--color-login-text) !important;
|
|
2588
2692
|
}
|
|
2589
|
-
.text-orange-200 {
|
|
2590
|
-
color: var(--color-orange-200);
|
|
2591
|
-
}
|
|
2592
|
-
.text-red-200 {
|
|
2593
|
-
color: var(--color-red-200);
|
|
2594
|
-
}
|
|
2595
2693
|
.text-red-400 {
|
|
2596
2694
|
color: var(--color-red-400);
|
|
2597
2695
|
}
|
|
2598
2696
|
.text-red-500 {
|
|
2599
2697
|
color: var(--color-red-500);
|
|
2600
2698
|
}
|
|
2601
|
-
.text-
|
|
2602
|
-
color: var(--color-
|
|
2699
|
+
.text-rose-400 {
|
|
2700
|
+
color: var(--color-rose-400);
|
|
2701
|
+
}
|
|
2702
|
+
.text-sky-400 {
|
|
2703
|
+
color: var(--color-sky-400);
|
|
2704
|
+
}
|
|
2705
|
+
.text-violet-400 {
|
|
2706
|
+
color: var(--color-violet-400);
|
|
2603
2707
|
}
|
|
2604
2708
|
.text-white {
|
|
2605
2709
|
color: var(--color-white);
|
|
@@ -2639,6 +2743,9 @@
|
|
|
2639
2743
|
.opacity-0 {
|
|
2640
2744
|
opacity: 0%;
|
|
2641
2745
|
}
|
|
2746
|
+
.opacity-40 {
|
|
2747
|
+
opacity: 40%;
|
|
2748
|
+
}
|
|
2642
2749
|
.opacity-50 {
|
|
2643
2750
|
opacity: 50%;
|
|
2644
2751
|
}
|
|
@@ -2648,10 +2755,6 @@
|
|
|
2648
2755
|
.opacity-100 {
|
|
2649
2756
|
opacity: 100%;
|
|
2650
2757
|
}
|
|
2651
|
-
.shadow {
|
|
2652
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2653
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2654
|
-
}
|
|
2655
2758
|
.shadow-2xl {
|
|
2656
2759
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
2657
2760
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2672,6 +2775,10 @@
|
|
|
2672
2775
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2673
2776
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2674
2777
|
}
|
|
2778
|
+
.shadow-xl {
|
|
2779
|
+
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2780
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2781
|
+
}
|
|
2675
2782
|
.ring-1 {
|
|
2676
2783
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2677
2784
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2682,42 +2789,17 @@
|
|
|
2682
2789
|
--tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
|
|
2683
2790
|
}
|
|
2684
2791
|
}
|
|
2685
|
-
.ring-
|
|
2686
|
-
--tw-ring-color:
|
|
2687
|
-
}
|
|
2688
|
-
.outline {
|
|
2689
|
-
outline-style: var(--tw-outline-style);
|
|
2690
|
-
outline-width: 1px;
|
|
2691
|
-
}
|
|
2692
|
-
.outline-blue-600 {
|
|
2693
|
-
outline-color: var(--color-blue-600);
|
|
2694
|
-
}
|
|
2695
|
-
.outline-green-600 {
|
|
2696
|
-
outline-color: var(--color-green-600);
|
|
2697
|
-
}
|
|
2698
|
-
.outline-login {
|
|
2699
|
-
outline-color: var(--color-login);
|
|
2700
|
-
}
|
|
2701
|
-
.outline-login-500 {
|
|
2702
|
-
outline-color: var(--color-login-500);
|
|
2703
|
-
}
|
|
2704
|
-
.outline-login-500\/60 {
|
|
2705
|
-
outline-color: color-mix(in srgb, #323232 60%, transparent);
|
|
2792
|
+
.ring-login\/30 {
|
|
2793
|
+
--tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
|
|
2706
2794
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2707
|
-
|
|
2795
|
+
--tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
|
|
2708
2796
|
}
|
|
2709
2797
|
}
|
|
2710
|
-
.
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
}
|
|
2716
|
-
.outline-yellow-500 {
|
|
2717
|
-
outline-color: var(--color-yellow-500);
|
|
2718
|
-
}
|
|
2719
|
-
.outline-yellow-600 {
|
|
2720
|
-
outline-color: var(--color-yellow-600);
|
|
2798
|
+
.ring-red-500\/60 {
|
|
2799
|
+
--tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
|
|
2800
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2801
|
+
--tw-ring-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
|
|
2802
|
+
}
|
|
2721
2803
|
}
|
|
2722
2804
|
.backdrop-blur-sm {
|
|
2723
2805
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
@@ -2811,6 +2893,13 @@
|
|
|
2811
2893
|
line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
|
|
2812
2894
|
}
|
|
2813
2895
|
}
|
|
2896
|
+
.group-hover\:opacity-0 {
|
|
2897
|
+
&:is(:where(.group):hover *) {
|
|
2898
|
+
@media (hover: hover) {
|
|
2899
|
+
opacity: 0%;
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2814
2903
|
.group-hover\:opacity-100 {
|
|
2815
2904
|
&:is(:where(.group):hover *) {
|
|
2816
2905
|
@media (hover: hover) {
|
|
@@ -2818,6 +2907,17 @@
|
|
|
2818
2907
|
}
|
|
2819
2908
|
}
|
|
2820
2909
|
}
|
|
2910
|
+
.group-has-\[input\:checked\]\/sw\:translate-x-full {
|
|
2911
|
+
&:is(:where(.group\/sw):has(*:is(input:checked)) *) {
|
|
2912
|
+
--tw-translate-x: 100%;
|
|
2913
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
.group-has-\[input\:checked\]\/sw\:bg-login {
|
|
2917
|
+
&:is(:where(.group\/sw):has(*:is(input:checked)) *) {
|
|
2918
|
+
background-color: var(--color-login);
|
|
2919
|
+
}
|
|
2920
|
+
}
|
|
2821
2921
|
.group-\[\.dropdown\]\:h-auto {
|
|
2822
2922
|
&:is(:where(.group):is(.dropdown) *) {
|
|
2823
2923
|
height: auto;
|
|
@@ -2825,7 +2925,7 @@
|
|
|
2825
2925
|
}
|
|
2826
2926
|
.group-\[\.dropdown\]\:p-0 {
|
|
2827
2927
|
&:is(:where(.group):is(.dropdown) *) {
|
|
2828
|
-
padding:
|
|
2928
|
+
padding: 0;
|
|
2829
2929
|
}
|
|
2830
2930
|
}
|
|
2831
2931
|
.group-\[\.dropdown\]\:p-2\.5 {
|
|
@@ -2845,7 +2945,7 @@
|
|
|
2845
2945
|
}
|
|
2846
2946
|
.group-\[\.dropdown\]\:pl-1 {
|
|
2847
2947
|
&:is(:where(.group):is(.dropdown) *) {
|
|
2848
|
-
padding-left:
|
|
2948
|
+
padding-left: var(--spacing);
|
|
2849
2949
|
}
|
|
2850
2950
|
}
|
|
2851
2951
|
.group-\[\.dropdown\]\:pl-4 {
|
|
@@ -2859,11 +2959,6 @@
|
|
|
2859
2959
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2860
2960
|
}
|
|
2861
2961
|
}
|
|
2862
|
-
.peer-checked\:bg-login {
|
|
2863
|
-
&:is(:where(.peer):checked ~ *) {
|
|
2864
|
-
background-color: var(--color-login);
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
2962
|
.peer-checked\:opacity-100 {
|
|
2868
2963
|
&:is(:where(.peer):checked ~ *) {
|
|
2869
2964
|
opacity: 100%;
|
|
@@ -2874,98 +2969,6 @@
|
|
|
2874
2969
|
color: var(--color-login-200);
|
|
2875
2970
|
}
|
|
2876
2971
|
}
|
|
2877
|
-
.after\:absolute {
|
|
2878
|
-
&::after {
|
|
2879
|
-
content: var(--tw-content);
|
|
2880
|
-
position: absolute;
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
.after\:top-0\.5 {
|
|
2884
|
-
&::after {
|
|
2885
|
-
content: var(--tw-content);
|
|
2886
|
-
top: calc(var(--spacing) * 0.5);
|
|
2887
|
-
}
|
|
2888
|
-
}
|
|
2889
|
-
.after\:top-2\.75 {
|
|
2890
|
-
&::after {
|
|
2891
|
-
content: var(--tw-content);
|
|
2892
|
-
top: calc(var(--spacing) * 2.75);
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
.after\:left-0\.5 {
|
|
2896
|
-
&::after {
|
|
2897
|
-
content: var(--tw-content);
|
|
2898
|
-
left: calc(var(--spacing) * 0.5);
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
|
-
.after\:h-5 {
|
|
2902
|
-
&::after {
|
|
2903
|
-
content: var(--tw-content);
|
|
2904
|
-
height: calc(var(--spacing) * 5);
|
|
2905
|
-
}
|
|
2906
|
-
}
|
|
2907
|
-
.after\:w-5 {
|
|
2908
|
-
&::after {
|
|
2909
|
-
content: var(--tw-content);
|
|
2910
|
-
width: calc(var(--spacing) * 5);
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
.after\:rounded-full {
|
|
2914
|
-
&::after {
|
|
2915
|
-
content: var(--tw-content);
|
|
2916
|
-
border-radius: calc(infinity * 1px);
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
.after\:border {
|
|
2920
|
-
&::after {
|
|
2921
|
-
content: var(--tw-content);
|
|
2922
|
-
border-style: var(--tw-border-style);
|
|
2923
|
-
border-width: 1px;
|
|
2924
|
-
}
|
|
2925
|
-
}
|
|
2926
|
-
.after\:border-gray-300 {
|
|
2927
|
-
&::after {
|
|
2928
|
-
content: var(--tw-content);
|
|
2929
|
-
border-color: var(--color-gray-300);
|
|
2930
|
-
}
|
|
2931
|
-
}
|
|
2932
|
-
.after\:bg-white {
|
|
2933
|
-
&::after {
|
|
2934
|
-
content: var(--tw-content);
|
|
2935
|
-
background-color: var(--color-white);
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
2938
|
-
.after\:transition-all {
|
|
2939
|
-
&::after {
|
|
2940
|
-
content: var(--tw-content);
|
|
2941
|
-
transition-property: all;
|
|
2942
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2943
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2944
|
-
}
|
|
2945
|
-
}
|
|
2946
|
-
.after\:content-\[\'\'\] {
|
|
2947
|
-
&::after {
|
|
2948
|
-
--tw-content: '';
|
|
2949
|
-
content: var(--tw-content);
|
|
2950
|
-
}
|
|
2951
|
-
}
|
|
2952
|
-
.peer-checked\:after\:translate-x-full {
|
|
2953
|
-
&:is(:where(.peer):checked ~ *) {
|
|
2954
|
-
&::after {
|
|
2955
|
-
content: var(--tw-content);
|
|
2956
|
-
--tw-translate-x: 100%;
|
|
2957
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2958
|
-
}
|
|
2959
|
-
}
|
|
2960
|
-
}
|
|
2961
|
-
.peer-checked\:after\:border-white {
|
|
2962
|
-
&:is(:where(.peer):checked ~ *) {
|
|
2963
|
-
&::after {
|
|
2964
|
-
content: var(--tw-content);
|
|
2965
|
-
border-color: var(--color-white);
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
2972
|
.last\:border-0 {
|
|
2970
2973
|
&:last-child {
|
|
2971
2974
|
border-style: var(--tw-border-style);
|
|
@@ -2982,14 +2985,20 @@
|
|
|
2982
2985
|
background-color: var(--color-login);
|
|
2983
2986
|
}
|
|
2984
2987
|
}
|
|
2985
|
-
.focus-within\:border-login {
|
|
2988
|
+
.focus-within\:border-login\/60 {
|
|
2986
2989
|
&:focus-within {
|
|
2987
|
-
border-color:
|
|
2990
|
+
border-color: color-mix(in srgb, #fd8738 60%, transparent);
|
|
2991
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2992
|
+
border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
|
|
2993
|
+
}
|
|
2988
2994
|
}
|
|
2989
2995
|
}
|
|
2990
|
-
.focus-within\:border-red-500 {
|
|
2996
|
+
.focus-within\:border-red-500\/70 {
|
|
2991
2997
|
&:focus-within {
|
|
2992
|
-
border-color:
|
|
2998
|
+
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
|
|
2999
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3000
|
+
border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
|
|
3001
|
+
}
|
|
2993
3002
|
}
|
|
2994
3003
|
}
|
|
2995
3004
|
.focus-within\:ring-1 {
|
|
@@ -2998,14 +3007,20 @@
|
|
|
2998
3007
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2999
3008
|
}
|
|
3000
3009
|
}
|
|
3001
|
-
.focus-within\:ring-login {
|
|
3010
|
+
.focus-within\:ring-login\/30 {
|
|
3002
3011
|
&:focus-within {
|
|
3003
|
-
--tw-ring-color:
|
|
3012
|
+
--tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
|
|
3013
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3014
|
+
--tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
|
|
3015
|
+
}
|
|
3004
3016
|
}
|
|
3005
3017
|
}
|
|
3006
|
-
.focus-within\:ring-red-500 {
|
|
3018
|
+
.focus-within\:ring-red-500\/30 {
|
|
3007
3019
|
&:focus-within {
|
|
3008
|
-
--tw-ring-color:
|
|
3020
|
+
--tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
|
|
3021
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3022
|
+
--tw-ring-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
|
|
3023
|
+
}
|
|
3009
3024
|
}
|
|
3010
3025
|
}
|
|
3011
3026
|
.hover\:scale-110 {
|
|
@@ -3018,16 +3033,6 @@
|
|
|
3018
3033
|
}
|
|
3019
3034
|
}
|
|
3020
3035
|
}
|
|
3021
|
-
.hover\:bg-blue-600\/90 {
|
|
3022
|
-
&:hover {
|
|
3023
|
-
@media (hover: hover) {
|
|
3024
|
-
background-color: color-mix(in srgb, oklch(54.6% 0.245 262.881) 90%, transparent);
|
|
3025
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3026
|
-
background-color: color-mix(in oklab, var(--color-blue-600) 90%, transparent);
|
|
3027
|
-
}
|
|
3028
|
-
}
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
3036
|
.hover\:bg-gray-400\/10 {
|
|
3032
3037
|
&:hover {
|
|
3033
3038
|
@media (hover: hover) {
|
|
@@ -3038,16 +3043,6 @@
|
|
|
3038
3043
|
}
|
|
3039
3044
|
}
|
|
3040
3045
|
}
|
|
3041
|
-
.hover\:bg-green-600\/90 {
|
|
3042
|
-
&:hover {
|
|
3043
|
-
@media (hover: hover) {
|
|
3044
|
-
background-color: color-mix(in srgb, oklch(62.7% 0.194 149.214) 90%, transparent);
|
|
3045
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3046
|
-
background-color: color-mix(in oklab, var(--color-green-600) 90%, transparent);
|
|
3047
|
-
}
|
|
3048
|
-
}
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
3046
|
.hover\:bg-login\! {
|
|
3052
3047
|
&:hover {
|
|
3053
3048
|
@media (hover: hover) {
|
|
@@ -3055,16 +3050,6 @@
|
|
|
3055
3050
|
}
|
|
3056
3051
|
}
|
|
3057
3052
|
}
|
|
3058
|
-
.hover\:bg-login-50\/10 {
|
|
3059
|
-
&:hover {
|
|
3060
|
-
@media (hover: hover) {
|
|
3061
|
-
background-color: color-mix(in srgb, #ededed 10%, transparent);
|
|
3062
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3063
|
-
background-color: color-mix(in oklab, var(--color-login-50) 10%, transparent);
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
}
|
|
3068
3053
|
.hover\:bg-login-300\/20 {
|
|
3069
3054
|
&:hover {
|
|
3070
3055
|
@media (hover: hover) {
|
|
@@ -3099,16 +3084,6 @@
|
|
|
3099
3084
|
}
|
|
3100
3085
|
}
|
|
3101
3086
|
}
|
|
3102
|
-
.hover\:bg-login-500\/90 {
|
|
3103
|
-
&:hover {
|
|
3104
|
-
@media (hover: hover) {
|
|
3105
|
-
background-color: color-mix(in srgb, #323232 90%, transparent);
|
|
3106
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3107
|
-
background-color: color-mix(in oklab, var(--color-login-500) 90%, transparent);
|
|
3108
|
-
}
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
}
|
|
3112
3087
|
.hover\:bg-login-600 {
|
|
3113
3088
|
&:hover {
|
|
3114
3089
|
@media (hover: hover) {
|
|
@@ -3116,77 +3091,61 @@
|
|
|
3116
3091
|
}
|
|
3117
3092
|
}
|
|
3118
3093
|
}
|
|
3119
|
-
.hover\:bg-login-600\/
|
|
3094
|
+
.hover\:bg-login-600\/70 {
|
|
3120
3095
|
&:hover {
|
|
3121
3096
|
@media (hover: hover) {
|
|
3122
|
-
background-color: color-mix(in srgb, #212121
|
|
3097
|
+
background-color: color-mix(in srgb, #212121 70%, transparent);
|
|
3123
3098
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3124
|
-
background-color: color-mix(in oklab, var(--color-login-600)
|
|
3099
|
+
background-color: color-mix(in oklab, var(--color-login-600) 70%, transparent);
|
|
3125
3100
|
}
|
|
3126
3101
|
}
|
|
3127
3102
|
}
|
|
3128
3103
|
}
|
|
3129
|
-
.hover\:bg-login\/80 {
|
|
3104
|
+
.hover\:bg-login-600\/80 {
|
|
3130
3105
|
&:hover {
|
|
3131
3106
|
@media (hover: hover) {
|
|
3132
|
-
background-color: color-mix(in srgb, #
|
|
3107
|
+
background-color: color-mix(in srgb, #212121 80%, transparent);
|
|
3133
3108
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3134
|
-
background-color: color-mix(in oklab, var(--color-login) 80%, transparent);
|
|
3109
|
+
background-color: color-mix(in oklab, var(--color-login-600) 80%, transparent);
|
|
3135
3110
|
}
|
|
3136
3111
|
}
|
|
3137
3112
|
}
|
|
3138
3113
|
}
|
|
3139
|
-
.hover\:bg-login
|
|
3114
|
+
.hover\:bg-login-700 {
|
|
3140
3115
|
&:hover {
|
|
3141
3116
|
@media (hover: hover) {
|
|
3142
|
-
background-color: color-
|
|
3143
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3144
|
-
background-color: color-mix(in oklab, var(--color-login) 90%, transparent);
|
|
3145
|
-
}
|
|
3117
|
+
background-color: var(--color-login-700);
|
|
3146
3118
|
}
|
|
3147
3119
|
}
|
|
3148
3120
|
}
|
|
3149
|
-
.hover\:bg-
|
|
3121
|
+
.hover\:bg-login\/80 {
|
|
3150
3122
|
&:hover {
|
|
3151
3123
|
@media (hover: hover) {
|
|
3152
|
-
background-color: color-mix(in srgb,
|
|
3124
|
+
background-color: color-mix(in srgb, #fd8738 80%, transparent);
|
|
3153
3125
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3154
|
-
background-color: color-mix(in oklab, var(--color-
|
|
3126
|
+
background-color: color-mix(in oklab, var(--color-login) 80%, transparent);
|
|
3155
3127
|
}
|
|
3156
3128
|
}
|
|
3157
3129
|
}
|
|
3158
3130
|
}
|
|
3159
|
-
.hover\:
|
|
3131
|
+
.hover\:text-\[\#1a7bdd\] {
|
|
3160
3132
|
&:hover {
|
|
3161
3133
|
@media (hover: hover) {
|
|
3162
|
-
|
|
3134
|
+
color: #1a7bdd;
|
|
3163
3135
|
}
|
|
3164
3136
|
}
|
|
3165
3137
|
}
|
|
3166
|
-
.hover\:
|
|
3138
|
+
.hover\:text-\[\#2c87ff\] {
|
|
3167
3139
|
&:hover {
|
|
3168
3140
|
@media (hover: hover) {
|
|
3169
|
-
|
|
3170
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3171
|
-
background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
|
|
3172
|
-
}
|
|
3141
|
+
color: #2c87ff;
|
|
3173
3142
|
}
|
|
3174
3143
|
}
|
|
3175
3144
|
}
|
|
3176
|
-
.hover\:
|
|
3145
|
+
.hover\:text-\[\#6571fd\] {
|
|
3177
3146
|
&:hover {
|
|
3178
3147
|
@media (hover: hover) {
|
|
3179
|
-
|
|
3180
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3181
|
-
background-color: color-mix(in oklab, var(--color-yellow-500) 90%, transparent);
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
|
-
}
|
|
3185
|
-
}
|
|
3186
|
-
.hover\:bg-yellow-600 {
|
|
3187
|
-
&:hover {
|
|
3188
|
-
@media (hover: hover) {
|
|
3189
|
-
background-color: var(--color-yellow-600);
|
|
3148
|
+
color: #6571fd;
|
|
3190
3149
|
}
|
|
3191
3150
|
}
|
|
3192
3151
|
}
|
|
@@ -3235,6 +3194,13 @@
|
|
|
3235
3194
|
}
|
|
3236
3195
|
}
|
|
3237
3196
|
}
|
|
3197
|
+
.hover\:text-red-300 {
|
|
3198
|
+
&:hover {
|
|
3199
|
+
@media (hover: hover) {
|
|
3200
|
+
color: var(--color-red-300);
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3238
3204
|
.hover\:text-red-400 {
|
|
3239
3205
|
&:hover {
|
|
3240
3206
|
@media (hover: hover) {
|
|
@@ -3242,44 +3208,57 @@
|
|
|
3242
3208
|
}
|
|
3243
3209
|
}
|
|
3244
3210
|
}
|
|
3245
|
-
.
|
|
3246
|
-
&:
|
|
3247
|
-
|
|
3211
|
+
.hover\:text-white {
|
|
3212
|
+
&:hover {
|
|
3213
|
+
@media (hover: hover) {
|
|
3214
|
+
color: var(--color-white);
|
|
3215
|
+
}
|
|
3248
3216
|
}
|
|
3249
3217
|
}
|
|
3250
|
-
.
|
|
3251
|
-
&:
|
|
3252
|
-
|
|
3218
|
+
.hover\:brightness-110 {
|
|
3219
|
+
&:hover {
|
|
3220
|
+
@media (hover: hover) {
|
|
3221
|
+
--tw-brightness: brightness(110%);
|
|
3222
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
3223
|
+
}
|
|
3253
3224
|
}
|
|
3254
3225
|
}
|
|
3255
|
-
.focus\:
|
|
3226
|
+
.focus\:border-login\/60 {
|
|
3256
3227
|
&:focus {
|
|
3257
|
-
|
|
3258
|
-
|
|
3228
|
+
border-color: color-mix(in srgb, #fd8738 60%, transparent);
|
|
3229
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3230
|
+
border-color: color-mix(in oklab, var(--color-login) 60%, transparent);
|
|
3231
|
+
}
|
|
3259
3232
|
}
|
|
3260
3233
|
}
|
|
3261
|
-
.focus\:
|
|
3234
|
+
.focus\:border-red-500\/70 {
|
|
3262
3235
|
&:focus {
|
|
3263
|
-
|
|
3264
|
-
|
|
3236
|
+
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 70%, transparent);
|
|
3237
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3238
|
+
border-color: color-mix(in oklab, var(--color-red-500) 70%, transparent);
|
|
3239
|
+
}
|
|
3265
3240
|
}
|
|
3266
3241
|
}
|
|
3267
|
-
.focus\:ring-
|
|
3242
|
+
.focus\:ring-1 {
|
|
3268
3243
|
&:focus {
|
|
3269
|
-
--tw-ring-
|
|
3244
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3245
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3270
3246
|
}
|
|
3271
3247
|
}
|
|
3272
|
-
.focus\:ring-login\/
|
|
3248
|
+
.focus\:ring-login\/30 {
|
|
3273
3249
|
&:focus {
|
|
3274
|
-
--tw-ring-color: color-mix(in srgb, #fd8738
|
|
3250
|
+
--tw-ring-color: color-mix(in srgb, #fd8738 30%, transparent);
|
|
3275
3251
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3276
|
-
--tw-ring-color: color-mix(in oklab, var(--color-login)
|
|
3252
|
+
--tw-ring-color: color-mix(in oklab, var(--color-login) 30%, transparent);
|
|
3277
3253
|
}
|
|
3278
3254
|
}
|
|
3279
3255
|
}
|
|
3280
|
-
.focus\:ring-red-500 {
|
|
3256
|
+
.focus\:ring-red-500\/30 {
|
|
3281
3257
|
&:focus {
|
|
3282
|
-
--tw-ring-color:
|
|
3258
|
+
--tw-ring-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
|
|
3259
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3260
|
+
--tw-ring-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
|
|
3261
|
+
}
|
|
3283
3262
|
}
|
|
3284
3263
|
}
|
|
3285
3264
|
.focus\:outline-none {
|
|
@@ -3293,6 +3272,11 @@
|
|
|
3293
3272
|
cursor: not-allowed;
|
|
3294
3273
|
}
|
|
3295
3274
|
}
|
|
3275
|
+
.disabled\:opacity-40 {
|
|
3276
|
+
&:disabled {
|
|
3277
|
+
opacity: 40%;
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
3296
3280
|
.disabled\:opacity-50 {
|
|
3297
3281
|
&:disabled {
|
|
3298
3282
|
opacity: 50%;
|
|
@@ -3340,7 +3324,7 @@
|
|
|
3340
3324
|
}
|
|
3341
3325
|
.\38 00px\:p-0 {
|
|
3342
3326
|
@media (width >= 800px) {
|
|
3343
|
-
padding:
|
|
3327
|
+
padding: 0;
|
|
3344
3328
|
}
|
|
3345
3329
|
}
|
|
3346
3330
|
.\38 00px\:p-4 {
|
|
@@ -3348,16 +3332,161 @@
|
|
|
3348
3332
|
padding: calc(var(--spacing) * 4);
|
|
3349
3333
|
}
|
|
3350
3334
|
}
|
|
3335
|
+
.sm\:max-w-88 {
|
|
3336
|
+
@media (width >= 40rem) {
|
|
3337
|
+
max-width: calc(var(--spacing) * 88);
|
|
3338
|
+
}
|
|
3339
|
+
}
|
|
3340
|
+
.sm\:grid-cols-2 {
|
|
3341
|
+
@media (width >= 40rem) {
|
|
3342
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
.sm\:justify-items-end {
|
|
3346
|
+
@media (width >= 40rem) {
|
|
3347
|
+
justify-items: end;
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
.sm\:justify-self-center {
|
|
3351
|
+
@media (width >= 40rem) {
|
|
3352
|
+
justify-self: center;
|
|
3353
|
+
}
|
|
3354
|
+
}
|
|
3355
|
+
.sm\:justify-self-end {
|
|
3356
|
+
@media (width >= 40rem) {
|
|
3357
|
+
justify-self: flex-end;
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3351
3360
|
.sm\:px-12 {
|
|
3352
3361
|
@media (width >= 40rem) {
|
|
3353
3362
|
padding-inline: calc(var(--spacing) * 12);
|
|
3354
3363
|
}
|
|
3355
3364
|
}
|
|
3365
|
+
.md\:col-span-2 {
|
|
3366
|
+
@media (width >= 48rem) {
|
|
3367
|
+
grid-column: span 2 / span 2;
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
.md\:col-start-2 {
|
|
3371
|
+
@media (width >= 48rem) {
|
|
3372
|
+
grid-column-start: 2;
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3375
|
+
.md\:row-span-2 {
|
|
3376
|
+
@media (width >= 48rem) {
|
|
3377
|
+
grid-row: span 2 / span 2;
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
.md\:row-start-1 {
|
|
3381
|
+
@media (width >= 48rem) {
|
|
3382
|
+
grid-row-start: 1;
|
|
3383
|
+
}
|
|
3384
|
+
}
|
|
3385
|
+
.md\:row-start-2 {
|
|
3386
|
+
@media (width >= 48rem) {
|
|
3387
|
+
grid-row-start: 2;
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
3390
|
+
.md\:row-start-3 {
|
|
3391
|
+
@media (width >= 48rem) {
|
|
3392
|
+
grid-row-start: 3;
|
|
3393
|
+
}
|
|
3394
|
+
}
|
|
3395
|
+
.md\:mt-0 {
|
|
3396
|
+
@media (width >= 48rem) {
|
|
3397
|
+
margin-top: 0;
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
.md\:mt-24 {
|
|
3401
|
+
@media (width >= 48rem) {
|
|
3402
|
+
margin-top: calc(var(--spacing) * 24);
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
.md\:mt-40 {
|
|
3406
|
+
@media (width >= 48rem) {
|
|
3407
|
+
margin-top: calc(var(--spacing) * 40);
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
.md\:grid {
|
|
3411
|
+
@media (width >= 48rem) {
|
|
3412
|
+
display: grid;
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
.md\:max-w-72 {
|
|
3416
|
+
@media (width >= 48rem) {
|
|
3417
|
+
max-width: calc(var(--spacing) * 72);
|
|
3418
|
+
}
|
|
3419
|
+
}
|
|
3420
|
+
.md\:max-w-136 {
|
|
3421
|
+
@media (width >= 48rem) {
|
|
3422
|
+
max-width: calc(var(--spacing) * 136);
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
.md\:max-w-304 {
|
|
3426
|
+
@media (width >= 48rem) {
|
|
3427
|
+
max-width: calc(var(--spacing) * 304);
|
|
3428
|
+
}
|
|
3429
|
+
}
|
|
3430
|
+
.md\:grid-cols-\[18rem_1fr\] {
|
|
3431
|
+
@media (width >= 48rem) {
|
|
3432
|
+
grid-template-columns: 18rem 1fr;
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
.md\:grid-cols-\[auto_min-content\] {
|
|
3436
|
+
@media (width >= 48rem) {
|
|
3437
|
+
grid-template-columns: auto min-content;
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
.md\:items-end {
|
|
3441
|
+
@media (width >= 48rem) {
|
|
3442
|
+
align-items: flex-end;
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
.md\:gap-0 {
|
|
3446
|
+
@media (width >= 48rem) {
|
|
3447
|
+
gap: 0;
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3356
3450
|
.md\:gap-6 {
|
|
3357
3451
|
@media (width >= 48rem) {
|
|
3358
3452
|
gap: calc(var(--spacing) * 6);
|
|
3359
3453
|
}
|
|
3360
3454
|
}
|
|
3455
|
+
.md\:gap-8 {
|
|
3456
|
+
@media (width >= 48rem) {
|
|
3457
|
+
gap: calc(var(--spacing) * 8);
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3460
|
+
.md\:gap-20 {
|
|
3461
|
+
@media (width >= 48rem) {
|
|
3462
|
+
gap: calc(var(--spacing) * 20);
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3465
|
+
.md\:gap-x-12 {
|
|
3466
|
+
@media (width >= 48rem) {
|
|
3467
|
+
column-gap: calc(var(--spacing) * 12);
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
.md\:justify-self-end {
|
|
3471
|
+
@media (width >= 48rem) {
|
|
3472
|
+
justify-self: flex-end;
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3475
|
+
.md\:px-12 {
|
|
3476
|
+
@media (width >= 48rem) {
|
|
3477
|
+
padding-inline: calc(var(--spacing) * 12);
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
.md\:pt-20 {
|
|
3481
|
+
@media (width >= 48rem) {
|
|
3482
|
+
padding-top: calc(var(--spacing) * 20);
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
.md\:pb-4 {
|
|
3486
|
+
@media (width >= 48rem) {
|
|
3487
|
+
padding-bottom: calc(var(--spacing) * 4);
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3361
3490
|
.dark\:text-login-100 {
|
|
3362
3491
|
@media (prefers-color-scheme: dark) {
|
|
3363
3492
|
color: var(--color-login-100);
|
|
@@ -3414,6 +3543,16 @@
|
|
|
3414
3543
|
background-color: var(--color-login);
|
|
3415
3544
|
}
|
|
3416
3545
|
}
|
|
3546
|
+
.\[\&\>svg\]\:h-4 {
|
|
3547
|
+
&>svg {
|
|
3548
|
+
height: calc(var(--spacing) * 4);
|
|
3549
|
+
}
|
|
3550
|
+
}
|
|
3551
|
+
.\[\&\>svg\]\:w-4 {
|
|
3552
|
+
&>svg {
|
|
3553
|
+
width: calc(var(--spacing) * 4);
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3417
3556
|
}
|
|
3418
3557
|
:root {
|
|
3419
3558
|
transition: background 0.4s,
|
|
@@ -3453,75 +3592,6 @@
|
|
|
3453
3592
|
--color-login-50: #ffffff;
|
|
3454
3593
|
--color-login-text: #0e0e0e;
|
|
3455
3594
|
}
|
|
3456
|
-
/*!
|
|
3457
|
-
Theme: GitHub Dark
|
|
3458
|
-
Description: Dark theme as seen on github.com
|
|
3459
|
-
Author: github.com
|
|
3460
|
-
Maintainer: @Hirse
|
|
3461
|
-
Updated: 2021-05-15
|
|
3462
|
-
|
|
3463
|
-
Outdated base version: https://github.com/primer/github-syntax-dark
|
|
3464
|
-
Current colors taken from GitHub's CSS
|
|
3465
|
-
*/
|
|
3466
|
-
pre code.hljs {
|
|
3467
|
-
display: block;
|
|
3468
|
-
overflow-x: auto;
|
|
3469
|
-
padding: 1em;
|
|
3470
|
-
}
|
|
3471
|
-
code.hljs {
|
|
3472
|
-
padding: 3px 5px;
|
|
3473
|
-
}
|
|
3474
|
-
.hljs {
|
|
3475
|
-
color: #c9d1d9;
|
|
3476
|
-
background: #0d1117;
|
|
3477
|
-
}
|
|
3478
|
-
.hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ {
|
|
3479
|
-
color: #ff7b72;
|
|
3480
|
-
}
|
|
3481
|
-
.hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ {
|
|
3482
|
-
color: #d2a8ff;
|
|
3483
|
-
}
|
|
3484
|
-
.hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-variable, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id {
|
|
3485
|
-
color: #79c0ff;
|
|
3486
|
-
}
|
|
3487
|
-
.hljs-regexp, .hljs-string, .hljs-meta .hljs-string {
|
|
3488
|
-
color: #a5d6ff;
|
|
3489
|
-
}
|
|
3490
|
-
.hljs-built_in, .hljs-symbol {
|
|
3491
|
-
color: #ffa657;
|
|
3492
|
-
}
|
|
3493
|
-
.hljs-comment, .hljs-code, .hljs-formula {
|
|
3494
|
-
color: #8b949e;
|
|
3495
|
-
}
|
|
3496
|
-
.hljs-name, .hljs-quote, .hljs-selector-tag, .hljs-selector-pseudo {
|
|
3497
|
-
color: #7ee787;
|
|
3498
|
-
}
|
|
3499
|
-
.hljs-subst {
|
|
3500
|
-
color: #c9d1d9;
|
|
3501
|
-
}
|
|
3502
|
-
.hljs-section {
|
|
3503
|
-
color: #1f6feb;
|
|
3504
|
-
font-weight: bold;
|
|
3505
|
-
}
|
|
3506
|
-
.hljs-bullet {
|
|
3507
|
-
color: #f2cc60;
|
|
3508
|
-
}
|
|
3509
|
-
.hljs-emphasis {
|
|
3510
|
-
color: #c9d1d9;
|
|
3511
|
-
font-style: italic;
|
|
3512
|
-
}
|
|
3513
|
-
.hljs-strong {
|
|
3514
|
-
color: #c9d1d9;
|
|
3515
|
-
font-weight: bold;
|
|
3516
|
-
}
|
|
3517
|
-
.hljs-addition {
|
|
3518
|
-
color: #aff5b4;
|
|
3519
|
-
background-color: #033a16;
|
|
3520
|
-
}
|
|
3521
|
-
.hljs-deletion {
|
|
3522
|
-
color: #ffdcd7;
|
|
3523
|
-
background-color: #67060c;
|
|
3524
|
-
}
|
|
3525
3595
|
.hljs {
|
|
3526
3596
|
background: transparent;
|
|
3527
3597
|
}
|
|
@@ -3617,7 +3687,7 @@ input::-ms-clear {
|
|
|
3617
3687
|
inherits: false;
|
|
3618
3688
|
initial-value: 0;
|
|
3619
3689
|
}
|
|
3620
|
-
@property --tw-divide-
|
|
3690
|
+
@property --tw-divide-y-reverse {
|
|
3621
3691
|
syntax: "*";
|
|
3622
3692
|
inherits: false;
|
|
3623
3693
|
initial-value: 0;
|
|
@@ -3627,11 +3697,6 @@ input::-ms-clear {
|
|
|
3627
3697
|
inherits: false;
|
|
3628
3698
|
initial-value: solid;
|
|
3629
3699
|
}
|
|
3630
|
-
@property --tw-divide-y-reverse {
|
|
3631
|
-
syntax: "*";
|
|
3632
|
-
inherits: false;
|
|
3633
|
-
initial-value: 0;
|
|
3634
|
-
}
|
|
3635
3700
|
@property --tw-gradient-position {
|
|
3636
3701
|
syntax: "*";
|
|
3637
3702
|
inherits: false;
|
|
@@ -3751,11 +3816,6 @@ input::-ms-clear {
|
|
|
3751
3816
|
inherits: false;
|
|
3752
3817
|
initial-value: 0 0 #0000;
|
|
3753
3818
|
}
|
|
3754
|
-
@property --tw-outline-style {
|
|
3755
|
-
syntax: "*";
|
|
3756
|
-
inherits: false;
|
|
3757
|
-
initial-value: solid;
|
|
3758
|
-
}
|
|
3759
3819
|
@property --tw-backdrop-blur {
|
|
3760
3820
|
syntax: "*";
|
|
3761
3821
|
inherits: false;
|
|
@@ -3800,11 +3860,66 @@ input::-ms-clear {
|
|
|
3800
3860
|
syntax: "*";
|
|
3801
3861
|
inherits: false;
|
|
3802
3862
|
}
|
|
3803
|
-
@property --tw-
|
|
3863
|
+
@property --tw-blur {
|
|
3864
|
+
syntax: "*";
|
|
3865
|
+
inherits: false;
|
|
3866
|
+
}
|
|
3867
|
+
@property --tw-brightness {
|
|
3868
|
+
syntax: "*";
|
|
3869
|
+
inherits: false;
|
|
3870
|
+
}
|
|
3871
|
+
@property --tw-contrast {
|
|
3872
|
+
syntax: "*";
|
|
3873
|
+
inherits: false;
|
|
3874
|
+
}
|
|
3875
|
+
@property --tw-grayscale {
|
|
3876
|
+
syntax: "*";
|
|
3877
|
+
inherits: false;
|
|
3878
|
+
}
|
|
3879
|
+
@property --tw-hue-rotate {
|
|
3880
|
+
syntax: "*";
|
|
3881
|
+
inherits: false;
|
|
3882
|
+
}
|
|
3883
|
+
@property --tw-invert {
|
|
3884
|
+
syntax: "*";
|
|
3885
|
+
inherits: false;
|
|
3886
|
+
}
|
|
3887
|
+
@property --tw-opacity {
|
|
3888
|
+
syntax: "*";
|
|
3889
|
+
inherits: false;
|
|
3890
|
+
}
|
|
3891
|
+
@property --tw-saturate {
|
|
3892
|
+
syntax: "*";
|
|
3893
|
+
inherits: false;
|
|
3894
|
+
}
|
|
3895
|
+
@property --tw-sepia {
|
|
3896
|
+
syntax: "*";
|
|
3897
|
+
inherits: false;
|
|
3898
|
+
}
|
|
3899
|
+
@property --tw-drop-shadow {
|
|
3900
|
+
syntax: "*";
|
|
3901
|
+
inherits: false;
|
|
3902
|
+
}
|
|
3903
|
+
@property --tw-drop-shadow-color {
|
|
3804
3904
|
syntax: "*";
|
|
3805
|
-
initial-value: "";
|
|
3806
3905
|
inherits: false;
|
|
3807
3906
|
}
|
|
3907
|
+
@property --tw-drop-shadow-alpha {
|
|
3908
|
+
syntax: "<percentage>";
|
|
3909
|
+
inherits: false;
|
|
3910
|
+
initial-value: 100%;
|
|
3911
|
+
}
|
|
3912
|
+
@property --tw-drop-shadow-size {
|
|
3913
|
+
syntax: "*";
|
|
3914
|
+
inherits: false;
|
|
3915
|
+
}
|
|
3916
|
+
@keyframes ping {
|
|
3917
|
+
75%,
|
|
3918
|
+
100% {
|
|
3919
|
+
transform: scale(2);
|
|
3920
|
+
opacity: 0;
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3808
3923
|
@layer properties {
|
|
3809
3924
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
3810
3925
|
*, ::before, ::after, ::backdrop {
|
|
@@ -3820,9 +3935,8 @@ input::-ms-clear {
|
|
|
3820
3935
|
--tw-skew-x: initial;
|
|
3821
3936
|
--tw-skew-y: initial;
|
|
3822
3937
|
--tw-space-x-reverse: 0;
|
|
3823
|
-
--tw-divide-x-reverse: 0;
|
|
3824
|
-
--tw-border-style: solid;
|
|
3825
3938
|
--tw-divide-y-reverse: 0;
|
|
3939
|
+
--tw-border-style: solid;
|
|
3826
3940
|
--tw-gradient-position: initial;
|
|
3827
3941
|
--tw-gradient-from: #0000;
|
|
3828
3942
|
--tw-gradient-via: #0000;
|
|
@@ -3849,7 +3963,6 @@ input::-ms-clear {
|
|
|
3849
3963
|
--tw-ring-offset-width: 0px;
|
|
3850
3964
|
--tw-ring-offset-color: #fff;
|
|
3851
3965
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
3852
|
-
--tw-outline-style: solid;
|
|
3853
3966
|
--tw-backdrop-blur: initial;
|
|
3854
3967
|
--tw-backdrop-brightness: initial;
|
|
3855
3968
|
--tw-backdrop-contrast: initial;
|
|
@@ -3861,7 +3974,19 @@ input::-ms-clear {
|
|
|
3861
3974
|
--tw-backdrop-sepia: initial;
|
|
3862
3975
|
--tw-duration: initial;
|
|
3863
3976
|
--tw-ease: initial;
|
|
3864
|
-
--tw-
|
|
3977
|
+
--tw-blur: initial;
|
|
3978
|
+
--tw-brightness: initial;
|
|
3979
|
+
--tw-contrast: initial;
|
|
3980
|
+
--tw-grayscale: initial;
|
|
3981
|
+
--tw-hue-rotate: initial;
|
|
3982
|
+
--tw-invert: initial;
|
|
3983
|
+
--tw-opacity: initial;
|
|
3984
|
+
--tw-saturate: initial;
|
|
3985
|
+
--tw-sepia: initial;
|
|
3986
|
+
--tw-drop-shadow: initial;
|
|
3987
|
+
--tw-drop-shadow-color: initial;
|
|
3988
|
+
--tw-drop-shadow-alpha: 100%;
|
|
3989
|
+
--tw-drop-shadow-size: initial;
|
|
3865
3990
|
}
|
|
3866
3991
|
}
|
|
3867
3992
|
}
|