jqtree 1.7.2 → 1.7.4
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/.github/workflows/static.yml +57 -0
- package/bower.json +1 -1
- package/css/jqtree.postcss +4 -0
- package/docs/.ruby-version +1 -0
- package/docs/Gemfile +5 -2
- package/docs/Gemfile.lock +30 -210
- package/docs/_config.yml +110 -10
- package/docs/_entries/{10_changelog.md → general/changelog.md} +11 -1
- package/docs/_entries/multiple_selection/get-selected-nodes.md +10 -0
- package/jqtree.css +4 -0
- package/lib/dragAndDropHandler.js +11 -1
- package/lib/version.js +1 -1
- package/package.json +4 -3
- package/src/dragAndDropHandler.ts +12 -1
- package/src/version.ts +1 -1
- package/tree.jquery.debug.js +13 -3
- package/tree.jquery.debug.js.map +1 -1
- package/tree.jquery.js +2 -2
- package/tree.jquery.js.map +1 -1
- package/docs/_entries/insert.py +0 -46
- package/docs/_entries/renumber.py +0 -38
- package/docs/jqtree.css +0 -189
- package/docs/static/documentation.css +0 -1335
- package/docs/static/example.css +0 -63
- package/docs/tree.jquery.js +0 -21
- /package/docs/_entries/{72_events.md → events/index.md} +0 -0
- /package/docs/_entries/{73_tree-click.md → events/tree-click.md} +0 -0
- /package/docs/_entries/{74_tree-close.md → events/tree-close.md} +0 -0
- /package/docs/_entries/{75_tree-contextmenu.md → events/tree-contextmenu.md} +0 -0
- /package/docs/_entries/{76_tree-dblclick.md → events/tree-dblclick.md} +0 -0
- /package/docs/_entries/{77_tree-init.md → events/tree-init.md} +0 -0
- /package/docs/_entries/{78_tree-load-data.md → events/tree-load-data.md} +0 -0
- /package/docs/_entries/{79_tree-loading-data.md → events/tree-loading-data.md} +0 -0
- /package/docs/_entries/{80_tree-move.md → events/tree-move.md} +0 -0
- /package/docs/_entries/{82_tree-open.md → events/tree-open.md} +0 -0
- /package/docs/_entries/{81_tree-refresh.md → events/tree-refresh.md} +0 -0
- /package/docs/_entries/{83_tree-select.md → events/tree-select.md} +0 -0
- /package/docs/_entries/{43_addnodeafter.md → functions/addnodeafter.md} +0 -0
- /package/docs/_entries/{44_addnodebefore.md → functions/addnodebefore.md} +0 -0
- /package/docs/_entries/{42_addparentnode.md → functions/addparentnode.md} +0 -0
- /package/docs/_entries/{45_appendnode.md → functions/appendnode.md} +0 -0
- /package/docs/_entries/{46_closenode.md → functions/closenode.md} +0 -0
- /package/docs/_entries/{47_destroy.md → functions/destroy.md} +0 -0
- /package/docs/_entries/{86_get-selected-nodes.md → functions/get-selected-nodes.md} +0 -0
- /package/docs/_entries/{48_getnodebycallback.md → functions/getnodebycallback.md} +0 -0
- /package/docs/_entries/{50_getnodebyhtmlelement.md → functions/getnodebyhtmlelement.md} +0 -0
- /package/docs/_entries/{49_getnodebyid.md → functions/getnodebyid.md} +0 -0
- /package/docs/_entries/{51_getselectednode.md → functions/getselectednode.md} +0 -0
- /package/docs/_entries/{52_getstate.md → functions/getstate.md} +0 -0
- /package/docs/_entries/{53_gettree.md → functions/gettree.md} +0 -0
- /package/docs/_entries/{41_functions.md → functions/index.md} +0 -0
- /package/docs/_entries/{87_is-node-selected.md → functions/is-node-selected.md} +0 -0
- /package/docs/_entries/{54_isdragging.md → functions/isdragging.md} +0 -0
- /package/docs/_entries/{55_loaddata.md → functions/loaddata.md} +0 -0
- /package/docs/_entries/{56_loaddatafromurl.md → functions/loaddatafromurl.md} +0 -0
- /package/docs/_entries/{57_movedown.md → functions/movedown.md} +0 -0
- /package/docs/_entries/{58_movenode.md → functions/movenode.md} +0 -0
- /package/docs/_entries/{59_moveup.md → functions/moveup.md} +0 -0
- /package/docs/_entries/{60_opennode.md → functions/opennode.md} +0 -0
- /package/docs/_entries/{61_prependnode.md → functions/prependnode.md} +0 -0
- /package/docs/_entries/{62_refresh.md → functions/refresh.md} +0 -0
- /package/docs/_entries/{63_reload.md → functions/reload.md} +0 -0
- /package/docs/_entries/{64_removenode.md → functions/removenode.md} +0 -0
- /package/docs/_entries/{66_scrolltonode.md → functions/scrolltonode.md} +0 -0
- /package/docs/_entries/{65_selectnode.md → functions/selectnode.md} +0 -0
- /package/docs/_entries/{67_setoption.md → functions/setoption.md} +0 -0
- /package/docs/_entries/{68_setstate.md → functions/setstate.md} +0 -0
- /package/docs/_entries/{69_toggle.md → functions/toggle.md} +0 -0
- /package/docs/_entries/{70_tojson.md → functions/tojson.md} +0 -0
- /package/docs/_entries/{71_updatenode.md → functions/updatenode.md} +0 -0
- /package/docs/_entries/{04_demo.html → general/demo.html} +0 -0
- /package/docs/_entries/{06_downloads.md → general/downloads.md} +0 -0
- /package/docs/_entries/{08_examples.md → general/examples.md} +0 -0
- /package/docs/_entries/{03_features.md → general/features.md} +0 -0
- /package/docs/_entries/{01_general.md → general/index.md} +0 -0
- /package/docs/_entries/{02_introduction.md → general/introduction.md} +0 -0
- /package/docs/_entries/{05_requirements.md → general/requirements.md} +0 -0
- /package/docs/_entries/{07_tutorial.md → general/tutorial.md} +0 -0
- /package/docs/_entries/{09_usecases.md → general/usecases.md} +0 -0
- /package/docs/_entries/{85_add-to-selection.md → multiple_selection/add-to-selection.md} +0 -0
- /package/docs/_entries/{84_multiple-selection.md → multiple_selection/index.md} +0 -0
- /package/docs/_entries/{88_remove-from-selection.md → multiple_selection/remove-from-selection.md} +0 -0
- /package/docs/_entries/{90_children.md → node/children.md} +0 -0
- /package/docs/_entries/{91_getdata.md → node/getdata.md} +0 -0
- /package/docs/_entries/{92_getlevel.md → node/getlevel.md} +0 -0
- /package/docs/_entries/{93_getnextnode.md → node/getnextnode.md} +0 -0
- /package/docs/_entries/{94_getnextsibling.md → node/getnextsibling.md} +0 -0
- /package/docs/_entries/{95_getnextvisiblenode.md → node/getnextvisiblenode.md} +0 -0
- /package/docs/_entries/{96_getpreviousnode.md → node/getpreviousnode.md} +0 -0
- /package/docs/_entries/{97_getprevioussibling.md → node/getprevioussibling.md} +0 -0
- /package/docs/_entries/{98_getpreviousvisiblenode.md → node/getpreviousvisiblenode.md} +0 -0
- /package/docs/_entries/{89_node-functions.md → node/index.md} +0 -0
- /package/docs/_entries/{99_parent.md → node/parent.md} +0 -0
- /package/docs/_entries/{12_animationspeed.md → options/animationspeed.md} +0 -0
- /package/docs/_entries/{13_autoescape.md → options/autoescape.md} +0 -0
- /package/docs/_entries/{14_autoopen.md → options/autoopen.md} +0 -0
- /package/docs/_entries/{15_buttonleft.md → options/buttonleft.md} +0 -0
- /package/docs/_entries/{16_closedicon.md → options/closedicon.md} +0 -0
- /package/docs/_entries/{19_data-url.md → options/data-url.md} +0 -0
- /package/docs/_entries/{17_data.md → options/data.md} +0 -0
- /package/docs/_entries/{18_datafilter.md → options/datafilter.md} +0 -0
- /package/docs/_entries/{20_draganddrop.md → options/draganddrop.md} +0 -0
- /package/docs/_entries/{11_options.md → options/index.md} +0 -0
- /package/docs/_entries/{21_keyboardsupport.md → options/keyboardsupport.md} +0 -0
- /package/docs/_entries/{22_oncanmove.md → options/oncanmove.md} +0 -0
- /package/docs/_entries/{23_oncanmoveto.md → options/oncanmoveto.md} +0 -0
- /package/docs/_entries/{24_oncanselectnode.md → options/oncanselectnode.md} +0 -0
- /package/docs/_entries/{25_oncreateli.md → options/oncreateli.md} +0 -0
- /package/docs/_entries/{26_ondragmove.md → options/ondragmove.md} +0 -0
- /package/docs/_entries/{27_ondragstop.md → options/ondragstop.md} +0 -0
- /package/docs/_entries/{28_onismovehandle.md → options/onismovehandle.md} +0 -0
- /package/docs/_entries/{29_onloadfailed.md → options/onloadfailed.md} +0 -0
- /package/docs/_entries/{30_onloading.md → options/onloading.md} +0 -0
- /package/docs/_entries/{31_openedicon.md → options/openedicon.md} +0 -0
- /package/docs/_entries/{32_openfolderdelay.md → options/openfolderdelay.md} +0 -0
- /package/docs/_entries/{33_rtl.md → options/rtl.md} +0 -0
- /package/docs/_entries/{34_savestate.md → options/savestate.md} +0 -0
- /package/docs/_entries/{35_selectable.md → options/selectable.md} +0 -0
- /package/docs/_entries/{36_showemptyfolder.md → options/showemptyfolder.md} +0 -0
- /package/docs/_entries/{37_slide.md → options/slide.md} +0 -0
- /package/docs/_entries/{38_start_dnd_delay.md → options/start_dnd_delay.md} +0 -0
- /package/docs/_entries/{39_tabindex.md → options/tabindex.md} +0 -0
- /package/docs/_entries/{40_usecontextmenu.md → options/usecontextmenu.md} +0 -0
|
@@ -1,1335 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
/*
|
|
6
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
7
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
*,
|
|
11
|
-
::before,
|
|
12
|
-
::after {
|
|
13
|
-
box-sizing: border-box;
|
|
14
|
-
/* 1 */
|
|
15
|
-
border-width: 0;
|
|
16
|
-
/* 2 */
|
|
17
|
-
border-style: solid;
|
|
18
|
-
/* 2 */
|
|
19
|
-
border-color: #e5e7eb;
|
|
20
|
-
/* 2 */
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
::before,
|
|
24
|
-
::after {
|
|
25
|
-
--tw-content: '';
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/*
|
|
29
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
30
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
31
|
-
3. Use a more readable tab size.
|
|
32
|
-
4. Use the user's configured `sans` font-family by default.
|
|
33
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
34
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
html {
|
|
38
|
-
line-height: 1.5;
|
|
39
|
-
/* 1 */
|
|
40
|
-
-webkit-text-size-adjust: 100%;
|
|
41
|
-
/* 2 */
|
|
42
|
-
-moz-tab-size: 4;
|
|
43
|
-
/* 3 */
|
|
44
|
-
-o-tab-size: 4;
|
|
45
|
-
tab-size: 4;
|
|
46
|
-
/* 3 */
|
|
47
|
-
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
48
|
-
/* 4 */
|
|
49
|
-
font-feature-settings: normal;
|
|
50
|
-
/* 5 */
|
|
51
|
-
font-variation-settings: normal;
|
|
52
|
-
/* 6 */
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/*
|
|
56
|
-
1. Remove the margin in all browsers.
|
|
57
|
-
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
body {
|
|
61
|
-
margin: 0;
|
|
62
|
-
/* 1 */
|
|
63
|
-
line-height: inherit;
|
|
64
|
-
/* 2 */
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
/*
|
|
68
|
-
1. Add the correct height in Firefox.
|
|
69
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
70
|
-
3. Ensure horizontal rules are visible by default.
|
|
71
|
-
*/
|
|
72
|
-
|
|
73
|
-
hr {
|
|
74
|
-
height: 0;
|
|
75
|
-
/* 1 */
|
|
76
|
-
color: inherit;
|
|
77
|
-
/* 2 */
|
|
78
|
-
border-top-width: 1px;
|
|
79
|
-
/* 3 */
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/*
|
|
83
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
abbr:where([title]) {
|
|
87
|
-
-webkit-text-decoration: underline dotted;
|
|
88
|
-
text-decoration: underline dotted;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/*
|
|
92
|
-
Remove the default font size and weight for headings.
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
|
-
h1,
|
|
96
|
-
h2,
|
|
97
|
-
h3,
|
|
98
|
-
h4,
|
|
99
|
-
h5,
|
|
100
|
-
h6 {
|
|
101
|
-
font-size: inherit;
|
|
102
|
-
font-weight: inherit;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/*
|
|
106
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
107
|
-
*/
|
|
108
|
-
|
|
109
|
-
a {
|
|
110
|
-
color: inherit;
|
|
111
|
-
text-decoration: inherit;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/*
|
|
115
|
-
Add the correct font weight in Edge and Safari.
|
|
116
|
-
*/
|
|
117
|
-
|
|
118
|
-
b,
|
|
119
|
-
strong {
|
|
120
|
-
font-weight: bolder;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/*
|
|
124
|
-
1. Use the user's configured `mono` font family by default.
|
|
125
|
-
2. Correct the odd `em` font sizing in all browsers.
|
|
126
|
-
*/
|
|
127
|
-
|
|
128
|
-
code,
|
|
129
|
-
kbd,
|
|
130
|
-
samp,
|
|
131
|
-
pre {
|
|
132
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
133
|
-
/* 1 */
|
|
134
|
-
font-size: 1em;
|
|
135
|
-
/* 2 */
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/*
|
|
139
|
-
Add the correct font size in all browsers.
|
|
140
|
-
*/
|
|
141
|
-
|
|
142
|
-
small {
|
|
143
|
-
font-size: 80%;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
/*
|
|
147
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
148
|
-
*/
|
|
149
|
-
|
|
150
|
-
sub,
|
|
151
|
-
sup {
|
|
152
|
-
font-size: 75%;
|
|
153
|
-
line-height: 0;
|
|
154
|
-
position: relative;
|
|
155
|
-
vertical-align: baseline;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
sub {
|
|
159
|
-
bottom: -0.25em;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
sup {
|
|
163
|
-
top: -0.5em;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/*
|
|
167
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
168
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
169
|
-
3. Remove gaps between table borders by default.
|
|
170
|
-
*/
|
|
171
|
-
|
|
172
|
-
table {
|
|
173
|
-
text-indent: 0;
|
|
174
|
-
/* 1 */
|
|
175
|
-
border-color: inherit;
|
|
176
|
-
/* 2 */
|
|
177
|
-
border-collapse: collapse;
|
|
178
|
-
/* 3 */
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/*
|
|
182
|
-
1. Change the font styles in all browsers.
|
|
183
|
-
2. Remove the margin in Firefox and Safari.
|
|
184
|
-
3. Remove default padding in all browsers.
|
|
185
|
-
*/
|
|
186
|
-
|
|
187
|
-
button,
|
|
188
|
-
input,
|
|
189
|
-
optgroup,
|
|
190
|
-
select,
|
|
191
|
-
textarea {
|
|
192
|
-
font-family: inherit;
|
|
193
|
-
/* 1 */
|
|
194
|
-
font-feature-settings: inherit;
|
|
195
|
-
/* 1 */
|
|
196
|
-
font-variation-settings: inherit;
|
|
197
|
-
/* 1 */
|
|
198
|
-
font-size: 100%;
|
|
199
|
-
/* 1 */
|
|
200
|
-
font-weight: inherit;
|
|
201
|
-
/* 1 */
|
|
202
|
-
line-height: inherit;
|
|
203
|
-
/* 1 */
|
|
204
|
-
color: inherit;
|
|
205
|
-
/* 1 */
|
|
206
|
-
margin: 0;
|
|
207
|
-
/* 2 */
|
|
208
|
-
padding: 0;
|
|
209
|
-
/* 3 */
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/*
|
|
213
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
214
|
-
*/
|
|
215
|
-
|
|
216
|
-
button,
|
|
217
|
-
select {
|
|
218
|
-
text-transform: none;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/*
|
|
222
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
223
|
-
2. Remove default button styles.
|
|
224
|
-
*/
|
|
225
|
-
|
|
226
|
-
button,
|
|
227
|
-
[type='button'],
|
|
228
|
-
[type='reset'],
|
|
229
|
-
[type='submit'] {
|
|
230
|
-
-webkit-appearance: button;
|
|
231
|
-
/* 1 */
|
|
232
|
-
background-color: transparent;
|
|
233
|
-
/* 2 */
|
|
234
|
-
background-image: none;
|
|
235
|
-
/* 2 */
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/*
|
|
239
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
240
|
-
*/
|
|
241
|
-
|
|
242
|
-
:-moz-focusring {
|
|
243
|
-
outline: auto;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
/*
|
|
247
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
248
|
-
*/
|
|
249
|
-
|
|
250
|
-
:-moz-ui-invalid {
|
|
251
|
-
box-shadow: none;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/*
|
|
255
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
256
|
-
*/
|
|
257
|
-
|
|
258
|
-
progress {
|
|
259
|
-
vertical-align: baseline;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/*
|
|
263
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
264
|
-
*/
|
|
265
|
-
|
|
266
|
-
::-webkit-inner-spin-button,
|
|
267
|
-
::-webkit-outer-spin-button {
|
|
268
|
-
height: auto;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/*
|
|
272
|
-
1. Correct the odd appearance in Chrome and Safari.
|
|
273
|
-
2. Correct the outline style in Safari.
|
|
274
|
-
*/
|
|
275
|
-
|
|
276
|
-
[type='search'] {
|
|
277
|
-
-webkit-appearance: textfield;
|
|
278
|
-
/* 1 */
|
|
279
|
-
outline-offset: -2px;
|
|
280
|
-
/* 2 */
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/*
|
|
284
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
285
|
-
*/
|
|
286
|
-
|
|
287
|
-
::-webkit-search-decoration {
|
|
288
|
-
-webkit-appearance: none;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
/*
|
|
292
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
293
|
-
2. Change font properties to `inherit` in Safari.
|
|
294
|
-
*/
|
|
295
|
-
|
|
296
|
-
::-webkit-file-upload-button {
|
|
297
|
-
-webkit-appearance: button;
|
|
298
|
-
/* 1 */
|
|
299
|
-
font: inherit;
|
|
300
|
-
/* 2 */
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/*
|
|
304
|
-
Add the correct display in Chrome and Safari.
|
|
305
|
-
*/
|
|
306
|
-
|
|
307
|
-
summary {
|
|
308
|
-
display: list-item;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/*
|
|
312
|
-
Removes the default spacing and border for appropriate elements.
|
|
313
|
-
*/
|
|
314
|
-
|
|
315
|
-
blockquote,
|
|
316
|
-
dl,
|
|
317
|
-
dd,
|
|
318
|
-
h1,
|
|
319
|
-
h2,
|
|
320
|
-
h3,
|
|
321
|
-
h4,
|
|
322
|
-
h5,
|
|
323
|
-
h6,
|
|
324
|
-
hr,
|
|
325
|
-
figure,
|
|
326
|
-
p,
|
|
327
|
-
pre {
|
|
328
|
-
margin: 0;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
fieldset {
|
|
332
|
-
margin: 0;
|
|
333
|
-
padding: 0;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
legend {
|
|
337
|
-
padding: 0;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
ol,
|
|
341
|
-
ul,
|
|
342
|
-
menu {
|
|
343
|
-
list-style: none;
|
|
344
|
-
margin: 0;
|
|
345
|
-
padding: 0;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/*
|
|
349
|
-
Reset default styling for dialogs.
|
|
350
|
-
*/
|
|
351
|
-
|
|
352
|
-
dialog {
|
|
353
|
-
padding: 0;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
/*
|
|
357
|
-
Prevent resizing textareas horizontally by default.
|
|
358
|
-
*/
|
|
359
|
-
|
|
360
|
-
textarea {
|
|
361
|
-
resize: vertical;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/*
|
|
365
|
-
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
366
|
-
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
367
|
-
*/
|
|
368
|
-
|
|
369
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
370
|
-
opacity: 1;
|
|
371
|
-
/* 1 */
|
|
372
|
-
color: #9ca3af;
|
|
373
|
-
/* 2 */
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
input::placeholder,
|
|
377
|
-
textarea::placeholder {
|
|
378
|
-
opacity: 1;
|
|
379
|
-
/* 1 */
|
|
380
|
-
color: #9ca3af;
|
|
381
|
-
/* 2 */
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/*
|
|
385
|
-
Set the default cursor for buttons.
|
|
386
|
-
*/
|
|
387
|
-
|
|
388
|
-
button,
|
|
389
|
-
[role="button"] {
|
|
390
|
-
cursor: pointer;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
/*
|
|
394
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
395
|
-
*/
|
|
396
|
-
|
|
397
|
-
:disabled {
|
|
398
|
-
cursor: default;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/*
|
|
402
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
403
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
404
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
405
|
-
*/
|
|
406
|
-
|
|
407
|
-
img,
|
|
408
|
-
svg,
|
|
409
|
-
video,
|
|
410
|
-
canvas,
|
|
411
|
-
audio,
|
|
412
|
-
iframe,
|
|
413
|
-
embed,
|
|
414
|
-
object {
|
|
415
|
-
display: block;
|
|
416
|
-
/* 1 */
|
|
417
|
-
vertical-align: middle;
|
|
418
|
-
/* 2 */
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
/*
|
|
422
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
423
|
-
*/
|
|
424
|
-
|
|
425
|
-
img,
|
|
426
|
-
video {
|
|
427
|
-
max-width: 100%;
|
|
428
|
-
height: auto;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
432
|
-
|
|
433
|
-
[hidden] {
|
|
434
|
-
display: none;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
*, ::before, ::after {
|
|
438
|
-
--tw-border-spacing-x: 0;
|
|
439
|
-
--tw-border-spacing-y: 0;
|
|
440
|
-
--tw-translate-x: 0;
|
|
441
|
-
--tw-translate-y: 0;
|
|
442
|
-
--tw-rotate: 0;
|
|
443
|
-
--tw-skew-x: 0;
|
|
444
|
-
--tw-skew-y: 0;
|
|
445
|
-
--tw-scale-x: 1;
|
|
446
|
-
--tw-scale-y: 1;
|
|
447
|
-
--tw-pan-x: ;
|
|
448
|
-
--tw-pan-y: ;
|
|
449
|
-
--tw-pinch-zoom: ;
|
|
450
|
-
--tw-scroll-snap-strictness: proximity;
|
|
451
|
-
--tw-gradient-from-position: ;
|
|
452
|
-
--tw-gradient-via-position: ;
|
|
453
|
-
--tw-gradient-to-position: ;
|
|
454
|
-
--tw-ordinal: ;
|
|
455
|
-
--tw-slashed-zero: ;
|
|
456
|
-
--tw-numeric-figure: ;
|
|
457
|
-
--tw-numeric-spacing: ;
|
|
458
|
-
--tw-numeric-fraction: ;
|
|
459
|
-
--tw-ring-inset: ;
|
|
460
|
-
--tw-ring-offset-width: 0px;
|
|
461
|
-
--tw-ring-offset-color: #fff;
|
|
462
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
463
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
464
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
465
|
-
--tw-shadow: 0 0 #0000;
|
|
466
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
467
|
-
--tw-blur: ;
|
|
468
|
-
--tw-brightness: ;
|
|
469
|
-
--tw-contrast: ;
|
|
470
|
-
--tw-grayscale: ;
|
|
471
|
-
--tw-hue-rotate: ;
|
|
472
|
-
--tw-invert: ;
|
|
473
|
-
--tw-saturate: ;
|
|
474
|
-
--tw-sepia: ;
|
|
475
|
-
--tw-drop-shadow: ;
|
|
476
|
-
--tw-backdrop-blur: ;
|
|
477
|
-
--tw-backdrop-brightness: ;
|
|
478
|
-
--tw-backdrop-contrast: ;
|
|
479
|
-
--tw-backdrop-grayscale: ;
|
|
480
|
-
--tw-backdrop-hue-rotate: ;
|
|
481
|
-
--tw-backdrop-invert: ;
|
|
482
|
-
--tw-backdrop-opacity: ;
|
|
483
|
-
--tw-backdrop-saturate: ;
|
|
484
|
-
--tw-backdrop-sepia: ;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
::backdrop {
|
|
488
|
-
--tw-border-spacing-x: 0;
|
|
489
|
-
--tw-border-spacing-y: 0;
|
|
490
|
-
--tw-translate-x: 0;
|
|
491
|
-
--tw-translate-y: 0;
|
|
492
|
-
--tw-rotate: 0;
|
|
493
|
-
--tw-skew-x: 0;
|
|
494
|
-
--tw-skew-y: 0;
|
|
495
|
-
--tw-scale-x: 1;
|
|
496
|
-
--tw-scale-y: 1;
|
|
497
|
-
--tw-pan-x: ;
|
|
498
|
-
--tw-pan-y: ;
|
|
499
|
-
--tw-pinch-zoom: ;
|
|
500
|
-
--tw-scroll-snap-strictness: proximity;
|
|
501
|
-
--tw-gradient-from-position: ;
|
|
502
|
-
--tw-gradient-via-position: ;
|
|
503
|
-
--tw-gradient-to-position: ;
|
|
504
|
-
--tw-ordinal: ;
|
|
505
|
-
--tw-slashed-zero: ;
|
|
506
|
-
--tw-numeric-figure: ;
|
|
507
|
-
--tw-numeric-spacing: ;
|
|
508
|
-
--tw-numeric-fraction: ;
|
|
509
|
-
--tw-ring-inset: ;
|
|
510
|
-
--tw-ring-offset-width: 0px;
|
|
511
|
-
--tw-ring-offset-color: #fff;
|
|
512
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
513
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
514
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
515
|
-
--tw-shadow: 0 0 #0000;
|
|
516
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
517
|
-
--tw-blur: ;
|
|
518
|
-
--tw-brightness: ;
|
|
519
|
-
--tw-contrast: ;
|
|
520
|
-
--tw-grayscale: ;
|
|
521
|
-
--tw-hue-rotate: ;
|
|
522
|
-
--tw-invert: ;
|
|
523
|
-
--tw-saturate: ;
|
|
524
|
-
--tw-sepia: ;
|
|
525
|
-
--tw-drop-shadow: ;
|
|
526
|
-
--tw-backdrop-blur: ;
|
|
527
|
-
--tw-backdrop-brightness: ;
|
|
528
|
-
--tw-backdrop-contrast: ;
|
|
529
|
-
--tw-backdrop-grayscale: ;
|
|
530
|
-
--tw-backdrop-hue-rotate: ;
|
|
531
|
-
--tw-backdrop-invert: ;
|
|
532
|
-
--tw-backdrop-opacity: ;
|
|
533
|
-
--tw-backdrop-saturate: ;
|
|
534
|
-
--tw-backdrop-sepia: ;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.prose {
|
|
538
|
-
color: var(--tw-prose-body);
|
|
539
|
-
max-width: 65ch;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.prose :where(p):not(:where([class~="not-prose"] *)) {
|
|
543
|
-
margin-top: 1.25em;
|
|
544
|
-
margin-bottom: 1.25em;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
|
|
548
|
-
color: var(--tw-prose-lead);
|
|
549
|
-
font-size: 1.25em;
|
|
550
|
-
line-height: 1.6;
|
|
551
|
-
margin-top: 1.2em;
|
|
552
|
-
margin-bottom: 1.2em;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.prose :where(a):not(:where([class~="not-prose"] *)) {
|
|
556
|
-
color: var(--tw-prose-links);
|
|
557
|
-
text-decoration: underline;
|
|
558
|
-
font-weight: 500;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.prose :where(strong):not(:where([class~="not-prose"] *)) {
|
|
562
|
-
color: var(--tw-prose-bold);
|
|
563
|
-
font-weight: 600;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
|
|
567
|
-
color: inherit;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
|
|
571
|
-
color: inherit;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
|
|
575
|
-
color: inherit;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.prose :where(ol):not(:where([class~="not-prose"] *)) {
|
|
579
|
-
list-style-type: decimal;
|
|
580
|
-
margin-top: 1.25em;
|
|
581
|
-
margin-bottom: 1.25em;
|
|
582
|
-
padding-left: 1.625em;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
|
|
586
|
-
list-style-type: upper-alpha;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
|
|
590
|
-
list-style-type: lower-alpha;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
|
|
594
|
-
list-style-type: upper-alpha;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
|
|
598
|
-
list-style-type: lower-alpha;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
|
|
602
|
-
list-style-type: upper-roman;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
|
|
606
|
-
list-style-type: lower-roman;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
|
|
610
|
-
list-style-type: upper-roman;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
|
|
614
|
-
list-style-type: lower-roman;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
|
|
618
|
-
list-style-type: decimal;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.prose :where(ul):not(:where([class~="not-prose"] *)) {
|
|
622
|
-
list-style-type: disc;
|
|
623
|
-
margin-top: 1.25em;
|
|
624
|
-
margin-bottom: 1.25em;
|
|
625
|
-
padding-left: 1.625em;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
|
|
629
|
-
font-weight: 400;
|
|
630
|
-
color: var(--tw-prose-counters);
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
|
634
|
-
color: var(--tw-prose-bullets);
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
.prose :where(hr):not(:where([class~="not-prose"] *)) {
|
|
638
|
-
border-color: var(--tw-prose-hr);
|
|
639
|
-
border-top-width: 1px;
|
|
640
|
-
margin-top: 3em;
|
|
641
|
-
margin-bottom: 3em;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
|
|
645
|
-
font-weight: 500;
|
|
646
|
-
font-style: italic;
|
|
647
|
-
color: var(--tw-prose-quotes);
|
|
648
|
-
border-left-width: 0.25rem;
|
|
649
|
-
border-left-color: var(--tw-prose-quote-borders);
|
|
650
|
-
quotes: "\201C""\201D""\2018""\2019";
|
|
651
|
-
margin-top: 1.6em;
|
|
652
|
-
margin-bottom: 1.6em;
|
|
653
|
-
padding-left: 1em;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
|
|
657
|
-
content: open-quote;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
|
|
661
|
-
content: close-quote;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.prose :where(h1):not(:where([class~="not-prose"] *)) {
|
|
665
|
-
color: var(--tw-prose-headings);
|
|
666
|
-
font-weight: 800;
|
|
667
|
-
font-size: 2.25em;
|
|
668
|
-
margin-top: 0;
|
|
669
|
-
margin-bottom: 0.8888889em;
|
|
670
|
-
line-height: 1.1111111;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
|
|
674
|
-
font-weight: 900;
|
|
675
|
-
color: inherit;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.prose :where(h2):not(:where([class~="not-prose"] *)) {
|
|
679
|
-
color: var(--tw-prose-headings);
|
|
680
|
-
font-weight: 700;
|
|
681
|
-
font-size: 1.5em;
|
|
682
|
-
margin-top: 2em;
|
|
683
|
-
margin-bottom: 1em;
|
|
684
|
-
line-height: 1.3333333;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
|
|
688
|
-
font-weight: 800;
|
|
689
|
-
color: inherit;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.prose :where(h3):not(:where([class~="not-prose"] *)) {
|
|
693
|
-
color: var(--tw-prose-headings);
|
|
694
|
-
font-weight: 600;
|
|
695
|
-
font-size: 1.25em;
|
|
696
|
-
margin-top: 1.6em;
|
|
697
|
-
margin-bottom: 0.6em;
|
|
698
|
-
line-height: 1.6;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
|
|
702
|
-
font-weight: 700;
|
|
703
|
-
color: inherit;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.prose :where(h4):not(:where([class~="not-prose"] *)) {
|
|
707
|
-
color: var(--tw-prose-headings);
|
|
708
|
-
font-weight: 600;
|
|
709
|
-
margin-top: 1.5em;
|
|
710
|
-
margin-bottom: 0.5em;
|
|
711
|
-
line-height: 1.5;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
|
|
715
|
-
font-weight: 700;
|
|
716
|
-
color: inherit;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.prose :where(img):not(:where([class~="not-prose"] *)) {
|
|
720
|
-
margin-top: 2em;
|
|
721
|
-
margin-bottom: 2em;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
|
|
725
|
-
margin-top: 0;
|
|
726
|
-
margin-bottom: 0;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
|
|
730
|
-
color: var(--tw-prose-captions);
|
|
731
|
-
font-size: 0.875em;
|
|
732
|
-
line-height: 1.4285714;
|
|
733
|
-
margin-top: 0.8571429em;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
.prose :where(code):not(:where([class~="not-prose"] *)) {
|
|
737
|
-
color: var(--tw-prose-code);
|
|
738
|
-
font-weight: 600;
|
|
739
|
-
font-size: 0.875em;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
.prose :where(code):not(:where([class~="not-prose"] *))::before {
|
|
743
|
-
content: "`";
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.prose :where(code):not(:where([class~="not-prose"] *))::after {
|
|
747
|
-
content: "`";
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
.prose :where(a code):not(:where([class~="not-prose"] *)) {
|
|
751
|
-
color: inherit;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
|
|
755
|
-
color: inherit;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
|
|
759
|
-
color: inherit;
|
|
760
|
-
font-size: 0.875em;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
|
|
764
|
-
color: inherit;
|
|
765
|
-
font-size: 0.9em;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
|
|
769
|
-
color: inherit;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
|
|
773
|
-
color: inherit;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
|
|
777
|
-
color: inherit;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.prose :where(pre):not(:where([class~="not-prose"] *)) {
|
|
781
|
-
color: var(--tw-prose-pre-code);
|
|
782
|
-
background-color: var(--tw-prose-pre-bg);
|
|
783
|
-
overflow-x: auto;
|
|
784
|
-
font-weight: 400;
|
|
785
|
-
font-size: 0.875em;
|
|
786
|
-
line-height: 1.7142857;
|
|
787
|
-
margin-top: 1.7142857em;
|
|
788
|
-
margin-bottom: 1.7142857em;
|
|
789
|
-
border-radius: 0.375rem;
|
|
790
|
-
padding-top: 0.8571429em;
|
|
791
|
-
padding-right: 1.1428571em;
|
|
792
|
-
padding-bottom: 0.8571429em;
|
|
793
|
-
padding-left: 1.1428571em;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
|
|
797
|
-
background-color: transparent;
|
|
798
|
-
border-width: 0;
|
|
799
|
-
border-radius: 0;
|
|
800
|
-
padding: 0;
|
|
801
|
-
font-weight: inherit;
|
|
802
|
-
color: inherit;
|
|
803
|
-
font-size: inherit;
|
|
804
|
-
font-family: inherit;
|
|
805
|
-
line-height: inherit;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
|
|
809
|
-
content: none;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
|
|
813
|
-
content: none;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.prose :where(table):not(:where([class~="not-prose"] *)) {
|
|
817
|
-
width: 100%;
|
|
818
|
-
table-layout: auto;
|
|
819
|
-
text-align: left;
|
|
820
|
-
margin-top: 2em;
|
|
821
|
-
margin-bottom: 2em;
|
|
822
|
-
font-size: 0.875em;
|
|
823
|
-
line-height: 1.7142857;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.prose :where(thead):not(:where([class~="not-prose"] *)) {
|
|
827
|
-
border-bottom-width: 1px;
|
|
828
|
-
border-bottom-color: var(--tw-prose-th-borders);
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
|
|
832
|
-
color: var(--tw-prose-headings);
|
|
833
|
-
font-weight: 600;
|
|
834
|
-
vertical-align: bottom;
|
|
835
|
-
padding-right: 0.5714286em;
|
|
836
|
-
padding-bottom: 0.5714286em;
|
|
837
|
-
padding-left: 0.5714286em;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
|
|
841
|
-
border-bottom-width: 1px;
|
|
842
|
-
border-bottom-color: var(--tw-prose-td-borders);
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
|
|
846
|
-
border-bottom-width: 0;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
|
|
850
|
-
vertical-align: baseline;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
|
|
854
|
-
border-top-width: 1px;
|
|
855
|
-
border-top-color: var(--tw-prose-th-borders);
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
|
|
859
|
-
vertical-align: top;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
.prose {
|
|
863
|
-
--tw-prose-body: #374151;
|
|
864
|
-
--tw-prose-headings: #111827;
|
|
865
|
-
--tw-prose-lead: #4b5563;
|
|
866
|
-
--tw-prose-links: #111827;
|
|
867
|
-
--tw-prose-bold: #111827;
|
|
868
|
-
--tw-prose-counters: #6b7280;
|
|
869
|
-
--tw-prose-bullets: #d1d5db;
|
|
870
|
-
--tw-prose-hr: #e5e7eb;
|
|
871
|
-
--tw-prose-quotes: #111827;
|
|
872
|
-
--tw-prose-quote-borders: #e5e7eb;
|
|
873
|
-
--tw-prose-captions: #6b7280;
|
|
874
|
-
--tw-prose-code: #111827;
|
|
875
|
-
--tw-prose-pre-code: #e5e7eb;
|
|
876
|
-
--tw-prose-pre-bg: #1f2937;
|
|
877
|
-
--tw-prose-th-borders: #d1d5db;
|
|
878
|
-
--tw-prose-td-borders: #e5e7eb;
|
|
879
|
-
--tw-prose-invert-body: #d1d5db;
|
|
880
|
-
--tw-prose-invert-headings: #fff;
|
|
881
|
-
--tw-prose-invert-lead: #9ca3af;
|
|
882
|
-
--tw-prose-invert-links: #fff;
|
|
883
|
-
--tw-prose-invert-bold: #fff;
|
|
884
|
-
--tw-prose-invert-counters: #9ca3af;
|
|
885
|
-
--tw-prose-invert-bullets: #4b5563;
|
|
886
|
-
--tw-prose-invert-hr: #374151;
|
|
887
|
-
--tw-prose-invert-quotes: #f3f4f6;
|
|
888
|
-
--tw-prose-invert-quote-borders: #374151;
|
|
889
|
-
--tw-prose-invert-captions: #9ca3af;
|
|
890
|
-
--tw-prose-invert-code: #fff;
|
|
891
|
-
--tw-prose-invert-pre-code: #d1d5db;
|
|
892
|
-
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
893
|
-
--tw-prose-invert-th-borders: #4b5563;
|
|
894
|
-
--tw-prose-invert-td-borders: #374151;
|
|
895
|
-
font-size: 1rem;
|
|
896
|
-
line-height: 1.75;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
.prose :where(video):not(:where([class~="not-prose"] *)) {
|
|
900
|
-
margin-top: 2em;
|
|
901
|
-
margin-bottom: 2em;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.prose :where(figure):not(:where([class~="not-prose"] *)) {
|
|
905
|
-
margin-top: 2em;
|
|
906
|
-
margin-bottom: 2em;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
.prose :where(li):not(:where([class~="not-prose"] *)) {
|
|
910
|
-
margin-top: 0.5em;
|
|
911
|
-
margin-bottom: 0.5em;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
|
|
915
|
-
padding-left: 0.375em;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
|
|
919
|
-
padding-left: 0.375em;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
|
|
923
|
-
margin-top: 0.75em;
|
|
924
|
-
margin-bottom: 0.75em;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
928
|
-
margin-top: 1.25em;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
932
|
-
margin-bottom: 1.25em;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
|
|
936
|
-
margin-top: 1.25em;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
|
|
940
|
-
margin-bottom: 1.25em;
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
|
|
944
|
-
margin-top: 0.75em;
|
|
945
|
-
margin-bottom: 0.75em;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
|
|
949
|
-
margin-top: 0;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
|
|
953
|
-
margin-top: 0;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
|
|
957
|
-
margin-top: 0;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
|
|
961
|
-
margin-top: 0;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
|
|
965
|
-
padding-left: 0;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
|
|
969
|
-
padding-right: 0;
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
|
|
973
|
-
padding-top: 0.5714286em;
|
|
974
|
-
padding-right: 0.5714286em;
|
|
975
|
-
padding-bottom: 0.5714286em;
|
|
976
|
-
padding-left: 0.5714286em;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
|
|
980
|
-
padding-left: 0;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
|
|
984
|
-
padding-right: 0;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
|
|
988
|
-
margin-top: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
|
|
992
|
-
margin-bottom: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.fixed {
|
|
996
|
-
position: fixed;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.inset-0 {
|
|
1000
|
-
inset: 0px;
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
.left-\[max\(0px\2c calc\(50\%-45rem\)\)\] {
|
|
1004
|
-
left: max(0px,calc(50% - 45rem));
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.right-auto {
|
|
1008
|
-
right: auto;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
.mx-auto {
|
|
1012
|
-
margin-left: auto;
|
|
1013
|
-
margin-right: auto;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.mb-16 {
|
|
1017
|
-
margin-bottom: 4rem;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.mb-3 {
|
|
1021
|
-
margin-bottom: 0.75rem;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.mb-4 {
|
|
1025
|
-
margin-bottom: 1rem;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.mb-8 {
|
|
1029
|
-
margin-bottom: 2rem;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.ml-2 {
|
|
1033
|
-
margin-left: 0.5rem;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.mr-4 {
|
|
1037
|
-
margin-right: 1rem;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.mt-4 {
|
|
1041
|
-
margin-top: 1rem;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
.mt-5 {
|
|
1045
|
-
margin-top: 1.25rem;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
.mt-8 {
|
|
1049
|
-
margin-top: 2rem;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
.block {
|
|
1053
|
-
display: block;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.flex {
|
|
1057
|
-
display: flex;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.hidden {
|
|
1061
|
-
display: none;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.w-\[19\.5rem\] {
|
|
1065
|
-
width: 19.5rem;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.max-w-8xl {
|
|
1069
|
-
max-width: 90rem;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.justify-between {
|
|
1073
|
-
justify-content: space-between;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1077
|
-
--tw-space-y-reverse: 0;
|
|
1078
|
-
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1079
|
-
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.overflow-y-auto {
|
|
1083
|
-
overflow-y: auto;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.rounded-md {
|
|
1087
|
-
border-radius: 0.375rem;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.border {
|
|
1091
|
-
border-width: 1px;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.border-l {
|
|
1095
|
-
border-left-width: 1px;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.border-gray-300 {
|
|
1099
|
-
--tw-border-opacity: 1;
|
|
1100
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.border-slate-100 {
|
|
1104
|
-
--tw-border-opacity: 1;
|
|
1105
|
-
border-color: rgb(241 245 249 / var(--tw-border-opacity));
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.border-transparent {
|
|
1109
|
-
border-color: transparent;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.bg-gray-50 {
|
|
1113
|
-
--tw-bg-opacity: 1;
|
|
1114
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.bg-indigo-600 {
|
|
1118
|
-
--tw-bg-opacity: 1;
|
|
1119
|
-
background-color: rgb(79 70 229 / var(--tw-bg-opacity));
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.bg-white {
|
|
1123
|
-
--tw-bg-opacity: 1;
|
|
1124
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.px-10 {
|
|
1128
|
-
padding-left: 2.5rem;
|
|
1129
|
-
padding-right: 2.5rem;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.px-4 {
|
|
1133
|
-
padding-left: 1rem;
|
|
1134
|
-
padding-right: 1rem;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.px-8 {
|
|
1138
|
-
padding-left: 2rem;
|
|
1139
|
-
padding-right: 2rem;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.py-1 {
|
|
1143
|
-
padding-top: 0.25rem;
|
|
1144
|
-
padding-bottom: 0.25rem;
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
.py-2 {
|
|
1148
|
-
padding-top: 0.5rem;
|
|
1149
|
-
padding-bottom: 0.5rem;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
.py-4 {
|
|
1153
|
-
padding-top: 1rem;
|
|
1154
|
-
padding-bottom: 1rem;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.py-8 {
|
|
1158
|
-
padding-top: 2rem;
|
|
1159
|
-
padding-bottom: 2rem;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.pb-24 {
|
|
1163
|
-
padding-bottom: 6rem;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
.pb-6 {
|
|
1167
|
-
padding-bottom: 1.5rem;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.pl-4 {
|
|
1171
|
-
padding-left: 1rem;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
.pt-16 {
|
|
1175
|
-
padding-top: 4rem;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.text-center {
|
|
1179
|
-
text-align: center;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.text-4xl {
|
|
1183
|
-
font-size: 2.25rem;
|
|
1184
|
-
line-height: 2.5rem;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.text-6xl {
|
|
1188
|
-
font-size: 3.75rem;
|
|
1189
|
-
line-height: 1;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
.text-lg {
|
|
1193
|
-
font-size: 1.125rem;
|
|
1194
|
-
line-height: 1.75rem;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.text-sm {
|
|
1198
|
-
font-size: 0.875rem;
|
|
1199
|
-
line-height: 1.25rem;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.text-xl {
|
|
1203
|
-
font-size: 1.25rem;
|
|
1204
|
-
line-height: 1.75rem;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.font-bold {
|
|
1208
|
-
font-weight: 700;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.font-extrabold {
|
|
1212
|
-
font-weight: 800;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.font-medium {
|
|
1216
|
-
font-weight: 500;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
.font-semibold {
|
|
1220
|
-
font-weight: 600;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
.tracking-tight {
|
|
1224
|
-
letter-spacing: -0.025em;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.text-gray-500 {
|
|
1228
|
-
--tw-text-opacity: 1;
|
|
1229
|
-
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.text-gray-700 {
|
|
1233
|
-
--tw-text-opacity: 1;
|
|
1234
|
-
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.text-gray-900 {
|
|
1238
|
-
--tw-text-opacity: 1;
|
|
1239
|
-
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.text-indigo-600 {
|
|
1243
|
-
--tw-text-opacity: 1;
|
|
1244
|
-
color: rgb(79 70 229 / var(--tw-text-opacity));
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
.text-slate-700 {
|
|
1248
|
-
--tw-text-opacity: 1;
|
|
1249
|
-
color: rgb(51 65 85 / var(--tw-text-opacity));
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.text-slate-900 {
|
|
1253
|
-
--tw-text-opacity: 1;
|
|
1254
|
-
color: rgb(15 23 42 / var(--tw-text-opacity));
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.text-white {
|
|
1258
|
-
--tw-text-opacity: 1;
|
|
1259
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.underline {
|
|
1263
|
-
text-decoration-line: underline;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.shadow {
|
|
1267
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1268
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1269
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.shadow-sm {
|
|
1273
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1274
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1275
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.filter {
|
|
1279
|
-
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);
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.hover\:border-slate-400:hover {
|
|
1283
|
-
--tw-border-opacity: 1;
|
|
1284
|
-
border-color: rgb(148 163 184 / var(--tw-border-opacity));
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.hover\:bg-gray-50:hover {
|
|
1288
|
-
--tw-bg-opacity: 1;
|
|
1289
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.hover\:bg-indigo-700:hover {
|
|
1293
|
-
--tw-bg-opacity: 1;
|
|
1294
|
-
background-color: rgb(67 56 202 / var(--tw-bg-opacity));
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
.hover\:text-slate-900:hover {
|
|
1298
|
-
--tw-text-opacity: 1;
|
|
1299
|
-
color: rgb(15 23 42 / var(--tw-text-opacity));
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.focus\:border-indigo-500:focus {
|
|
1303
|
-
--tw-border-opacity: 1;
|
|
1304
|
-
border-color: rgb(99 102 241 / var(--tw-border-opacity));
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.focus\:outline-none:focus {
|
|
1308
|
-
outline: 2px solid transparent;
|
|
1309
|
-
outline-offset: 2px;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.focus\:ring-2:focus {
|
|
1313
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1314
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1315
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.focus\:ring-indigo-500:focus {
|
|
1319
|
-
--tw-ring-opacity: 1;
|
|
1320
|
-
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
.focus\:ring-offset-2:focus {
|
|
1324
|
-
--tw-ring-offset-width: 2px;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
@media (min-width: 1024px) {
|
|
1328
|
-
.lg\:block {
|
|
1329
|
-
display: block;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.lg\:pl-\[19\.5rem\] {
|
|
1333
|
-
padding-left: 19.5rem;
|
|
1334
|
-
}
|
|
1335
|
-
}
|