roda-debug_bar 0.1.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.
- checksums.yaml +7 -0
- data/lib/roda/debug_bar/current.rb +110 -0
- data/lib/roda/debug_bar/instance.rb +186 -0
- data/lib/roda/debug_bar/views/debug_bar/models.erb +37 -0
- data/lib/roda/debug_bar/views/debug_bar/queries.erb +30 -0
- data/lib/roda/debug_bar/views/debug_bar/request.erb +39 -0
- data/lib/roda/debug_bar/views/debug_bar/right_bar.erb +4 -0
- data/lib/roda/debug_bar/views/debug_bar/route.erb +17 -0
- data/lib/roda/debug_bar/views/debug_bar/views.erb +19 -0
- data/lib/roda/debug_bar/views/debug_bar.erb +196 -0
- data/lib/roda/plugins/debug_bar.rb +299 -0
- data/lib/sequel/extensions/debug_bar.rb +39 -0
- data/lib/sequel/main.rb +36 -0
- data/lib/sequel/plugins/debug_bar.rb +50 -0
- data/lib/version.rb +3 -0
- data/public/out.css +1000 -0
- data/public/ruby.png +0 -0
- metadata +153 -0
data/public/out.css
ADDED
|
@@ -0,0 +1,1000 @@
|
|
|
1
|
+
*, ::before, ::after {
|
|
2
|
+
--tw-border-spacing-x: 0;
|
|
3
|
+
--tw-border-spacing-y: 0;
|
|
4
|
+
--tw-translate-x: 0;
|
|
5
|
+
--tw-translate-y: 0;
|
|
6
|
+
--tw-rotate: 0;
|
|
7
|
+
--tw-skew-x: 0;
|
|
8
|
+
--tw-skew-y: 0;
|
|
9
|
+
--tw-scale-x: 1;
|
|
10
|
+
--tw-scale-y: 1;
|
|
11
|
+
--tw-pan-x: ;
|
|
12
|
+
--tw-pan-y: ;
|
|
13
|
+
--tw-pinch-zoom: ;
|
|
14
|
+
--tw-scroll-snap-strictness: proximity;
|
|
15
|
+
--tw-gradient-from-position: ;
|
|
16
|
+
--tw-gradient-via-position: ;
|
|
17
|
+
--tw-gradient-to-position: ;
|
|
18
|
+
--tw-ordinal: ;
|
|
19
|
+
--tw-slashed-zero: ;
|
|
20
|
+
--tw-numeric-figure: ;
|
|
21
|
+
--tw-numeric-spacing: ;
|
|
22
|
+
--tw-numeric-fraction: ;
|
|
23
|
+
--tw-ring-inset: ;
|
|
24
|
+
--tw-ring-offset-width: 0px;
|
|
25
|
+
--tw-ring-offset-color: #fff;
|
|
26
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
27
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
28
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
29
|
+
--tw-shadow: 0 0 #0000;
|
|
30
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
+
--tw-blur: ;
|
|
32
|
+
--tw-brightness: ;
|
|
33
|
+
--tw-contrast: ;
|
|
34
|
+
--tw-grayscale: ;
|
|
35
|
+
--tw-hue-rotate: ;
|
|
36
|
+
--tw-invert: ;
|
|
37
|
+
--tw-saturate: ;
|
|
38
|
+
--tw-sepia: ;
|
|
39
|
+
--tw-drop-shadow: ;
|
|
40
|
+
--tw-backdrop-blur: ;
|
|
41
|
+
--tw-backdrop-brightness: ;
|
|
42
|
+
--tw-backdrop-contrast: ;
|
|
43
|
+
--tw-backdrop-grayscale: ;
|
|
44
|
+
--tw-backdrop-hue-rotate: ;
|
|
45
|
+
--tw-backdrop-invert: ;
|
|
46
|
+
--tw-backdrop-opacity: ;
|
|
47
|
+
--tw-backdrop-saturate: ;
|
|
48
|
+
--tw-backdrop-sepia: ;
|
|
49
|
+
--tw-contain-size: ;
|
|
50
|
+
--tw-contain-layout: ;
|
|
51
|
+
--tw-contain-paint: ;
|
|
52
|
+
--tw-contain-style: ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
::backdrop {
|
|
56
|
+
--tw-border-spacing-x: 0;
|
|
57
|
+
--tw-border-spacing-y: 0;
|
|
58
|
+
--tw-translate-x: 0;
|
|
59
|
+
--tw-translate-y: 0;
|
|
60
|
+
--tw-rotate: 0;
|
|
61
|
+
--tw-skew-x: 0;
|
|
62
|
+
--tw-skew-y: 0;
|
|
63
|
+
--tw-scale-x: 1;
|
|
64
|
+
--tw-scale-y: 1;
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
68
|
+
--tw-scroll-snap-strictness: proximity;
|
|
69
|
+
--tw-gradient-from-position: ;
|
|
70
|
+
--tw-gradient-via-position: ;
|
|
71
|
+
--tw-gradient-to-position: ;
|
|
72
|
+
--tw-ordinal: ;
|
|
73
|
+
--tw-slashed-zero: ;
|
|
74
|
+
--tw-numeric-figure: ;
|
|
75
|
+
--tw-numeric-spacing: ;
|
|
76
|
+
--tw-numeric-fraction: ;
|
|
77
|
+
--tw-ring-inset: ;
|
|
78
|
+
--tw-ring-offset-width: 0px;
|
|
79
|
+
--tw-ring-offset-color: #fff;
|
|
80
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
+
--tw-shadow: 0 0 #0000;
|
|
84
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
+
--tw-blur: ;
|
|
86
|
+
--tw-brightness: ;
|
|
87
|
+
--tw-contrast: ;
|
|
88
|
+
--tw-grayscale: ;
|
|
89
|
+
--tw-hue-rotate: ;
|
|
90
|
+
--tw-invert: ;
|
|
91
|
+
--tw-saturate: ;
|
|
92
|
+
--tw-sepia: ;
|
|
93
|
+
--tw-drop-shadow: ;
|
|
94
|
+
--tw-backdrop-blur: ;
|
|
95
|
+
--tw-backdrop-brightness: ;
|
|
96
|
+
--tw-backdrop-contrast: ;
|
|
97
|
+
--tw-backdrop-grayscale: ;
|
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
|
99
|
+
--tw-backdrop-invert: ;
|
|
100
|
+
--tw-backdrop-opacity: ;
|
|
101
|
+
--tw-backdrop-saturate: ;
|
|
102
|
+
--tw-backdrop-sepia: ;
|
|
103
|
+
--tw-contain-size: ;
|
|
104
|
+
--tw-contain-layout: ;
|
|
105
|
+
--tw-contain-paint: ;
|
|
106
|
+
--tw-contain-style: ;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/*
|
|
110
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
112
|
+
*/
|
|
113
|
+
|
|
114
|
+
*:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
115
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *))::before,
|
|
116
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *))::after {
|
|
117
|
+
box-sizing: border-box;
|
|
118
|
+
/* 1 */
|
|
119
|
+
border-width: 0;
|
|
120
|
+
/* 2 */
|
|
121
|
+
border-style: solid;
|
|
122
|
+
/* 2 */
|
|
123
|
+
border-color: #e5e7eb;
|
|
124
|
+
/* 2 */
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *))::before,
|
|
128
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *))::after {
|
|
129
|
+
--tw-content: '';
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/*
|
|
133
|
+
1. Use a consistent sensible line-height in all browsers.
|
|
134
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
135
|
+
3. Use a more readable tab size.
|
|
136
|
+
4. Use the user's configured `sans` font-family by default.
|
|
137
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
138
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
139
|
+
7. Disable tap highlights on iOS
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
.debug-bar:where(:not(.no-tailwind,.no-tailwind *)) {
|
|
143
|
+
line-height: 1.5;
|
|
144
|
+
/* 1 */
|
|
145
|
+
-webkit-text-size-adjust: 100%;
|
|
146
|
+
/* 2 */
|
|
147
|
+
-moz-tab-size: 4;
|
|
148
|
+
/* 3 */
|
|
149
|
+
-o-tab-size: 4;
|
|
150
|
+
tab-size: 4;
|
|
151
|
+
/* 3 */
|
|
152
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
153
|
+
/* 4 */
|
|
154
|
+
font-feature-settings: normal;
|
|
155
|
+
/* 5 */
|
|
156
|
+
font-variation-settings: normal;
|
|
157
|
+
/* 6 */
|
|
158
|
+
-webkit-tap-highlight-color: transparent;
|
|
159
|
+
/* 7 */
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/*
|
|
163
|
+
1. Remove the margin in all browsers.
|
|
164
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
165
|
+
*/
|
|
166
|
+
|
|
167
|
+
.debug-bar:where(:not(.no-tailwind,.no-tailwind *)) {
|
|
168
|
+
margin: 0;
|
|
169
|
+
/* 1 */
|
|
170
|
+
line-height: inherit;
|
|
171
|
+
/* 2 */
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/*
|
|
175
|
+
1. Add the correct height in Firefox.
|
|
176
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
177
|
+
3. Ensure horizontal rules are visible by default.
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
hr:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
181
|
+
height: 0;
|
|
182
|
+
/* 1 */
|
|
183
|
+
color: inherit;
|
|
184
|
+
/* 2 */
|
|
185
|
+
border-top-width: 1px;
|
|
186
|
+
/* 3 */
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/*
|
|
190
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
191
|
+
*/
|
|
192
|
+
|
|
193
|
+
abbr:where([title]):where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
194
|
+
-webkit-text-decoration: underline dotted;
|
|
195
|
+
text-decoration: underline dotted;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/*
|
|
199
|
+
Remove the default font size and weight for headings.
|
|
200
|
+
*/
|
|
201
|
+
|
|
202
|
+
h1:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
203
|
+
h2:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
204
|
+
h3:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
205
|
+
h4:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
206
|
+
h5:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
207
|
+
h6:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
208
|
+
font-size: inherit;
|
|
209
|
+
font-weight: inherit;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/*
|
|
213
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
214
|
+
*/
|
|
215
|
+
|
|
216
|
+
a:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
217
|
+
color: inherit;
|
|
218
|
+
text-decoration: inherit;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/*
|
|
222
|
+
Add the correct font weight in Edge and Safari.
|
|
223
|
+
*/
|
|
224
|
+
|
|
225
|
+
b:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
226
|
+
strong:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
227
|
+
font-weight: bolder;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/*
|
|
231
|
+
1. Use the user's configured `mono` font-family by default.
|
|
232
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
233
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
234
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
235
|
+
*/
|
|
236
|
+
|
|
237
|
+
code:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
238
|
+
kbd:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
239
|
+
samp:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
240
|
+
pre:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
241
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
242
|
+
/* 1 */
|
|
243
|
+
font-feature-settings: normal;
|
|
244
|
+
/* 2 */
|
|
245
|
+
font-variation-settings: normal;
|
|
246
|
+
/* 3 */
|
|
247
|
+
font-size: 1em;
|
|
248
|
+
/* 4 */
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/*
|
|
252
|
+
Add the correct font size in all browsers.
|
|
253
|
+
*/
|
|
254
|
+
|
|
255
|
+
small:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
256
|
+
font-size: 80%;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/*
|
|
260
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
261
|
+
*/
|
|
262
|
+
|
|
263
|
+
sub:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
264
|
+
sup:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
265
|
+
font-size: 75%;
|
|
266
|
+
line-height: 0;
|
|
267
|
+
position: relative;
|
|
268
|
+
vertical-align: baseline;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
sub:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
272
|
+
bottom: -0.25em;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
sup:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
276
|
+
top: -0.5em;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/*
|
|
280
|
+
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)
|
|
281
|
+
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)
|
|
282
|
+
3. Remove gaps between table borders by default.
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
table:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
286
|
+
text-indent: 0;
|
|
287
|
+
/* 1 */
|
|
288
|
+
border-color: inherit;
|
|
289
|
+
/* 2 */
|
|
290
|
+
border-collapse: collapse;
|
|
291
|
+
/* 3 */
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/*
|
|
295
|
+
1. Change the font styles in all browsers.
|
|
296
|
+
2. Remove the margin in Firefox and Safari.
|
|
297
|
+
3. Remove default padding in all browsers.
|
|
298
|
+
*/
|
|
299
|
+
|
|
300
|
+
button:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
301
|
+
input:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
302
|
+
optgroup:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
303
|
+
select:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
304
|
+
textarea:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
305
|
+
font-family: inherit;
|
|
306
|
+
/* 1 */
|
|
307
|
+
font-feature-settings: inherit;
|
|
308
|
+
/* 1 */
|
|
309
|
+
font-variation-settings: inherit;
|
|
310
|
+
/* 1 */
|
|
311
|
+
font-size: 100%;
|
|
312
|
+
/* 1 */
|
|
313
|
+
font-weight: inherit;
|
|
314
|
+
/* 1 */
|
|
315
|
+
line-height: inherit;
|
|
316
|
+
/* 1 */
|
|
317
|
+
letter-spacing: inherit;
|
|
318
|
+
/* 1 */
|
|
319
|
+
color: inherit;
|
|
320
|
+
/* 1 */
|
|
321
|
+
margin: 0;
|
|
322
|
+
/* 2 */
|
|
323
|
+
padding: 0;
|
|
324
|
+
/* 3 */
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/*
|
|
328
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
|
329
|
+
*/
|
|
330
|
+
|
|
331
|
+
button:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
332
|
+
select:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
333
|
+
text-transform: none;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/*
|
|
337
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
338
|
+
2. Remove default button styles.
|
|
339
|
+
*/
|
|
340
|
+
|
|
341
|
+
button:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
342
|
+
input:where([type='button']):where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
343
|
+
input:where([type='reset']):where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
344
|
+
input:where([type='submit']):where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
345
|
+
-webkit-appearance: button;
|
|
346
|
+
/* 1 */
|
|
347
|
+
background-color: transparent;
|
|
348
|
+
/* 2 */
|
|
349
|
+
background-image: none;
|
|
350
|
+
/* 2 */
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/*
|
|
354
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
355
|
+
*/
|
|
356
|
+
|
|
357
|
+
:-moz-focusring:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
358
|
+
outline: auto;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/*
|
|
362
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
363
|
+
*/
|
|
364
|
+
|
|
365
|
+
:-moz-ui-invalid:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
366
|
+
box-shadow: none;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/*
|
|
370
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
371
|
+
*/
|
|
372
|
+
|
|
373
|
+
progress:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
374
|
+
vertical-align: baseline;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/*
|
|
378
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
379
|
+
*/
|
|
380
|
+
|
|
381
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-inner-spin-button,
|
|
382
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-outer-spin-button {
|
|
383
|
+
height: auto;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/*
|
|
387
|
+
1. Correct the odd appearance in Chrome and Safari.
|
|
388
|
+
2. Correct the outline style in Safari.
|
|
389
|
+
*/
|
|
390
|
+
|
|
391
|
+
[type='search']:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
392
|
+
-webkit-appearance: textfield;
|
|
393
|
+
/* 1 */
|
|
394
|
+
outline-offset: -2px;
|
|
395
|
+
/* 2 */
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/*
|
|
399
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
|
400
|
+
*/
|
|
401
|
+
|
|
402
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-search-decoration {
|
|
403
|
+
-webkit-appearance: none;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
/*
|
|
407
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
408
|
+
2. Change font properties to `inherit` in Safari.
|
|
409
|
+
*/
|
|
410
|
+
|
|
411
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-file-upload-button {
|
|
412
|
+
-webkit-appearance: button;
|
|
413
|
+
/* 1 */
|
|
414
|
+
font: inherit;
|
|
415
|
+
/* 2 */
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/*
|
|
419
|
+
Add the correct display in Chrome and Safari.
|
|
420
|
+
*/
|
|
421
|
+
|
|
422
|
+
summary:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
423
|
+
display: list-item;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
/*
|
|
427
|
+
Removes the default spacing and border for appropriate elements.
|
|
428
|
+
*/
|
|
429
|
+
|
|
430
|
+
blockquote:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
431
|
+
dl:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
432
|
+
dd:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
433
|
+
h1:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
434
|
+
h2:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
435
|
+
h3:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
436
|
+
h4:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
437
|
+
h5:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
438
|
+
h6:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
439
|
+
hr:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
440
|
+
figure:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
441
|
+
p:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
442
|
+
pre:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
443
|
+
margin: 0;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
fieldset:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
447
|
+
margin: 0;
|
|
448
|
+
padding: 0;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
legend:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
452
|
+
padding: 0;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
ol:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
456
|
+
ul:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
457
|
+
menu:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
458
|
+
list-style: none;
|
|
459
|
+
margin: 0;
|
|
460
|
+
padding: 0;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/*
|
|
464
|
+
Reset default styling for dialogs.
|
|
465
|
+
*/
|
|
466
|
+
|
|
467
|
+
dialog:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
468
|
+
padding: 0;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/*
|
|
472
|
+
Prevent resizing textareas horizontally by default.
|
|
473
|
+
*/
|
|
474
|
+
|
|
475
|
+
textarea:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
476
|
+
resize: vertical;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/*
|
|
480
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
481
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
482
|
+
*/
|
|
483
|
+
|
|
484
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) input::-moz-placeholder, :where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) textarea::-moz-placeholder {
|
|
485
|
+
opacity: 1;
|
|
486
|
+
/* 1 */
|
|
487
|
+
color: #9ca3af;
|
|
488
|
+
/* 2 */
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) input::placeholder,
|
|
492
|
+
:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) textarea::placeholder {
|
|
493
|
+
opacity: 1;
|
|
494
|
+
/* 1 */
|
|
495
|
+
color: #9ca3af;
|
|
496
|
+
/* 2 */
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/*
|
|
500
|
+
Set the default cursor for buttons.
|
|
501
|
+
*/
|
|
502
|
+
|
|
503
|
+
button:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
504
|
+
[role="button"]:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
505
|
+
cursor: pointer;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/*
|
|
509
|
+
Make sure disabled buttons don't get the pointer cursor.
|
|
510
|
+
*/
|
|
511
|
+
|
|
512
|
+
:disabled:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
513
|
+
cursor: default;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
/*
|
|
517
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
518
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
519
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
520
|
+
*/
|
|
521
|
+
|
|
522
|
+
img:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
523
|
+
svg:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
524
|
+
video:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
525
|
+
canvas:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
526
|
+
audio:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
527
|
+
iframe:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
528
|
+
embed:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
529
|
+
object:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
530
|
+
display: block;
|
|
531
|
+
/* 1 */
|
|
532
|
+
vertical-align: middle;
|
|
533
|
+
/* 2 */
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
/*
|
|
537
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
538
|
+
*/
|
|
539
|
+
|
|
540
|
+
img:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)),
|
|
541
|
+
video:where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
542
|
+
max-width: 100%;
|
|
543
|
+
height: auto;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
547
|
+
|
|
548
|
+
[hidden]:where(:not([hidden="until-found"])):where(.debug-bar,.debug-bar *):where(:not(.no-tailwind,.no-tailwind *)) {
|
|
549
|
+
display: none;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.fixed {
|
|
553
|
+
position: fixed;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.bottom-0 {
|
|
557
|
+
bottom: 0px;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.left-0 {
|
|
561
|
+
left: 0px;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.mx-auto {
|
|
565
|
+
margin-left: auto;
|
|
566
|
+
margin-right: auto;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.ml-6 {
|
|
570
|
+
margin-left: 1.5rem;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.mr-2 {
|
|
574
|
+
margin-right: 0.5rem;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.ml-1 {
|
|
578
|
+
margin-left: 0.25rem;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.ml-4 {
|
|
582
|
+
margin-left: 1rem;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.ml-2 {
|
|
586
|
+
margin-left: 0.5rem;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.block {
|
|
590
|
+
display: block;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.inline-block {
|
|
594
|
+
display: inline-block;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.flex {
|
|
598
|
+
display: flex;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.grid {
|
|
602
|
+
display: grid;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.hidden {
|
|
606
|
+
display: none;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.size-5 {
|
|
610
|
+
width: 1.25rem;
|
|
611
|
+
height: 1.25rem;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.size-4 {
|
|
615
|
+
width: 1rem;
|
|
616
|
+
height: 1rem;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.h-48 {
|
|
620
|
+
height: 12rem;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.h-56 {
|
|
624
|
+
height: 14rem;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.h-7 {
|
|
628
|
+
height: 1.75rem;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.h-4 {
|
|
632
|
+
height: 1rem;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.h-8 {
|
|
636
|
+
height: 2rem;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.w-16 {
|
|
640
|
+
width: 4rem;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.w-64 {
|
|
644
|
+
width: 16rem;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.w-auto {
|
|
648
|
+
width: auto;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.w-full {
|
|
652
|
+
width: 100%;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.w-4 {
|
|
656
|
+
width: 1rem;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.w-7 {
|
|
660
|
+
width: 1.75rem;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.w-8 {
|
|
664
|
+
width: 2rem;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.w-3 {
|
|
668
|
+
width: 0.75rem;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.w-8\/12 {
|
|
672
|
+
width: 66.666667%;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.flex-1 {
|
|
676
|
+
flex: 1 1 0%;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.rotate-180 {
|
|
680
|
+
--tw-rotate: 180deg;
|
|
681
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.cursor-pointer {
|
|
685
|
+
cursor: pointer;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.grid-cols-2 {
|
|
689
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.items-center {
|
|
693
|
+
align-items: center;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.justify-center {
|
|
697
|
+
justify-content: center;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.justify-between {
|
|
701
|
+
justify-content: space-between;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.gap-4 {
|
|
705
|
+
gap: 1rem;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
709
|
+
--tw-space-y-reverse: 0;
|
|
710
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
711
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.overflow-y-auto {
|
|
715
|
+
overflow-y: auto;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.rounded-md {
|
|
719
|
+
border-radius: 0.375rem;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.rounded-full {
|
|
723
|
+
border-radius: 9999px;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.border {
|
|
727
|
+
border-width: 1px;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.border-t {
|
|
731
|
+
border-top-width: 1px;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.border-t-4 {
|
|
735
|
+
border-top-width: 4px;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.border-gray-300 {
|
|
739
|
+
--tw-border-opacity: 1;
|
|
740
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.border-ruby-600 {
|
|
744
|
+
--tw-border-opacity: 1;
|
|
745
|
+
border-color: rgb(186 47 41 / var(--tw-border-opacity, 1));
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.border-transparent {
|
|
749
|
+
border-color: transparent;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.bg-gray-100 {
|
|
753
|
+
--tw-bg-opacity: 1;
|
|
754
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.bg-gray-200 {
|
|
758
|
+
--tw-bg-opacity: 1;
|
|
759
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.bg-gray-300 {
|
|
763
|
+
--tw-bg-opacity: 1;
|
|
764
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.bg-gray-400 {
|
|
768
|
+
--tw-bg-opacity: 1;
|
|
769
|
+
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.bg-white {
|
|
773
|
+
--tw-bg-opacity: 1;
|
|
774
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.bg-ruby-800 {
|
|
778
|
+
--tw-bg-opacity: 1;
|
|
779
|
+
background-color: rgb(112 29 25 / var(--tw-bg-opacity, 1));
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.bg-ruby-600 {
|
|
783
|
+
--tw-bg-opacity: 1;
|
|
784
|
+
background-color: rgb(186 47 41 / var(--tw-bg-opacity, 1));
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.bg-ruby-500 {
|
|
788
|
+
--tw-bg-opacity: 1;
|
|
789
|
+
background-color: rgb(204 52 45 / var(--tw-bg-opacity, 1));
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.bg-ruby-300 {
|
|
793
|
+
--tw-bg-opacity: 1;
|
|
794
|
+
background-color: rgb(221 119 114 / var(--tw-bg-opacity, 1));
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.bg-ruby-200 {
|
|
798
|
+
--tw-bg-opacity: 1;
|
|
799
|
+
background-color: rgb(232 162 158 / var(--tw-bg-opacity, 1));
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.p-4 {
|
|
803
|
+
padding: 1rem;
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.p-8 {
|
|
807
|
+
padding: 2rem;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.p-2 {
|
|
811
|
+
padding: 0.5rem;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.px-2 {
|
|
815
|
+
padding-left: 0.5rem;
|
|
816
|
+
padding-right: 0.5rem;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.px-4 {
|
|
820
|
+
padding-left: 1rem;
|
|
821
|
+
padding-right: 1rem;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.py-2 {
|
|
825
|
+
padding-top: 0.5rem;
|
|
826
|
+
padding-bottom: 0.5rem;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.py-1 {
|
|
830
|
+
padding-top: 0.25rem;
|
|
831
|
+
padding-bottom: 0.25rem;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.py-\[0\.125rem\] {
|
|
835
|
+
padding-top: 0.125rem;
|
|
836
|
+
padding-bottom: 0.125rem;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.px-1 {
|
|
840
|
+
padding-left: 0.25rem;
|
|
841
|
+
padding-right: 0.25rem;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.pb-2 {
|
|
845
|
+
padding-bottom: 0.5rem;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.pl-2 {
|
|
849
|
+
padding-left: 0.5rem;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.pr-3 {
|
|
853
|
+
padding-right: 0.75rem;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.pt-2 {
|
|
857
|
+
padding-top: 0.5rem;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.text-center {
|
|
861
|
+
text-align: center;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.font-mono {
|
|
865
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.text-sm {
|
|
869
|
+
font-size: 0.875rem;
|
|
870
|
+
line-height: 1.25rem;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.text-xs {
|
|
874
|
+
font-size: 0.75rem;
|
|
875
|
+
line-height: 1rem;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.text-base {
|
|
879
|
+
font-size: 1rem;
|
|
880
|
+
line-height: 1.5rem;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.font-bold {
|
|
884
|
+
font-weight: 700;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.italic {
|
|
888
|
+
font-style: italic;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.text-blue-500 {
|
|
892
|
+
--tw-text-opacity: 1;
|
|
893
|
+
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.text-gray-800 {
|
|
897
|
+
--tw-text-opacity: 1;
|
|
898
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.text-gray-600 {
|
|
902
|
+
--tw-text-opacity: 1;
|
|
903
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.text-gray-400 {
|
|
907
|
+
--tw-text-opacity: 1;
|
|
908
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.text-gray-500 {
|
|
912
|
+
--tw-text-opacity: 1;
|
|
913
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.text-gray-900 {
|
|
917
|
+
--tw-text-opacity: 1;
|
|
918
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.text-ruby-50 {
|
|
922
|
+
--tw-text-opacity: 1;
|
|
923
|
+
color: rgb(250 235 234 / var(--tw-text-opacity, 1));
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.text-ruby-100 {
|
|
927
|
+
--tw-text-opacity: 1;
|
|
928
|
+
color: rgb(239 192 190 / var(--tw-text-opacity, 1));
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.text-white {
|
|
932
|
+
--tw-text-opacity: 1;
|
|
933
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.text-ruby-800 {
|
|
937
|
+
--tw-text-opacity: 1;
|
|
938
|
+
color: rgb(112 29 25 / var(--tw-text-opacity, 1));
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.text-ruby-900 {
|
|
942
|
+
--tw-text-opacity: 1;
|
|
943
|
+
color: rgb(86 22 19 / var(--tw-text-opacity, 1));
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.filter {
|
|
947
|
+
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);
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
.transition-all {
|
|
951
|
+
transition-property: all;
|
|
952
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
953
|
+
transition-duration: 150ms;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.highlight .k {
|
|
957
|
+
font-weight: bold;
|
|
958
|
+
color: #990000;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
/* strings */
|
|
962
|
+
|
|
963
|
+
.highlight .nv {
|
|
964
|
+
color: #009999;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
/* integers */
|
|
968
|
+
|
|
969
|
+
.highlight .mi {
|
|
970
|
+
font-weight: bold;
|
|
971
|
+
color: #0086B3;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.odd\:bg-white:nth-child(odd) {
|
|
975
|
+
--tw-bg-opacity: 1;
|
|
976
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.even\:bg-ruby-50:nth-child(even) {
|
|
980
|
+
--tw-bg-opacity: 1;
|
|
981
|
+
background-color: rgb(250 235 234 / var(--tw-bg-opacity, 1));
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.hover\:cursor-pointer:hover {
|
|
985
|
+
cursor: pointer;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.hover\:text-blue-700:hover {
|
|
989
|
+
--tw-text-opacity: 1;
|
|
990
|
+
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.hover\:underline:hover {
|
|
994
|
+
text-decoration-line: underline;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.active\:text-blue-400:active {
|
|
998
|
+
--tw-text-opacity: 1;
|
|
999
|
+
color: rgb(96 165 250 / var(--tw-text-opacity, 1));
|
|
1000
|
+
}
|