@saasbase-io/core-elements 1.0.1 → 1.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.
- package/dist/index.js +513 -512
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5524 -5100
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1080 -1080
- package/package.json +74 -74
package/dist/styles.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600&family=Lato:wght@400;700&family=Montserrat:wght@400;600&display=swap");
|
|
2
|
-
@import url("https://fonts.cdnfonts.com/css/geist");
|
|
3
|
-
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600&family=Lato:wght@400;700&family=Montserrat:wght@400;600&display=swap");
|
|
2
|
+
@import url("https://fonts.cdnfonts.com/css/geist");
|
|
3
|
+
|
|
4
4
|
*, ::before, ::after{
|
|
5
5
|
--tw-border-spacing-x: 0;
|
|
6
6
|
--tw-border-spacing-y: 0;
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
--tw-contain-layout: ;
|
|
54
54
|
--tw-contain-paint: ;
|
|
55
55
|
--tw-contain-style: ;
|
|
56
|
-
}
|
|
57
|
-
|
|
56
|
+
}
|
|
57
|
+
|
|
58
58
|
::backdrop{
|
|
59
59
|
--tw-border-spacing-x: 0;
|
|
60
60
|
--tw-border-spacing-y: 0;
|
|
@@ -107,17 +107,17 @@
|
|
|
107
107
|
--tw-contain-layout: ;
|
|
108
108
|
--tw-contain-paint: ;
|
|
109
109
|
--tw-contain-style: ;
|
|
110
|
-
}
|
|
111
|
-
|
|
110
|
+
}
|
|
111
|
+
|
|
112
112
|
/*
|
|
113
113
|
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
|
|
114
|
-
*/
|
|
115
|
-
|
|
114
|
+
*/
|
|
115
|
+
|
|
116
116
|
/*
|
|
117
117
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
118
118
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
119
|
-
*/
|
|
120
|
-
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
121
|
*,
|
|
122
122
|
::before,
|
|
123
123
|
::after {
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
border-width: 0; /* 2 */
|
|
126
126
|
border-style: solid; /* 2 */
|
|
127
127
|
border-color: #e5e7eb; /* 2 */
|
|
128
|
-
}
|
|
129
|
-
|
|
128
|
+
}
|
|
129
|
+
|
|
130
130
|
::before,
|
|
131
131
|
::after {
|
|
132
132
|
--tw-content: '';
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
|
|
135
135
|
/*
|
|
136
136
|
1. Use a consistent sensible line-height in all browsers.
|
|
137
137
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
141
141
|
6. Use the user's configured `sans` font-variation-settings by default.
|
|
142
142
|
7. Disable tap highlights on iOS
|
|
143
|
-
*/
|
|
144
|
-
|
|
143
|
+
*/
|
|
144
|
+
|
|
145
145
|
html,
|
|
146
146
|
:host {
|
|
147
147
|
line-height: 1.5; /* 1 */
|
|
@@ -153,43 +153,43 @@ html,
|
|
|
153
153
|
font-feature-settings: normal; /* 5 */
|
|
154
154
|
font-variation-settings: normal; /* 6 */
|
|
155
155
|
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
|
|
158
158
|
/*
|
|
159
159
|
1. Remove the margin in all browsers.
|
|
160
160
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
161
|
-
*/
|
|
162
|
-
|
|
161
|
+
*/
|
|
162
|
+
|
|
163
163
|
body {
|
|
164
164
|
margin: 0; /* 1 */
|
|
165
165
|
line-height: inherit; /* 2 */
|
|
166
|
-
}
|
|
167
|
-
|
|
166
|
+
}
|
|
167
|
+
|
|
168
168
|
/*
|
|
169
169
|
1. Add the correct height in Firefox.
|
|
170
170
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
171
171
|
3. Ensure horizontal rules are visible by default.
|
|
172
|
-
*/
|
|
173
|
-
|
|
172
|
+
*/
|
|
173
|
+
|
|
174
174
|
hr {
|
|
175
175
|
height: 0; /* 1 */
|
|
176
176
|
color: inherit; /* 2 */
|
|
177
177
|
border-top-width: 1px; /* 3 */
|
|
178
|
-
}
|
|
179
|
-
|
|
178
|
+
}
|
|
179
|
+
|
|
180
180
|
/*
|
|
181
181
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
182
|
-
*/
|
|
183
|
-
|
|
182
|
+
*/
|
|
183
|
+
|
|
184
184
|
abbr:where([title]) {
|
|
185
185
|
-webkit-text-decoration: underline dotted;
|
|
186
186
|
text-decoration: underline dotted;
|
|
187
|
-
}
|
|
188
|
-
|
|
187
|
+
}
|
|
188
|
+
|
|
189
189
|
/*
|
|
190
190
|
Remove the default font size and weight for headings.
|
|
191
|
-
*/
|
|
192
|
-
|
|
191
|
+
*/
|
|
192
|
+
|
|
193
193
|
h1,
|
|
194
194
|
h2,
|
|
195
195
|
h3,
|
|
@@ -198,33 +198,33 @@ h5,
|
|
|
198
198
|
h6 {
|
|
199
199
|
font-size: inherit;
|
|
200
200
|
font-weight: inherit;
|
|
201
|
-
}
|
|
202
|
-
|
|
201
|
+
}
|
|
202
|
+
|
|
203
203
|
/*
|
|
204
204
|
Reset links to optimize for opt-in styling instead of opt-out.
|
|
205
|
-
*/
|
|
206
|
-
|
|
205
|
+
*/
|
|
206
|
+
|
|
207
207
|
a {
|
|
208
208
|
color: inherit;
|
|
209
209
|
text-decoration: inherit;
|
|
210
|
-
}
|
|
211
|
-
|
|
210
|
+
}
|
|
211
|
+
|
|
212
212
|
/*
|
|
213
213
|
Add the correct font weight in Edge and Safari.
|
|
214
|
-
*/
|
|
215
|
-
|
|
214
|
+
*/
|
|
215
|
+
|
|
216
216
|
b,
|
|
217
217
|
strong {
|
|
218
218
|
font-weight: bolder;
|
|
219
|
-
}
|
|
220
|
-
|
|
219
|
+
}
|
|
220
|
+
|
|
221
221
|
/*
|
|
222
222
|
1. Use the user's configured `mono` font-family by default.
|
|
223
223
|
2. Use the user's configured `mono` font-feature-settings by default.
|
|
224
224
|
3. Use the user's configured `mono` font-variation-settings by default.
|
|
225
225
|
4. Correct the odd `em` font sizing in all browsers.
|
|
226
|
-
*/
|
|
227
|
-
|
|
226
|
+
*/
|
|
227
|
+
|
|
228
228
|
code,
|
|
229
229
|
kbd,
|
|
230
230
|
samp,
|
|
@@ -233,54 +233,54 @@ pre {
|
|
|
233
233
|
font-feature-settings: normal; /* 2 */
|
|
234
234
|
font-variation-settings: normal; /* 3 */
|
|
235
235
|
font-size: 1em; /* 4 */
|
|
236
|
-
}
|
|
237
|
-
|
|
236
|
+
}
|
|
237
|
+
|
|
238
238
|
/*
|
|
239
239
|
Add the correct font size in all browsers.
|
|
240
|
-
*/
|
|
241
|
-
|
|
240
|
+
*/
|
|
241
|
+
|
|
242
242
|
small {
|
|
243
243
|
font-size: 80%;
|
|
244
|
-
}
|
|
245
|
-
|
|
244
|
+
}
|
|
245
|
+
|
|
246
246
|
/*
|
|
247
247
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
248
|
-
*/
|
|
249
|
-
|
|
248
|
+
*/
|
|
249
|
+
|
|
250
250
|
sub,
|
|
251
251
|
sup {
|
|
252
252
|
font-size: 75%;
|
|
253
253
|
line-height: 0;
|
|
254
254
|
position: relative;
|
|
255
255
|
vertical-align: baseline;
|
|
256
|
-
}
|
|
257
|
-
|
|
256
|
+
}
|
|
257
|
+
|
|
258
258
|
sub {
|
|
259
259
|
bottom: -0.25em;
|
|
260
|
-
}
|
|
261
|
-
|
|
260
|
+
}
|
|
261
|
+
|
|
262
262
|
sup {
|
|
263
263
|
top: -0.5em;
|
|
264
|
-
}
|
|
265
|
-
|
|
264
|
+
}
|
|
265
|
+
|
|
266
266
|
/*
|
|
267
267
|
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)
|
|
268
268
|
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)
|
|
269
269
|
3. Remove gaps between table borders by default.
|
|
270
|
-
*/
|
|
271
|
-
|
|
270
|
+
*/
|
|
271
|
+
|
|
272
272
|
table {
|
|
273
273
|
text-indent: 0; /* 1 */
|
|
274
274
|
border-color: inherit; /* 2 */
|
|
275
275
|
border-collapse: collapse; /* 3 */
|
|
276
|
-
}
|
|
277
|
-
|
|
276
|
+
}
|
|
277
|
+
|
|
278
278
|
/*
|
|
279
279
|
1. Change the font styles in all browsers.
|
|
280
280
|
2. Remove the margin in Firefox and Safari.
|
|
281
281
|
3. Remove default padding in all browsers.
|
|
282
|
-
*/
|
|
283
|
-
|
|
282
|
+
*/
|
|
283
|
+
|
|
284
284
|
button,
|
|
285
285
|
input,
|
|
286
286
|
optgroup,
|
|
@@ -296,22 +296,22 @@ textarea {
|
|
|
296
296
|
color: inherit; /* 1 */
|
|
297
297
|
margin: 0; /* 2 */
|
|
298
298
|
padding: 0; /* 3 */
|
|
299
|
-
}
|
|
300
|
-
|
|
299
|
+
}
|
|
300
|
+
|
|
301
301
|
/*
|
|
302
302
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
303
|
-
*/
|
|
304
|
-
|
|
303
|
+
*/
|
|
304
|
+
|
|
305
305
|
button,
|
|
306
306
|
select {
|
|
307
307
|
text-transform: none;
|
|
308
|
-
}
|
|
309
|
-
|
|
308
|
+
}
|
|
309
|
+
|
|
310
310
|
/*
|
|
311
311
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
312
312
|
2. Remove default button styles.
|
|
313
|
-
*/
|
|
314
|
-
|
|
313
|
+
*/
|
|
314
|
+
|
|
315
315
|
button,
|
|
316
316
|
input:where([type='button']),
|
|
317
317
|
input:where([type='reset']),
|
|
@@ -319,81 +319,81 @@ input:where([type='submit']) {
|
|
|
319
319
|
-webkit-appearance: button; /* 1 */
|
|
320
320
|
background-color: transparent; /* 2 */
|
|
321
321
|
background-image: none; /* 2 */
|
|
322
|
-
}
|
|
323
|
-
|
|
322
|
+
}
|
|
323
|
+
|
|
324
324
|
/*
|
|
325
325
|
Use the modern Firefox focus style for all focusable elements.
|
|
326
|
-
*/
|
|
327
|
-
|
|
326
|
+
*/
|
|
327
|
+
|
|
328
328
|
:-moz-focusring {
|
|
329
329
|
outline: auto;
|
|
330
|
-
}
|
|
331
|
-
|
|
330
|
+
}
|
|
331
|
+
|
|
332
332
|
/*
|
|
333
333
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
334
|
-
*/
|
|
335
|
-
|
|
334
|
+
*/
|
|
335
|
+
|
|
336
336
|
:-moz-ui-invalid {
|
|
337
337
|
box-shadow: none;
|
|
338
|
-
}
|
|
339
|
-
|
|
338
|
+
}
|
|
339
|
+
|
|
340
340
|
/*
|
|
341
341
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
342
|
-
*/
|
|
343
|
-
|
|
342
|
+
*/
|
|
343
|
+
|
|
344
344
|
progress {
|
|
345
345
|
vertical-align: baseline;
|
|
346
|
-
}
|
|
347
|
-
|
|
346
|
+
}
|
|
347
|
+
|
|
348
348
|
/*
|
|
349
349
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
350
|
-
*/
|
|
351
|
-
|
|
350
|
+
*/
|
|
351
|
+
|
|
352
352
|
::-webkit-inner-spin-button,
|
|
353
353
|
::-webkit-outer-spin-button {
|
|
354
354
|
height: auto;
|
|
355
|
-
}
|
|
356
|
-
|
|
355
|
+
}
|
|
356
|
+
|
|
357
357
|
/*
|
|
358
358
|
1. Correct the odd appearance in Chrome and Safari.
|
|
359
359
|
2. Correct the outline style in Safari.
|
|
360
|
-
*/
|
|
361
|
-
|
|
360
|
+
*/
|
|
361
|
+
|
|
362
362
|
[type='search'] {
|
|
363
363
|
-webkit-appearance: textfield; /* 1 */
|
|
364
364
|
outline-offset: -2px; /* 2 */
|
|
365
|
-
}
|
|
366
|
-
|
|
365
|
+
}
|
|
366
|
+
|
|
367
367
|
/*
|
|
368
368
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
369
|
-
*/
|
|
370
|
-
|
|
369
|
+
*/
|
|
370
|
+
|
|
371
371
|
::-webkit-search-decoration {
|
|
372
372
|
-webkit-appearance: none;
|
|
373
|
-
}
|
|
374
|
-
|
|
373
|
+
}
|
|
374
|
+
|
|
375
375
|
/*
|
|
376
376
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
377
377
|
2. Change font properties to `inherit` in Safari.
|
|
378
|
-
*/
|
|
379
|
-
|
|
378
|
+
*/
|
|
379
|
+
|
|
380
380
|
::-webkit-file-upload-button {
|
|
381
381
|
-webkit-appearance: button; /* 1 */
|
|
382
382
|
font: inherit; /* 2 */
|
|
383
|
-
}
|
|
384
|
-
|
|
383
|
+
}
|
|
384
|
+
|
|
385
385
|
/*
|
|
386
386
|
Add the correct display in Chrome and Safari.
|
|
387
|
-
*/
|
|
388
|
-
|
|
387
|
+
*/
|
|
388
|
+
|
|
389
389
|
summary {
|
|
390
390
|
display: list-item;
|
|
391
|
-
}
|
|
392
|
-
|
|
391
|
+
}
|
|
392
|
+
|
|
393
393
|
/*
|
|
394
394
|
Removes the default spacing and border for appropriate elements.
|
|
395
|
-
*/
|
|
396
|
-
|
|
395
|
+
*/
|
|
396
|
+
|
|
397
397
|
blockquote,
|
|
398
398
|
dl,
|
|
399
399
|
dd,
|
|
@@ -408,80 +408,80 @@ figure,
|
|
|
408
408
|
p,
|
|
409
409
|
pre {
|
|
410
410
|
margin: 0;
|
|
411
|
-
}
|
|
412
|
-
|
|
411
|
+
}
|
|
412
|
+
|
|
413
413
|
fieldset {
|
|
414
414
|
margin: 0;
|
|
415
415
|
padding: 0;
|
|
416
|
-
}
|
|
417
|
-
|
|
416
|
+
}
|
|
417
|
+
|
|
418
418
|
legend {
|
|
419
419
|
padding: 0;
|
|
420
|
-
}
|
|
421
|
-
|
|
420
|
+
}
|
|
421
|
+
|
|
422
422
|
ol,
|
|
423
423
|
ul,
|
|
424
424
|
menu {
|
|
425
425
|
list-style: none;
|
|
426
426
|
margin: 0;
|
|
427
427
|
padding: 0;
|
|
428
|
-
}
|
|
429
|
-
|
|
428
|
+
}
|
|
429
|
+
|
|
430
430
|
/*
|
|
431
431
|
Reset default styling for dialogs.
|
|
432
|
-
*/
|
|
433
|
-
|
|
432
|
+
*/
|
|
433
|
+
|
|
434
434
|
dialog {
|
|
435
435
|
padding: 0;
|
|
436
|
-
}
|
|
437
|
-
|
|
436
|
+
}
|
|
437
|
+
|
|
438
438
|
/*
|
|
439
439
|
Prevent resizing textareas horizontally by default.
|
|
440
|
-
*/
|
|
441
|
-
|
|
440
|
+
*/
|
|
441
|
+
|
|
442
442
|
textarea {
|
|
443
443
|
resize: vertical;
|
|
444
|
-
}
|
|
445
|
-
|
|
444
|
+
}
|
|
445
|
+
|
|
446
446
|
/*
|
|
447
447
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
448
448
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
449
|
-
*/
|
|
450
|
-
|
|
449
|
+
*/
|
|
450
|
+
|
|
451
451
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
452
452
|
opacity: 1; /* 1 */
|
|
453
453
|
color: #9ca3af; /* 2 */
|
|
454
|
-
}
|
|
455
|
-
|
|
454
|
+
}
|
|
455
|
+
|
|
456
456
|
input::placeholder,
|
|
457
457
|
textarea::placeholder {
|
|
458
458
|
opacity: 1; /* 1 */
|
|
459
459
|
color: #9ca3af; /* 2 */
|
|
460
|
-
}
|
|
461
|
-
|
|
460
|
+
}
|
|
461
|
+
|
|
462
462
|
/*
|
|
463
463
|
Set the default cursor for buttons.
|
|
464
|
-
*/
|
|
465
|
-
|
|
464
|
+
*/
|
|
465
|
+
|
|
466
466
|
button,
|
|
467
467
|
[role="button"] {
|
|
468
468
|
cursor: pointer;
|
|
469
|
-
}
|
|
470
|
-
|
|
469
|
+
}
|
|
470
|
+
|
|
471
471
|
/*
|
|
472
472
|
Make sure disabled buttons don't get the pointer cursor.
|
|
473
|
-
*/
|
|
474
|
-
|
|
473
|
+
*/
|
|
474
|
+
|
|
475
475
|
:disabled {
|
|
476
476
|
cursor: default;
|
|
477
|
-
}
|
|
478
|
-
|
|
477
|
+
}
|
|
478
|
+
|
|
479
479
|
/*
|
|
480
480
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
481
481
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
482
482
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
483
|
-
*/
|
|
484
|
-
|
|
483
|
+
*/
|
|
484
|
+
|
|
485
485
|
img,
|
|
486
486
|
svg,
|
|
487
487
|
video,
|
|
@@ -492,793 +492,793 @@ embed,
|
|
|
492
492
|
object {
|
|
493
493
|
display: block; /* 1 */
|
|
494
494
|
vertical-align: middle; /* 2 */
|
|
495
|
-
}
|
|
496
|
-
|
|
495
|
+
}
|
|
496
|
+
|
|
497
497
|
/*
|
|
498
498
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
499
|
-
*/
|
|
500
|
-
|
|
499
|
+
*/
|
|
500
|
+
|
|
501
501
|
img,
|
|
502
502
|
video {
|
|
503
503
|
max-width: 100%;
|
|
504
504
|
height: auto;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
508
|
-
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
508
|
+
|
|
509
509
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
510
510
|
display: none;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.font-geist {
|
|
514
|
-
font-family: "Geist", sans-serif;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.font-inter {
|
|
518
|
-
font-family: "Inter", sans-serif;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.font-roboto {
|
|
522
|
-
font-family: "Roboto", sans-serif;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.font-open-sans {
|
|
526
|
-
font-family: "Open Sans", sans-serif;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.font-lato {
|
|
530
|
-
font-family: "Lato", sans-serif;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
.font-montserrat {
|
|
534
|
-
font-family: "Montserrat", sans-serif;
|
|
535
|
-
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.font-geist {
|
|
514
|
+
font-family: "Geist", sans-serif;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.font-inter {
|
|
518
|
+
font-family: "Inter", sans-serif;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.font-roboto {
|
|
522
|
+
font-family: "Roboto", sans-serif;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.font-open-sans {
|
|
526
|
+
font-family: "Open Sans", sans-serif;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.font-lato {
|
|
530
|
+
font-family: "Lato", sans-serif;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.font-montserrat {
|
|
534
|
+
font-family: "Montserrat", sans-serif;
|
|
535
|
+
}
|
|
536
536
|
.sb-fixed{
|
|
537
537
|
position: fixed;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.sb-absolute{
|
|
540
540
|
position: absolute;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.sb-relative{
|
|
543
543
|
position: relative;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.sb-inset-0{
|
|
546
546
|
inset: 0px;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.sb-bottom-0{
|
|
549
549
|
bottom: 0px;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.sb-left-0{
|
|
552
552
|
left: 0px;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
.sb-left-1\/2{
|
|
555
555
|
left: 50%;
|
|
556
|
-
}
|
|
556
|
+
}
|
|
557
557
|
.sb-right-8{
|
|
558
558
|
right: 2rem;
|
|
559
|
-
}
|
|
559
|
+
}
|
|
560
560
|
.sb-top-0{
|
|
561
561
|
top: 0px;
|
|
562
|
-
}
|
|
562
|
+
}
|
|
563
563
|
.sb-top-8{
|
|
564
564
|
top: 2rem;
|
|
565
|
-
}
|
|
565
|
+
}
|
|
566
566
|
.sb-top-full{
|
|
567
567
|
top: 100%;
|
|
568
|
-
}
|
|
568
|
+
}
|
|
569
569
|
.sb-z-10{
|
|
570
570
|
z-index: 10;
|
|
571
|
-
}
|
|
571
|
+
}
|
|
572
572
|
.sb-z-\[9998\]{
|
|
573
573
|
z-index: 9998;
|
|
574
|
-
}
|
|
574
|
+
}
|
|
575
575
|
.sb-z-\[9999\]{
|
|
576
576
|
z-index: 9999;
|
|
577
|
-
}
|
|
577
|
+
}
|
|
578
578
|
.sb-z-\[999\]{
|
|
579
579
|
z-index: 999;
|
|
580
|
-
}
|
|
580
|
+
}
|
|
581
581
|
.\!sb-m-0{
|
|
582
582
|
margin: 0px !important;
|
|
583
|
-
}
|
|
583
|
+
}
|
|
584
584
|
.sb-m-4{
|
|
585
585
|
margin: 1rem;
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
.sb-mx-4{
|
|
588
588
|
margin-left: 1rem;
|
|
589
589
|
margin-right: 1rem;
|
|
590
|
-
}
|
|
590
|
+
}
|
|
591
591
|
.sb-mx-6{
|
|
592
592
|
margin-left: 1.5rem;
|
|
593
593
|
margin-right: 1.5rem;
|
|
594
|
-
}
|
|
594
|
+
}
|
|
595
595
|
.sb-mx-auto{
|
|
596
596
|
margin-left: auto;
|
|
597
597
|
margin-right: auto;
|
|
598
|
-
}
|
|
598
|
+
}
|
|
599
599
|
.sb-my-2{
|
|
600
600
|
margin-top: 0.5rem;
|
|
601
601
|
margin-bottom: 0.5rem;
|
|
602
|
-
}
|
|
602
|
+
}
|
|
603
603
|
.sb-my-4{
|
|
604
604
|
margin-top: 1rem;
|
|
605
605
|
margin-bottom: 1rem;
|
|
606
|
-
}
|
|
606
|
+
}
|
|
607
607
|
.sb-my-6{
|
|
608
608
|
margin-top: 1.5rem;
|
|
609
609
|
margin-bottom: 1.5rem;
|
|
610
|
-
}
|
|
610
|
+
}
|
|
611
611
|
.\!sb-mb-0{
|
|
612
612
|
margin-bottom: 0px !important;
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
.-sb-mt-4{
|
|
615
615
|
margin-top: -1rem;
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
617
|
.sb-mb-16{
|
|
618
618
|
margin-bottom: 4rem;
|
|
619
|
-
}
|
|
619
|
+
}
|
|
620
620
|
.sb-mb-2{
|
|
621
621
|
margin-bottom: 0.5rem;
|
|
622
|
-
}
|
|
622
|
+
}
|
|
623
623
|
.sb-mb-4{
|
|
624
624
|
margin-bottom: 1rem;
|
|
625
|
-
}
|
|
625
|
+
}
|
|
626
626
|
.sb-mb-8{
|
|
627
627
|
margin-bottom: 2rem;
|
|
628
|
-
}
|
|
628
|
+
}
|
|
629
629
|
.sb-ml-2{
|
|
630
630
|
margin-left: 0.5rem;
|
|
631
|
-
}
|
|
631
|
+
}
|
|
632
632
|
.sb-mr-2{
|
|
633
633
|
margin-right: 0.5rem;
|
|
634
|
-
}
|
|
634
|
+
}
|
|
635
635
|
.sb-mr-4{
|
|
636
636
|
margin-right: 1rem;
|
|
637
|
-
}
|
|
637
|
+
}
|
|
638
638
|
.sb-mt-1{
|
|
639
639
|
margin-top: 0.25rem;
|
|
640
|
-
}
|
|
640
|
+
}
|
|
641
641
|
.sb-mt-2{
|
|
642
642
|
margin-top: 0.5rem;
|
|
643
|
-
}
|
|
643
|
+
}
|
|
644
644
|
.sb-mt-4{
|
|
645
645
|
margin-top: 1rem;
|
|
646
|
-
}
|
|
646
|
+
}
|
|
647
647
|
.sb-block{
|
|
648
648
|
display: block;
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
.sb-inline-block{
|
|
651
651
|
display: inline-block;
|
|
652
|
-
}
|
|
652
|
+
}
|
|
653
653
|
.\!sb-flex{
|
|
654
654
|
display: flex !important;
|
|
655
|
-
}
|
|
655
|
+
}
|
|
656
656
|
.sb-flex{
|
|
657
657
|
display: flex;
|
|
658
|
-
}
|
|
658
|
+
}
|
|
659
659
|
.sb-grid{
|
|
660
660
|
display: grid;
|
|
661
|
-
}
|
|
661
|
+
}
|
|
662
662
|
.sb-hidden{
|
|
663
663
|
display: none;
|
|
664
|
-
}
|
|
664
|
+
}
|
|
665
665
|
.\!sb-h-\[80px\]{
|
|
666
666
|
height: 80px !important;
|
|
667
|
-
}
|
|
667
|
+
}
|
|
668
668
|
.sb-h-2{
|
|
669
669
|
height: 0.5rem;
|
|
670
|
-
}
|
|
670
|
+
}
|
|
671
671
|
.sb-h-\[-webkit-fill-available\]{
|
|
672
672
|
height: -webkit-fill-available;
|
|
673
|
-
}
|
|
673
|
+
}
|
|
674
674
|
.sb-h-\[100\%\]{
|
|
675
675
|
height: 100%;
|
|
676
|
-
}
|
|
676
|
+
}
|
|
677
677
|
.sb-h-full{
|
|
678
678
|
height: 100%;
|
|
679
|
-
}
|
|
679
|
+
}
|
|
680
680
|
.sb-h-screen{
|
|
681
681
|
height: 100vh;
|
|
682
|
-
}
|
|
682
|
+
}
|
|
683
683
|
.sb-max-h-\[864px\]{
|
|
684
684
|
max-height: 864px;
|
|
685
|
-
}
|
|
685
|
+
}
|
|
686
686
|
.sb-max-h-\[calc\(100vh-60px\)\]{
|
|
687
687
|
max-height: calc(100vh - 60px);
|
|
688
|
-
}
|
|
688
|
+
}
|
|
689
689
|
.\!sb-min-h-9{
|
|
690
690
|
min-height: 2.25rem !important;
|
|
691
|
-
}
|
|
691
|
+
}
|
|
692
692
|
.\!sb-w-\[160px\]{
|
|
693
693
|
width: 160px !important;
|
|
694
|
-
}
|
|
694
|
+
}
|
|
695
695
|
.\!sb-w-\[80px\]{
|
|
696
696
|
width: 80px !important;
|
|
697
|
-
}
|
|
697
|
+
}
|
|
698
698
|
.\!sb-w-full{
|
|
699
699
|
width: 100% !important;
|
|
700
|
-
}
|
|
700
|
+
}
|
|
701
701
|
.sb-w-1\/3{
|
|
702
702
|
width: 33.333333%;
|
|
703
|
-
}
|
|
703
|
+
}
|
|
704
704
|
.sb-w-\[-webkit-fill-available\]{
|
|
705
705
|
width: -webkit-fill-available;
|
|
706
|
-
}
|
|
706
|
+
}
|
|
707
707
|
.sb-w-\[200px\]{
|
|
708
708
|
width: 200px;
|
|
709
|
-
}
|
|
709
|
+
}
|
|
710
710
|
.sb-w-\[calc\(100\%-30px\)\]{
|
|
711
711
|
width: calc(100% - 30px);
|
|
712
|
-
}
|
|
712
|
+
}
|
|
713
713
|
.sb-w-\[calc\(100vw-30px\)\]{
|
|
714
714
|
width: calc(100vw - 30px);
|
|
715
|
-
}
|
|
715
|
+
}
|
|
716
716
|
.sb-w-fit{
|
|
717
717
|
width: -moz-fit-content;
|
|
718
718
|
width: fit-content;
|
|
719
|
-
}
|
|
719
|
+
}
|
|
720
720
|
.sb-w-full{
|
|
721
721
|
width: 100%;
|
|
722
|
-
}
|
|
722
|
+
}
|
|
723
723
|
.sb-w-min{
|
|
724
724
|
width: -moz-min-content;
|
|
725
725
|
width: min-content;
|
|
726
|
-
}
|
|
726
|
+
}
|
|
727
727
|
.sb-w-screen{
|
|
728
728
|
width: 100vw;
|
|
729
|
-
}
|
|
729
|
+
}
|
|
730
730
|
.\!sb-min-w-9{
|
|
731
731
|
min-width: 2.25rem !important;
|
|
732
|
-
}
|
|
732
|
+
}
|
|
733
733
|
.sb-min-w-0{
|
|
734
734
|
min-width: 0px;
|
|
735
|
-
}
|
|
735
|
+
}
|
|
736
736
|
.sb-min-w-\[375px\]{
|
|
737
737
|
min-width: 375px;
|
|
738
|
-
}
|
|
738
|
+
}
|
|
739
739
|
.sb-max-w-\[609px\]{
|
|
740
740
|
max-width: 609px;
|
|
741
|
-
}
|
|
741
|
+
}
|
|
742
742
|
.sb-max-w-xs{
|
|
743
743
|
max-width: 20rem;
|
|
744
|
-
}
|
|
744
|
+
}
|
|
745
745
|
.sb-flex-1{
|
|
746
746
|
flex: 1 1 0%;
|
|
747
|
-
}
|
|
747
|
+
}
|
|
748
748
|
.sb-shrink-0{
|
|
749
749
|
flex-shrink: 0;
|
|
750
|
-
}
|
|
750
|
+
}
|
|
751
751
|
.sb-flex-grow{
|
|
752
752
|
flex-grow: 1;
|
|
753
|
-
}
|
|
753
|
+
}
|
|
754
754
|
.sb-basis-36{
|
|
755
755
|
flex-basis: 9rem;
|
|
756
|
-
}
|
|
756
|
+
}
|
|
757
757
|
.sb-basis-auto{
|
|
758
758
|
flex-basis: auto;
|
|
759
|
-
}
|
|
759
|
+
}
|
|
760
760
|
.-sb-translate-y-1\/2{
|
|
761
761
|
--tw-translate-y: -50%;
|
|
762
762
|
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));
|
|
763
|
-
}
|
|
763
|
+
}
|
|
764
764
|
.sb-translate-x-0{
|
|
765
765
|
--tw-translate-x: 0px;
|
|
766
766
|
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));
|
|
767
|
-
}
|
|
767
|
+
}
|
|
768
768
|
.sb-translate-x-\[-100\%\]{
|
|
769
769
|
--tw-translate-x: -100%;
|
|
770
770
|
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));
|
|
771
|
-
}
|
|
771
|
+
}
|
|
772
772
|
.sb-rotate-0{
|
|
773
773
|
--tw-rotate: 0deg;
|
|
774
774
|
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));
|
|
775
|
-
}
|
|
775
|
+
}
|
|
776
776
|
.sb-transform{
|
|
777
777
|
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));
|
|
778
|
-
}
|
|
778
|
+
}
|
|
779
779
|
.sb-cursor-pointer{
|
|
780
780
|
cursor: pointer;
|
|
781
|
-
}
|
|
781
|
+
}
|
|
782
782
|
.\!sb-flex-row{
|
|
783
783
|
flex-direction: row !important;
|
|
784
|
-
}
|
|
784
|
+
}
|
|
785
785
|
.sb-flex-row{
|
|
786
786
|
flex-direction: row;
|
|
787
|
-
}
|
|
787
|
+
}
|
|
788
788
|
.sb-flex-row-reverse{
|
|
789
789
|
flex-direction: row-reverse;
|
|
790
|
-
}
|
|
790
|
+
}
|
|
791
791
|
.\!sb-flex-col{
|
|
792
792
|
flex-direction: column !important;
|
|
793
|
-
}
|
|
793
|
+
}
|
|
794
794
|
.sb-flex-col{
|
|
795
795
|
flex-direction: column;
|
|
796
|
-
}
|
|
796
|
+
}
|
|
797
797
|
.sb-flex-wrap{
|
|
798
798
|
flex-wrap: wrap;
|
|
799
|
-
}
|
|
799
|
+
}
|
|
800
800
|
.\!sb-flex-nowrap{
|
|
801
801
|
flex-wrap: nowrap !important;
|
|
802
|
-
}
|
|
802
|
+
}
|
|
803
803
|
.sb-flex-nowrap{
|
|
804
804
|
flex-wrap: nowrap;
|
|
805
|
-
}
|
|
805
|
+
}
|
|
806
806
|
.\!sb-items-start{
|
|
807
807
|
align-items: flex-start !important;
|
|
808
|
-
}
|
|
808
|
+
}
|
|
809
809
|
.sb-items-center{
|
|
810
810
|
align-items: center;
|
|
811
|
-
}
|
|
811
|
+
}
|
|
812
812
|
.\!sb-justify-start{
|
|
813
813
|
justify-content: flex-start !important;
|
|
814
|
-
}
|
|
814
|
+
}
|
|
815
815
|
.sb-justify-center{
|
|
816
816
|
justify-content: center;
|
|
817
|
-
}
|
|
817
|
+
}
|
|
818
818
|
.sb-justify-between{
|
|
819
819
|
justify-content: space-between;
|
|
820
|
-
}
|
|
820
|
+
}
|
|
821
821
|
.\!sb-gap-2{
|
|
822
822
|
gap: 0.5rem !important;
|
|
823
|
-
}
|
|
823
|
+
}
|
|
824
824
|
.sb-gap-1{
|
|
825
825
|
gap: 0.25rem;
|
|
826
|
-
}
|
|
826
|
+
}
|
|
827
827
|
.sb-gap-2{
|
|
828
828
|
gap: 0.5rem;
|
|
829
|
-
}
|
|
829
|
+
}
|
|
830
830
|
.sb-gap-3{
|
|
831
831
|
gap: 0.75rem;
|
|
832
|
-
}
|
|
832
|
+
}
|
|
833
833
|
.sb-gap-4{
|
|
834
834
|
gap: 1rem;
|
|
835
|
-
}
|
|
835
|
+
}
|
|
836
836
|
.sb-justify-self-center{
|
|
837
837
|
justify-self: center;
|
|
838
|
-
}
|
|
838
|
+
}
|
|
839
839
|
.sb-overflow-auto{
|
|
840
840
|
overflow: auto;
|
|
841
|
-
}
|
|
841
|
+
}
|
|
842
842
|
.sb-overflow-hidden{
|
|
843
843
|
overflow: hidden;
|
|
844
|
-
}
|
|
844
|
+
}
|
|
845
845
|
.sb-overflow-x-auto{
|
|
846
846
|
overflow-x: auto;
|
|
847
|
-
}
|
|
847
|
+
}
|
|
848
848
|
.sb-overflow-x-hidden{
|
|
849
849
|
overflow-x: hidden;
|
|
850
|
-
}
|
|
850
|
+
}
|
|
851
851
|
.sb-truncate{
|
|
852
852
|
overflow: hidden;
|
|
853
853
|
text-overflow: ellipsis;
|
|
854
854
|
white-space: nowrap;
|
|
855
|
-
}
|
|
855
|
+
}
|
|
856
856
|
.sb-text-ellipsis{
|
|
857
857
|
text-overflow: ellipsis;
|
|
858
|
-
}
|
|
858
|
+
}
|
|
859
859
|
.\!sb-rounded-2xl{
|
|
860
860
|
border-radius: 1rem !important;
|
|
861
|
-
}
|
|
861
|
+
}
|
|
862
862
|
.sb-rounded{
|
|
863
863
|
border-radius: 0.25rem;
|
|
864
|
-
}
|
|
864
|
+
}
|
|
865
865
|
.sb-rounded-2xl{
|
|
866
866
|
border-radius: 1rem;
|
|
867
|
-
}
|
|
867
|
+
}
|
|
868
868
|
.sb-rounded-lg{
|
|
869
869
|
border-radius: 0.5rem;
|
|
870
|
-
}
|
|
870
|
+
}
|
|
871
871
|
.sb-rounded-md{
|
|
872
872
|
border-radius: 0.375rem;
|
|
873
|
-
}
|
|
873
|
+
}
|
|
874
874
|
.sb-rounded-xl{
|
|
875
875
|
border-radius: 0.75rem;
|
|
876
|
-
}
|
|
876
|
+
}
|
|
877
877
|
.sb-border{
|
|
878
878
|
border-width: 1px;
|
|
879
|
-
}
|
|
879
|
+
}
|
|
880
880
|
.sb-border-0{
|
|
881
881
|
border-width: 0px;
|
|
882
|
-
}
|
|
882
|
+
}
|
|
883
883
|
.sb-border-b{
|
|
884
884
|
border-bottom-width: 1px;
|
|
885
|
-
}
|
|
885
|
+
}
|
|
886
886
|
.sb-border-t{
|
|
887
887
|
border-top-width: 1px;
|
|
888
|
-
}
|
|
888
|
+
}
|
|
889
889
|
.sb-border-none{
|
|
890
890
|
border-style: none;
|
|
891
|
-
}
|
|
891
|
+
}
|
|
892
892
|
.sb-border-muted{
|
|
893
893
|
border-color: hsl(var(--muted));
|
|
894
|
-
}
|
|
894
|
+
}
|
|
895
895
|
.\!sb-bg-background{
|
|
896
896
|
background-color: hsl(var(--background)) !important;
|
|
897
|
-
}
|
|
897
|
+
}
|
|
898
898
|
.\!sb-bg-base-background{
|
|
899
899
|
background-color: hsl(var(--base-background)) !important;
|
|
900
|
-
}
|
|
900
|
+
}
|
|
901
901
|
.sb-bg-\[rgb\(255\,0\,0\)\]{
|
|
902
902
|
--tw-bg-opacity: 1;
|
|
903
903
|
background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
|
|
904
|
-
}
|
|
904
|
+
}
|
|
905
905
|
.sb-bg-background{
|
|
906
906
|
background-color: hsl(var(--background));
|
|
907
|
-
}
|
|
907
|
+
}
|
|
908
908
|
.sb-bg-black\/50{
|
|
909
909
|
background-color: rgb(0 0 0 / 0.5);
|
|
910
|
-
}
|
|
910
|
+
}
|
|
911
911
|
.\!sb-p-0{
|
|
912
912
|
padding: 0px !important;
|
|
913
|
-
}
|
|
913
|
+
}
|
|
914
914
|
.\!sb-p-2{
|
|
915
915
|
padding: 0.5rem !important;
|
|
916
|
-
}
|
|
916
|
+
}
|
|
917
917
|
.sb-p-2{
|
|
918
918
|
padding: 0.5rem;
|
|
919
|
-
}
|
|
919
|
+
}
|
|
920
920
|
.sb-p-4{
|
|
921
921
|
padding: 1rem;
|
|
922
|
-
}
|
|
922
|
+
}
|
|
923
923
|
.sb-p-8{
|
|
924
924
|
padding: 2rem;
|
|
925
|
-
}
|
|
925
|
+
}
|
|
926
926
|
.sb-p-\[40px_24px\]{
|
|
927
927
|
padding: 40px 24px;
|
|
928
|
-
}
|
|
928
|
+
}
|
|
929
929
|
.\!sb-px-0{
|
|
930
930
|
padding-left: 0px !important;
|
|
931
931
|
padding-right: 0px !important;
|
|
932
|
-
}
|
|
932
|
+
}
|
|
933
933
|
.sb-px-2{
|
|
934
934
|
padding-left: 0.5rem;
|
|
935
935
|
padding-right: 0.5rem;
|
|
936
|
-
}
|
|
936
|
+
}
|
|
937
937
|
.sb-px-4{
|
|
938
938
|
padding-left: 1rem;
|
|
939
939
|
padding-right: 1rem;
|
|
940
|
-
}
|
|
940
|
+
}
|
|
941
941
|
.sb-py-2{
|
|
942
942
|
padding-top: 0.5rem;
|
|
943
943
|
padding-bottom: 0.5rem;
|
|
944
|
-
}
|
|
944
|
+
}
|
|
945
945
|
.sb-py-4{
|
|
946
946
|
padding-top: 1rem;
|
|
947
947
|
padding-bottom: 1rem;
|
|
948
|
-
}
|
|
948
|
+
}
|
|
949
949
|
.sb-py-6{
|
|
950
950
|
padding-top: 1.5rem;
|
|
951
951
|
padding-bottom: 1.5rem;
|
|
952
|
-
}
|
|
952
|
+
}
|
|
953
953
|
.sb-py-\[6px\]{
|
|
954
954
|
padding-top: 6px;
|
|
955
955
|
padding-bottom: 6px;
|
|
956
|
-
}
|
|
956
|
+
}
|
|
957
957
|
.\!sb-pt-4{
|
|
958
958
|
padding-top: 1rem !important;
|
|
959
|
-
}
|
|
959
|
+
}
|
|
960
960
|
.\!sb-text-left{
|
|
961
961
|
text-align: left !important;
|
|
962
|
-
}
|
|
962
|
+
}
|
|
963
963
|
.sb-text-center{
|
|
964
964
|
text-align: center;
|
|
965
|
-
}
|
|
965
|
+
}
|
|
966
966
|
.\!sb-text-sm{
|
|
967
967
|
font-size: 0.875rem !important;
|
|
968
968
|
line-height: 1.25rem !important;
|
|
969
|
-
}
|
|
969
|
+
}
|
|
970
970
|
.sb-text-\[12px\]{
|
|
971
971
|
font-size: 12px;
|
|
972
|
-
}
|
|
972
|
+
}
|
|
973
973
|
.sb-text-\[18px\]{
|
|
974
974
|
font-size: 18px;
|
|
975
|
-
}
|
|
975
|
+
}
|
|
976
976
|
.sb-text-sm{
|
|
977
977
|
font-size: 0.875rem;
|
|
978
978
|
line-height: 1.25rem;
|
|
979
|
-
}
|
|
979
|
+
}
|
|
980
980
|
.sb-font-medium{
|
|
981
981
|
font-weight: 500;
|
|
982
|
-
}
|
|
982
|
+
}
|
|
983
983
|
.sb-font-normal{
|
|
984
984
|
font-weight: 400;
|
|
985
|
-
}
|
|
985
|
+
}
|
|
986
986
|
.sb-text-destructive{
|
|
987
987
|
color: hsl(var(--destructive));
|
|
988
|
-
}
|
|
988
|
+
}
|
|
989
989
|
.sb-text-foreground{
|
|
990
990
|
color: hsl(var(--foreground));
|
|
991
|
-
}
|
|
991
|
+
}
|
|
992
992
|
.sb-text-gray-500{
|
|
993
993
|
--tw-text-opacity: 1;
|
|
994
994
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
995
|
-
}
|
|
995
|
+
}
|
|
996
996
|
.sb-text-muted-foreground{
|
|
997
997
|
color: hsl(var(--muted-foreground));
|
|
998
|
-
}
|
|
998
|
+
}
|
|
999
999
|
.sb-opacity-0{
|
|
1000
1000
|
opacity: 0;
|
|
1001
|
-
}
|
|
1001
|
+
}
|
|
1002
1002
|
.sb-opacity-100{
|
|
1003
1003
|
opacity: 1;
|
|
1004
|
-
}
|
|
1004
|
+
}
|
|
1005
1005
|
.\!sb-shadow-none{
|
|
1006
1006
|
--tw-shadow: 0 0 #0000 !important;
|
|
1007
1007
|
--tw-shadow-colored: 0 0 #0000 !important;
|
|
1008
1008
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1009
|
-
}
|
|
1009
|
+
}
|
|
1010
1010
|
.sb-shadow{
|
|
1011
1011
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1012
1012
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1013
1013
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1014
|
-
}
|
|
1014
|
+
}
|
|
1015
1015
|
.sb-shadow-2xl{
|
|
1016
1016
|
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
1017
1017
|
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
1018
1018
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1019
|
-
}
|
|
1019
|
+
}
|
|
1020
1020
|
.sb-shadow-lg{
|
|
1021
1021
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1022
1022
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1023
1023
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1024
|
-
}
|
|
1024
|
+
}
|
|
1025
1025
|
.sb-shadow-md{
|
|
1026
1026
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1027
1027
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1028
1028
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1029
|
-
}
|
|
1029
|
+
}
|
|
1030
1030
|
.sb-ring-1{
|
|
1031
1031
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1032
1032
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1033
1033
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1034
|
-
}
|
|
1034
|
+
}
|
|
1035
1035
|
.sb-ring-border{
|
|
1036
1036
|
--tw-ring-color: hsl(var(--border));
|
|
1037
|
-
}
|
|
1037
|
+
}
|
|
1038
1038
|
.sb-backdrop-blur-sm{
|
|
1039
1039
|
--tw-backdrop-blur: blur(4px);
|
|
1040
1040
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1041
|
-
}
|
|
1041
|
+
}
|
|
1042
1042
|
.sb-transition-all{
|
|
1043
1043
|
transition-property: all;
|
|
1044
1044
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1045
1045
|
transition-duration: 150ms;
|
|
1046
|
-
}
|
|
1046
|
+
}
|
|
1047
1047
|
.sb-transition-opacity{
|
|
1048
1048
|
transition-property: opacity;
|
|
1049
1049
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1050
1050
|
transition-duration: 150ms;
|
|
1051
|
-
}
|
|
1051
|
+
}
|
|
1052
1052
|
.sb-duration-300{
|
|
1053
1053
|
transition-duration: 300ms;
|
|
1054
|
-
}
|
|
1054
|
+
}
|
|
1055
1055
|
.sb-ease-in-out{
|
|
1056
1056
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1057
|
-
}
|
|
1058
|
-
/* The moving bar uses a CSS variable --sidebar-ring for color; fallback provided. */
|
|
1059
|
-
.sb-linear-bar {
|
|
1060
|
-
transform: translateX(-120%);
|
|
1061
|
-
animation: sb-linear-move 0.8s linear infinite;
|
|
1062
|
-
background: hsl(var(--sidebar-ring));
|
|
1063
|
-
}
|
|
1064
|
-
/* Keyframes and small helper classes. Namespaced with sb- to avoid collisions. */
|
|
1065
|
-
@keyframes sb-linear-move {
|
|
1066
|
-
0% {
|
|
1067
|
-
transform: translateX(-120%);
|
|
1068
|
-
}
|
|
1069
|
-
50% {
|
|
1070
|
-
transform: translateX(100%);
|
|
1071
|
-
}
|
|
1072
|
-
100% {
|
|
1073
|
-
transform: translateX(300%);
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
#root-container {
|
|
1077
|
-
will-change: height; /* Hint to browser to optimize for height changes */
|
|
1078
|
-
overflow: hidden; /* Prevent content from overflowing during animation */
|
|
1079
|
-
box-sizing: border-box; /* Ensure padding/borders are included in height */
|
|
1080
|
-
}
|
|
1081
|
-
.sb-error-anim {
|
|
1082
|
-
animation-duration: 400ms;
|
|
1083
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1084
|
-
animation-fill-mode: both; /* important so the end state sticks during animation */
|
|
1085
|
-
}
|
|
1086
|
-
.sb-error-wrapper {
|
|
1087
|
-
overflow: hidden;
|
|
1088
|
-
transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
1089
|
-
opacity 400ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
1090
|
-
margin 400ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1091
|
-
}
|
|
1092
|
-
.sb-error-hidden {
|
|
1093
|
-
max-height: 0;
|
|
1094
|
-
opacity: 0;
|
|
1095
|
-
margin-top: 0;
|
|
1096
|
-
}
|
|
1097
|
-
.sb-error-visible {
|
|
1098
|
-
opacity: 1;
|
|
1099
|
-
margin-top: 4px;
|
|
1100
|
-
}
|
|
1101
|
-
.sb-error-in {
|
|
1102
|
-
animation-name: sbFadeIn;
|
|
1103
|
-
}
|
|
1104
|
-
.sb-error-out {
|
|
1105
|
-
animation-name: sbFadeOut;
|
|
1106
|
-
}
|
|
1107
|
-
/* global.css */
|
|
1108
|
-
@keyframes sbFadeIn {
|
|
1109
|
-
from {
|
|
1110
|
-
opacity: 0;
|
|
1111
|
-
transform: translateY(-4px);
|
|
1112
|
-
-webkit-transform: translateY(-4px);
|
|
1113
|
-
-moz-transform: translateY(-4px);
|
|
1114
|
-
-ms-transform: translateY(-4px);
|
|
1115
|
-
-o-transform: translateY(-4px);
|
|
1116
|
-
}
|
|
1117
|
-
to {
|
|
1118
|
-
opacity: 1;
|
|
1119
|
-
transform: translateY(0);
|
|
1120
|
-
-webkit-transform: translateY(0);
|
|
1121
|
-
-moz-transform: translateY(0);
|
|
1122
|
-
-ms-transform: translateY(0);
|
|
1123
|
-
-o-transform: translateY(0);
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
@keyframes sbFadeOut {
|
|
1127
|
-
from {
|
|
1128
|
-
opacity: 1;
|
|
1129
|
-
transform: translateY(0);
|
|
1130
|
-
-webkit-transform: translateY(0);
|
|
1131
|
-
-moz-transform: translateY(0);
|
|
1132
|
-
-ms-transform: translateY(0);
|
|
1133
|
-
-o-transform: translateY(0);
|
|
1134
|
-
}
|
|
1135
|
-
to {
|
|
1136
|
-
opacity: 0;
|
|
1137
|
-
transform: translateY(-4px);
|
|
1138
|
-
-webkit-transform: translateY(-4px);
|
|
1139
|
-
-moz-transform: translateY(-4px);
|
|
1140
|
-
-ms-transform: translateY(-4px);
|
|
1141
|
-
-o-transform: translateY(-4px);
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.sb_social_wrap {
|
|
1146
|
-
--sso-gap: 0.5rem;
|
|
1147
|
-
--sso-cols: 3; /* You can dynamically adjust this with JS if needed */
|
|
1148
|
-
--sso-item-width: calc(
|
|
1149
|
-
100% / var(--sso-cols) - var(--sso-gap) / var(--sso-cols) *
|
|
1150
|
-
(var(--sso-cols) - 1)
|
|
1151
|
-
);
|
|
1152
|
-
|
|
1153
|
-
display: flex;
|
|
1154
|
-
flex-wrap: wrap;
|
|
1155
|
-
flex-direction: row;
|
|
1156
|
-
justify-content: center;
|
|
1157
|
-
gap: var(--sso-gap);
|
|
1158
|
-
width: 100%;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
/* Buttons */
|
|
1162
|
-
.sb_social_wrap > * {
|
|
1163
|
-
flex: 0 0 var(--sso-item-width);
|
|
1164
|
-
}
|
|
1057
|
+
}
|
|
1058
|
+
/* The moving bar uses a CSS variable --sidebar-ring for color; fallback provided. */
|
|
1059
|
+
.sb-linear-bar {
|
|
1060
|
+
transform: translateX(-120%);
|
|
1061
|
+
animation: sb-linear-move 0.8s linear infinite;
|
|
1062
|
+
background: hsl(var(--sidebar-ring));
|
|
1063
|
+
}
|
|
1064
|
+
/* Keyframes and small helper classes. Namespaced with sb- to avoid collisions. */
|
|
1065
|
+
@keyframes sb-linear-move {
|
|
1066
|
+
0% {
|
|
1067
|
+
transform: translateX(-120%);
|
|
1068
|
+
}
|
|
1069
|
+
50% {
|
|
1070
|
+
transform: translateX(100%);
|
|
1071
|
+
}
|
|
1072
|
+
100% {
|
|
1073
|
+
transform: translateX(300%);
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
#root-container {
|
|
1077
|
+
will-change: height; /* Hint to browser to optimize for height changes */
|
|
1078
|
+
overflow: hidden; /* Prevent content from overflowing during animation */
|
|
1079
|
+
box-sizing: border-box; /* Ensure padding/borders are included in height */
|
|
1080
|
+
}
|
|
1081
|
+
.sb-error-anim {
|
|
1082
|
+
animation-duration: 400ms;
|
|
1083
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1084
|
+
animation-fill-mode: both; /* important so the end state sticks during animation */
|
|
1085
|
+
}
|
|
1086
|
+
.sb-error-wrapper {
|
|
1087
|
+
overflow: hidden;
|
|
1088
|
+
transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
1089
|
+
opacity 400ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
1090
|
+
margin 400ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1091
|
+
}
|
|
1092
|
+
.sb-error-hidden {
|
|
1093
|
+
max-height: 0;
|
|
1094
|
+
opacity: 0;
|
|
1095
|
+
margin-top: 0;
|
|
1096
|
+
}
|
|
1097
|
+
.sb-error-visible {
|
|
1098
|
+
opacity: 1;
|
|
1099
|
+
margin-top: 4px;
|
|
1100
|
+
}
|
|
1101
|
+
.sb-error-in {
|
|
1102
|
+
animation-name: sbFadeIn;
|
|
1103
|
+
}
|
|
1104
|
+
.sb-error-out {
|
|
1105
|
+
animation-name: sbFadeOut;
|
|
1106
|
+
}
|
|
1107
|
+
/* global.css */
|
|
1108
|
+
@keyframes sbFadeIn {
|
|
1109
|
+
from {
|
|
1110
|
+
opacity: 0;
|
|
1111
|
+
transform: translateY(-4px);
|
|
1112
|
+
-webkit-transform: translateY(-4px);
|
|
1113
|
+
-moz-transform: translateY(-4px);
|
|
1114
|
+
-ms-transform: translateY(-4px);
|
|
1115
|
+
-o-transform: translateY(-4px);
|
|
1116
|
+
}
|
|
1117
|
+
to {
|
|
1118
|
+
opacity: 1;
|
|
1119
|
+
transform: translateY(0);
|
|
1120
|
+
-webkit-transform: translateY(0);
|
|
1121
|
+
-moz-transform: translateY(0);
|
|
1122
|
+
-ms-transform: translateY(0);
|
|
1123
|
+
-o-transform: translateY(0);
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
@keyframes sbFadeOut {
|
|
1127
|
+
from {
|
|
1128
|
+
opacity: 1;
|
|
1129
|
+
transform: translateY(0);
|
|
1130
|
+
-webkit-transform: translateY(0);
|
|
1131
|
+
-moz-transform: translateY(0);
|
|
1132
|
+
-ms-transform: translateY(0);
|
|
1133
|
+
-o-transform: translateY(0);
|
|
1134
|
+
}
|
|
1135
|
+
to {
|
|
1136
|
+
opacity: 0;
|
|
1137
|
+
transform: translateY(-4px);
|
|
1138
|
+
-webkit-transform: translateY(-4px);
|
|
1139
|
+
-moz-transform: translateY(-4px);
|
|
1140
|
+
-ms-transform: translateY(-4px);
|
|
1141
|
+
-o-transform: translateY(-4px);
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.sb_social_wrap {
|
|
1146
|
+
--sso-gap: 0.5rem;
|
|
1147
|
+
--sso-cols: 3; /* You can dynamically adjust this with JS if needed */
|
|
1148
|
+
--sso-item-width: calc(
|
|
1149
|
+
100% / var(--sso-cols) - var(--sso-gap) / var(--sso-cols) *
|
|
1150
|
+
(var(--sso-cols) - 1)
|
|
1151
|
+
);
|
|
1152
|
+
|
|
1153
|
+
display: flex;
|
|
1154
|
+
flex-wrap: wrap;
|
|
1155
|
+
flex-direction: row;
|
|
1156
|
+
justify-content: center;
|
|
1157
|
+
gap: var(--sso-gap);
|
|
1158
|
+
width: 100%;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
/* Buttons */
|
|
1162
|
+
.sb_social_wrap > * {
|
|
1163
|
+
flex: 0 0 var(--sso-item-width);
|
|
1164
|
+
}
|
|
1165
1165
|
.hover\:\!sb-bg-muted:hover{
|
|
1166
1166
|
background-color: hsl(var(--muted)) !important;
|
|
1167
|
-
}
|
|
1167
|
+
}
|
|
1168
1168
|
.disabled\:\!sb-opacity-100:disabled{
|
|
1169
1169
|
opacity: 1 !important;
|
|
1170
|
-
}
|
|
1170
|
+
}
|
|
1171
1171
|
.data-\[state\=active\]\:\!sb-bg-muted[data-state="active"]{
|
|
1172
1172
|
background-color: hsl(var(--muted)) !important;
|
|
1173
|
-
}
|
|
1174
|
-
@media (min-width: 640px){
|
|
1175
|
-
|
|
1173
|
+
}
|
|
1174
|
+
@media (min-width: 640px){
|
|
1175
|
+
|
|
1176
1176
|
.sm\:sb-w-\[375px\]{
|
|
1177
1177
|
width: 375px;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
1180
|
.sm\:sb-max-w-\[735px\]{
|
|
1181
1181
|
max-width: 735px;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
1184
|
.sm\:sb-rounded-\[8px\]{
|
|
1185
1185
|
border-radius: 8px;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
1188
|
.sm\:sb-border{
|
|
1189
1189
|
border-width: 1px;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
1192
|
.sm\:sb-border-border{
|
|
1193
1193
|
border-color: hsl(var(--border));
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
1196
|
.sm\:sb-shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
|
|
1197
1197
|
--tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
|
|
1198
1198
|
--tw-shadow-colored: 0 4px 4px var(--tw-shadow-color);
|
|
1199
1199
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1200
1200
|
}
|
|
1201
|
-
}
|
|
1202
|
-
@media (min-width: 768px){
|
|
1203
|
-
|
|
1201
|
+
}
|
|
1202
|
+
@media (min-width: 768px){
|
|
1203
|
+
|
|
1204
1204
|
.md\:sb-mx-0{
|
|
1205
1205
|
margin-left: 0px;
|
|
1206
1206
|
margin-right: 0px;
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
1209
|
.md\:sb-my-4{
|
|
1210
1210
|
margin-top: 1rem;
|
|
1211
1211
|
margin-bottom: 1rem;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
1214
|
.md\:sb-ml-6{
|
|
1215
1215
|
margin-left: 1.5rem;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
1218
|
.md\:sb-inline{
|
|
1219
1219
|
display: inline;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
1222
|
.md\:sb-max-h-\[100\%\]{
|
|
1223
1223
|
max-height: 100%;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
1226
|
.md\:sb-w-\[120px\]{
|
|
1227
1227
|
width: 120px;
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
1230
|
.md\:sb-w-\[calc\(100\%-32px\)\]{
|
|
1231
1231
|
width: calc(100% - 32px);
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
1234
|
.md\:sb-w-\[calc\(100vw-32px\)\]{
|
|
1235
1235
|
width: calc(100vw - 32px);
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
1238
|
.md\:sb-max-w-\[800px\]{
|
|
1239
1239
|
max-width: 800px;
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
1242
|
.md\:sb-flex-row{
|
|
1243
1243
|
flex-direction: row;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
1246
|
.md\:sb-flex-row-reverse{
|
|
1247
1247
|
flex-direction: row-reverse;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
1250
|
.md\:sb-flex-col{
|
|
1251
1251
|
flex-direction: column;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
1254
|
.md\:sb-px-4{
|
|
1255
1255
|
padding-left: 1rem;
|
|
1256
1256
|
padding-right: 1rem;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
1259
|
.md\:sb-px-6{
|
|
1260
1260
|
padding-left: 1.5rem;
|
|
1261
1261
|
padding-right: 1.5rem;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
1264
|
.md\:sb-pb-4{
|
|
1265
1265
|
padding-bottom: 1rem;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
1268
|
.md\:sb-pl-0{
|
|
1269
1269
|
padding-left: 0px;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
1272
|
.md\:sb-pl-6{
|
|
1273
1273
|
padding-left: 1.5rem;
|
|
1274
1274
|
}
|
|
1275
|
-
}
|
|
1276
|
-
@media (min-width: 1024px){
|
|
1277
|
-
|
|
1275
|
+
}
|
|
1276
|
+
@media (min-width: 1024px){
|
|
1277
|
+
|
|
1278
1278
|
.lg\:sb-min-w-\[800px\]{
|
|
1279
1279
|
min-width: 800px;
|
|
1280
1280
|
}
|
|
1281
|
-
}
|
|
1281
|
+
}
|
|
1282
1282
|
*, ::before, ::after {
|
|
1283
1283
|
--tw-border-spacing-x: 0;
|
|
1284
1284
|
--tw-border-spacing-y: 0;
|
|
@@ -1331,7 +1331,7 @@ video {
|
|
|
1331
1331
|
--tw-contain-layout: ;
|
|
1332
1332
|
--tw-contain-paint: ;
|
|
1333
1333
|
--tw-contain-style: ;
|
|
1334
|
-
}
|
|
1334
|
+
}
|
|
1335
1335
|
::backdrop {
|
|
1336
1336
|
--tw-border-spacing-x: 0;
|
|
1337
1337
|
--tw-border-spacing-y: 0;
|
|
@@ -1384,14 +1384,14 @@ video {
|
|
|
1384
1384
|
--tw-contain-layout: ;
|
|
1385
1385
|
--tw-contain-paint: ;
|
|
1386
1386
|
--tw-contain-style: ;
|
|
1387
|
-
}
|
|
1387
|
+
}
|
|
1388
1388
|
/*
|
|
1389
1389
|
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
|
1390
|
-
*/
|
|
1390
|
+
*/
|
|
1391
1391
|
/*
|
|
1392
1392
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
1393
1393
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
1394
|
-
*/
|
|
1394
|
+
*/
|
|
1395
1395
|
*,
|
|
1396
1396
|
::before,
|
|
1397
1397
|
::after {
|
|
@@ -1399,11 +1399,11 @@ video {
|
|
|
1399
1399
|
border-width: 0; /* 2 */
|
|
1400
1400
|
border-style: solid; /* 2 */
|
|
1401
1401
|
border-color: #e5e7eb; /* 2 */
|
|
1402
|
-
}
|
|
1402
|
+
}
|
|
1403
1403
|
::before,
|
|
1404
1404
|
::after {
|
|
1405
1405
|
--tw-content: '';
|
|
1406
|
-
}
|
|
1406
|
+
}
|
|
1407
1407
|
/*
|
|
1408
1408
|
1. Use a consistent sensible line-height in all browsers.
|
|
1409
1409
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
@@ -1412,7 +1412,7 @@ video {
|
|
|
1412
1412
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
1413
1413
|
6. Use the user's configured `sans` font-variation-settings by default.
|
|
1414
1414
|
7. Disable tap highlights on iOS
|
|
1415
|
-
*/
|
|
1415
|
+
*/
|
|
1416
1416
|
html,
|
|
1417
1417
|
:host {
|
|
1418
1418
|
line-height: 1.5; /* 1 */
|
|
@@ -1424,35 +1424,35 @@ html,
|
|
|
1424
1424
|
font-feature-settings: normal; /* 5 */
|
|
1425
1425
|
font-variation-settings: normal; /* 6 */
|
|
1426
1426
|
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
1427
|
-
}
|
|
1427
|
+
}
|
|
1428
1428
|
/*
|
|
1429
1429
|
1. Remove the margin in all browsers.
|
|
1430
1430
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
1431
|
-
*/
|
|
1431
|
+
*/
|
|
1432
1432
|
body {
|
|
1433
1433
|
margin: 0; /* 1 */
|
|
1434
1434
|
line-height: inherit; /* 2 */
|
|
1435
|
-
}
|
|
1435
|
+
}
|
|
1436
1436
|
/*
|
|
1437
1437
|
1. Add the correct height in Firefox.
|
|
1438
1438
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
1439
1439
|
3. Ensure horizontal rules are visible by default.
|
|
1440
|
-
*/
|
|
1440
|
+
*/
|
|
1441
1441
|
hr {
|
|
1442
1442
|
height: 0; /* 1 */
|
|
1443
1443
|
color: inherit; /* 2 */
|
|
1444
1444
|
border-top-width: 1px; /* 3 */
|
|
1445
|
-
}
|
|
1445
|
+
}
|
|
1446
1446
|
/*
|
|
1447
1447
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
1448
|
-
*/
|
|
1448
|
+
*/
|
|
1449
1449
|
abbr:where([title]) {
|
|
1450
1450
|
-webkit-text-decoration: underline dotted;
|
|
1451
1451
|
text-decoration: underline dotted;
|
|
1452
|
-
}
|
|
1452
|
+
}
|
|
1453
1453
|
/*
|
|
1454
1454
|
Remove the default font size and weight for headings.
|
|
1455
|
-
*/
|
|
1455
|
+
*/
|
|
1456
1456
|
h1,
|
|
1457
1457
|
h2,
|
|
1458
1458
|
h3,
|
|
@@ -1461,27 +1461,27 @@ h5,
|
|
|
1461
1461
|
h6 {
|
|
1462
1462
|
font-size: inherit;
|
|
1463
1463
|
font-weight: inherit;
|
|
1464
|
-
}
|
|
1464
|
+
}
|
|
1465
1465
|
/*
|
|
1466
1466
|
Reset links to optimize for opt-in styling instead of opt-out.
|
|
1467
|
-
*/
|
|
1467
|
+
*/
|
|
1468
1468
|
a {
|
|
1469
1469
|
color: inherit;
|
|
1470
1470
|
text-decoration: inherit;
|
|
1471
|
-
}
|
|
1471
|
+
}
|
|
1472
1472
|
/*
|
|
1473
1473
|
Add the correct font weight in Edge and Safari.
|
|
1474
|
-
*/
|
|
1474
|
+
*/
|
|
1475
1475
|
b,
|
|
1476
1476
|
strong {
|
|
1477
1477
|
font-weight: bolder;
|
|
1478
|
-
}
|
|
1478
|
+
}
|
|
1479
1479
|
/*
|
|
1480
1480
|
1. Use the user's configured `mono` font-family by default.
|
|
1481
1481
|
2. Use the user's configured `mono` font-feature-settings by default.
|
|
1482
1482
|
3. Use the user's configured `mono` font-variation-settings by default.
|
|
1483
1483
|
4. Correct the odd `em` font sizing in all browsers.
|
|
1484
|
-
*/
|
|
1484
|
+
*/
|
|
1485
1485
|
code,
|
|
1486
1486
|
kbd,
|
|
1487
1487
|
samp,
|
|
@@ -1490,44 +1490,44 @@ pre {
|
|
|
1490
1490
|
font-feature-settings: normal; /* 2 */
|
|
1491
1491
|
font-variation-settings: normal; /* 3 */
|
|
1492
1492
|
font-size: 1em; /* 4 */
|
|
1493
|
-
}
|
|
1493
|
+
}
|
|
1494
1494
|
/*
|
|
1495
1495
|
Add the correct font size in all browsers.
|
|
1496
|
-
*/
|
|
1496
|
+
*/
|
|
1497
1497
|
small {
|
|
1498
1498
|
font-size: 80%;
|
|
1499
|
-
}
|
|
1499
|
+
}
|
|
1500
1500
|
/*
|
|
1501
1501
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
1502
|
-
*/
|
|
1502
|
+
*/
|
|
1503
1503
|
sub,
|
|
1504
1504
|
sup {
|
|
1505
1505
|
font-size: 75%;
|
|
1506
1506
|
line-height: 0;
|
|
1507
1507
|
position: relative;
|
|
1508
1508
|
vertical-align: baseline;
|
|
1509
|
-
}
|
|
1509
|
+
}
|
|
1510
1510
|
sub {
|
|
1511
1511
|
bottom: -0.25em;
|
|
1512
|
-
}
|
|
1512
|
+
}
|
|
1513
1513
|
sup {
|
|
1514
1514
|
top: -0.5em;
|
|
1515
|
-
}
|
|
1515
|
+
}
|
|
1516
1516
|
/*
|
|
1517
1517
|
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)
|
|
1518
1518
|
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)
|
|
1519
1519
|
3. Remove gaps between table borders by default.
|
|
1520
|
-
*/
|
|
1520
|
+
*/
|
|
1521
1521
|
table {
|
|
1522
1522
|
text-indent: 0; /* 1 */
|
|
1523
1523
|
border-color: inherit; /* 2 */
|
|
1524
1524
|
border-collapse: collapse; /* 3 */
|
|
1525
|
-
}
|
|
1525
|
+
}
|
|
1526
1526
|
/*
|
|
1527
1527
|
1. Change the font styles in all browsers.
|
|
1528
1528
|
2. Remove the margin in Firefox and Safari.
|
|
1529
1529
|
3. Remove default padding in all browsers.
|
|
1530
|
-
*/
|
|
1530
|
+
*/
|
|
1531
1531
|
button,
|
|
1532
1532
|
input,
|
|
1533
1533
|
optgroup,
|
|
@@ -1543,18 +1543,18 @@ textarea {
|
|
|
1543
1543
|
color: inherit; /* 1 */
|
|
1544
1544
|
margin: 0; /* 2 */
|
|
1545
1545
|
padding: 0; /* 3 */
|
|
1546
|
-
}
|
|
1546
|
+
}
|
|
1547
1547
|
/*
|
|
1548
1548
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
1549
|
-
*/
|
|
1549
|
+
*/
|
|
1550
1550
|
button,
|
|
1551
1551
|
select {
|
|
1552
1552
|
text-transform: none;
|
|
1553
|
-
}
|
|
1553
|
+
}
|
|
1554
1554
|
/*
|
|
1555
1555
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
1556
1556
|
2. Remove default button styles.
|
|
1557
|
-
*/
|
|
1557
|
+
*/
|
|
1558
1558
|
button,
|
|
1559
1559
|
input:where([type='button']),
|
|
1560
1560
|
input:where([type='reset']),
|
|
@@ -1562,63 +1562,63 @@ input:where([type='submit']) {
|
|
|
1562
1562
|
-webkit-appearance: button; /* 1 */
|
|
1563
1563
|
background-color: transparent; /* 2 */
|
|
1564
1564
|
background-image: none; /* 2 */
|
|
1565
|
-
}
|
|
1565
|
+
}
|
|
1566
1566
|
/*
|
|
1567
1567
|
Use the modern Firefox focus style for all focusable elements.
|
|
1568
|
-
*/
|
|
1568
|
+
*/
|
|
1569
1569
|
:-moz-focusring {
|
|
1570
1570
|
outline: auto;
|
|
1571
|
-
}
|
|
1571
|
+
}
|
|
1572
1572
|
/*
|
|
1573
1573
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
1574
|
-
*/
|
|
1574
|
+
*/
|
|
1575
1575
|
:-moz-ui-invalid {
|
|
1576
1576
|
box-shadow: none;
|
|
1577
|
-
}
|
|
1577
|
+
}
|
|
1578
1578
|
/*
|
|
1579
1579
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
1580
|
-
*/
|
|
1580
|
+
*/
|
|
1581
1581
|
progress {
|
|
1582
1582
|
vertical-align: baseline;
|
|
1583
|
-
}
|
|
1583
|
+
}
|
|
1584
1584
|
/*
|
|
1585
1585
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
1586
|
-
*/
|
|
1586
|
+
*/
|
|
1587
1587
|
::-webkit-inner-spin-button,
|
|
1588
1588
|
::-webkit-outer-spin-button {
|
|
1589
1589
|
height: auto;
|
|
1590
|
-
}
|
|
1590
|
+
}
|
|
1591
1591
|
/*
|
|
1592
1592
|
1. Correct the odd appearance in Chrome and Safari.
|
|
1593
1593
|
2. Correct the outline style in Safari.
|
|
1594
|
-
*/
|
|
1594
|
+
*/
|
|
1595
1595
|
[type='search'] {
|
|
1596
1596
|
-webkit-appearance: textfield; /* 1 */
|
|
1597
1597
|
outline-offset: -2px; /* 2 */
|
|
1598
|
-
}
|
|
1598
|
+
}
|
|
1599
1599
|
/*
|
|
1600
1600
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
1601
|
-
*/
|
|
1601
|
+
*/
|
|
1602
1602
|
::-webkit-search-decoration {
|
|
1603
1603
|
-webkit-appearance: none;
|
|
1604
|
-
}
|
|
1604
|
+
}
|
|
1605
1605
|
/*
|
|
1606
1606
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
1607
1607
|
2. Change font properties to `inherit` in Safari.
|
|
1608
|
-
*/
|
|
1608
|
+
*/
|
|
1609
1609
|
::-webkit-file-upload-button {
|
|
1610
1610
|
-webkit-appearance: button; /* 1 */
|
|
1611
1611
|
font: inherit; /* 2 */
|
|
1612
|
-
}
|
|
1612
|
+
}
|
|
1613
1613
|
/*
|
|
1614
1614
|
Add the correct display in Chrome and Safari.
|
|
1615
|
-
*/
|
|
1615
|
+
*/
|
|
1616
1616
|
summary {
|
|
1617
1617
|
display: list-item;
|
|
1618
|
-
}
|
|
1618
|
+
}
|
|
1619
1619
|
/*
|
|
1620
1620
|
Removes the default spacing and border for appropriate elements.
|
|
1621
|
-
*/
|
|
1621
|
+
*/
|
|
1622
1622
|
blockquote,
|
|
1623
1623
|
dl,
|
|
1624
1624
|
dd,
|
|
@@ -1633,64 +1633,64 @@ figure,
|
|
|
1633
1633
|
p,
|
|
1634
1634
|
pre {
|
|
1635
1635
|
margin: 0;
|
|
1636
|
-
}
|
|
1636
|
+
}
|
|
1637
1637
|
fieldset {
|
|
1638
1638
|
margin: 0;
|
|
1639
1639
|
padding: 0;
|
|
1640
|
-
}
|
|
1640
|
+
}
|
|
1641
1641
|
legend {
|
|
1642
1642
|
padding: 0;
|
|
1643
|
-
}
|
|
1643
|
+
}
|
|
1644
1644
|
ol,
|
|
1645
1645
|
ul,
|
|
1646
1646
|
menu {
|
|
1647
1647
|
list-style: none;
|
|
1648
1648
|
margin: 0;
|
|
1649
1649
|
padding: 0;
|
|
1650
|
-
}
|
|
1650
|
+
}
|
|
1651
1651
|
/*
|
|
1652
1652
|
Reset default styling for dialogs.
|
|
1653
|
-
*/
|
|
1653
|
+
*/
|
|
1654
1654
|
dialog {
|
|
1655
1655
|
padding: 0;
|
|
1656
|
-
}
|
|
1656
|
+
}
|
|
1657
1657
|
/*
|
|
1658
1658
|
Prevent resizing textareas horizontally by default.
|
|
1659
|
-
*/
|
|
1659
|
+
*/
|
|
1660
1660
|
textarea {
|
|
1661
1661
|
resize: vertical;
|
|
1662
|
-
}
|
|
1662
|
+
}
|
|
1663
1663
|
/*
|
|
1664
1664
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
1665
1665
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
1666
|
-
*/
|
|
1666
|
+
*/
|
|
1667
1667
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
1668
1668
|
opacity: 1; /* 1 */
|
|
1669
1669
|
color: #9ca3af; /* 2 */
|
|
1670
|
-
}
|
|
1670
|
+
}
|
|
1671
1671
|
input::placeholder,
|
|
1672
1672
|
textarea::placeholder {
|
|
1673
1673
|
opacity: 1; /* 1 */
|
|
1674
1674
|
color: #9ca3af; /* 2 */
|
|
1675
|
-
}
|
|
1675
|
+
}
|
|
1676
1676
|
/*
|
|
1677
1677
|
Set the default cursor for buttons.
|
|
1678
|
-
*/
|
|
1678
|
+
*/
|
|
1679
1679
|
button,
|
|
1680
1680
|
[role="button"] {
|
|
1681
1681
|
cursor: pointer;
|
|
1682
|
-
}
|
|
1682
|
+
}
|
|
1683
1683
|
/*
|
|
1684
1684
|
Make sure disabled buttons don't get the pointer cursor.
|
|
1685
|
-
*/
|
|
1685
|
+
*/
|
|
1686
1686
|
:disabled {
|
|
1687
1687
|
cursor: default;
|
|
1688
|
-
}
|
|
1688
|
+
}
|
|
1689
1689
|
/*
|
|
1690
1690
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
1691
1691
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
1692
1692
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
1693
|
-
*/
|
|
1693
|
+
*/
|
|
1694
1694
|
img,
|
|
1695
1695
|
svg,
|
|
1696
1696
|
video,
|
|
@@ -1701,32 +1701,32 @@ embed,
|
|
|
1701
1701
|
object {
|
|
1702
1702
|
display: block; /* 1 */
|
|
1703
1703
|
vertical-align: middle; /* 2 */
|
|
1704
|
-
}
|
|
1704
|
+
}
|
|
1705
1705
|
/*
|
|
1706
1706
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
1707
|
-
*/
|
|
1707
|
+
*/
|
|
1708
1708
|
img,
|
|
1709
1709
|
video {
|
|
1710
1710
|
max-width: 100%;
|
|
1711
1711
|
height: auto;
|
|
1712
|
-
}
|
|
1713
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
1712
|
+
}
|
|
1713
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
1714
1714
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
1715
1715
|
display: none;
|
|
1716
|
-
}
|
|
1716
|
+
}
|
|
1717
1717
|
* {
|
|
1718
1718
|
border-color: hsl(var(--border));
|
|
1719
|
-
}
|
|
1719
|
+
}
|
|
1720
1720
|
body {
|
|
1721
1721
|
background-color: hsl(var(--background));
|
|
1722
1722
|
color: hsl(var(--foreground));
|
|
1723
1723
|
font-synthesis-weight: none;
|
|
1724
1724
|
text-rendering: optimizeLegibility;
|
|
1725
|
-
}
|
|
1725
|
+
}
|
|
1726
1726
|
/* p {
|
|
1727
1727
|
margin-top: 6px;
|
|
1728
1728
|
margin-block-start: 6px;
|
|
1729
|
-
} */
|
|
1729
|
+
} */
|
|
1730
1730
|
.rtg-sr-only {
|
|
1731
1731
|
position: absolute;
|
|
1732
1732
|
width: 1px;
|
|
@@ -1737,1179 +1737,1179 @@ body {
|
|
|
1737
1737
|
clip: rect(0, 0, 0, 0);
|
|
1738
1738
|
white-space: nowrap;
|
|
1739
1739
|
border-width: 0;
|
|
1740
|
-
}
|
|
1740
|
+
}
|
|
1741
1741
|
.rtg-pointer-events-none {
|
|
1742
1742
|
pointer-events: none;
|
|
1743
|
-
}
|
|
1743
|
+
}
|
|
1744
1744
|
.rtg-pointer-events-auto {
|
|
1745
1745
|
pointer-events: auto;
|
|
1746
|
-
}
|
|
1746
|
+
}
|
|
1747
1747
|
.rtg-visible {
|
|
1748
1748
|
visibility: visible;
|
|
1749
|
-
}
|
|
1749
|
+
}
|
|
1750
1750
|
.rtg-invisible {
|
|
1751
1751
|
visibility: hidden;
|
|
1752
|
-
}
|
|
1752
|
+
}
|
|
1753
1753
|
.rtg-fixed {
|
|
1754
1754
|
position: fixed;
|
|
1755
|
-
}
|
|
1755
|
+
}
|
|
1756
1756
|
.rtg-absolute {
|
|
1757
1757
|
position: absolute;
|
|
1758
|
-
}
|
|
1758
|
+
}
|
|
1759
1759
|
.rtg-relative {
|
|
1760
1760
|
position: relative;
|
|
1761
|
-
}
|
|
1761
|
+
}
|
|
1762
1762
|
.rtg-inset-0 {
|
|
1763
1763
|
inset: 0px;
|
|
1764
|
-
}
|
|
1764
|
+
}
|
|
1765
1765
|
.rtg-left-0 {
|
|
1766
1766
|
left: 0px;
|
|
1767
|
-
}
|
|
1767
|
+
}
|
|
1768
1768
|
.rtg-left-2 {
|
|
1769
1769
|
left: 0.5rem;
|
|
1770
|
-
}
|
|
1770
|
+
}
|
|
1771
1771
|
.rtg-left-\[-60px\] {
|
|
1772
1772
|
left: -60px;
|
|
1773
|
-
}
|
|
1773
|
+
}
|
|
1774
1774
|
.rtg-left-\[50\%\] {
|
|
1775
1775
|
left: 50%;
|
|
1776
|
-
}
|
|
1776
|
+
}
|
|
1777
1777
|
.rtg-right-1 {
|
|
1778
1778
|
right: 0.25rem;
|
|
1779
|
-
}
|
|
1779
|
+
}
|
|
1780
1780
|
.rtg-right-4 {
|
|
1781
1781
|
right: 1rem;
|
|
1782
|
-
}
|
|
1782
|
+
}
|
|
1783
1783
|
.rtg-right-\[-60px\] {
|
|
1784
1784
|
right: -60px;
|
|
1785
|
-
}
|
|
1785
|
+
}
|
|
1786
1786
|
.rtg-top-0 {
|
|
1787
1787
|
top: 0px;
|
|
1788
|
-
}
|
|
1788
|
+
}
|
|
1789
1789
|
.rtg-top-1 {
|
|
1790
1790
|
top: 0.25rem;
|
|
1791
|
-
}
|
|
1791
|
+
}
|
|
1792
1792
|
.rtg-top-1\/2 {
|
|
1793
1793
|
top: 50%;
|
|
1794
|
-
}
|
|
1794
|
+
}
|
|
1795
1795
|
.rtg-top-4 {
|
|
1796
1796
|
top: 1rem;
|
|
1797
|
-
}
|
|
1797
|
+
}
|
|
1798
1798
|
.rtg-top-\[-50px\] {
|
|
1799
1799
|
top: -50px;
|
|
1800
|
-
}
|
|
1800
|
+
}
|
|
1801
1801
|
.rtg-top-\[50\%\] {
|
|
1802
1802
|
top: 50%;
|
|
1803
|
-
}
|
|
1803
|
+
}
|
|
1804
1804
|
.rtg-top-\[50px\] {
|
|
1805
1805
|
top: 50px;
|
|
1806
|
-
}
|
|
1806
|
+
}
|
|
1807
1807
|
.rtg-top-full {
|
|
1808
1808
|
top: 100%;
|
|
1809
|
-
}
|
|
1809
|
+
}
|
|
1810
1810
|
.rtg-z-10 {
|
|
1811
1811
|
z-index: 10;
|
|
1812
|
-
}
|
|
1812
|
+
}
|
|
1813
1813
|
.rtg-z-20 {
|
|
1814
1814
|
z-index: 20;
|
|
1815
|
-
}
|
|
1815
|
+
}
|
|
1816
1816
|
.rtg-z-50 {
|
|
1817
1817
|
z-index: 50;
|
|
1818
|
-
}
|
|
1818
|
+
}
|
|
1819
1819
|
.rtg-z-\[100\] {
|
|
1820
1820
|
z-index: 100;
|
|
1821
|
-
}
|
|
1821
|
+
}
|
|
1822
1822
|
.rtg-row-span-3 {
|
|
1823
1823
|
grid-row: span 3 / span 3;
|
|
1824
|
-
}
|
|
1824
|
+
}
|
|
1825
1825
|
.rtg-m-5 {
|
|
1826
1826
|
margin: 1.25rem;
|
|
1827
|
-
}
|
|
1827
|
+
}
|
|
1828
1828
|
.rtg-m-auto {
|
|
1829
1829
|
margin: auto;
|
|
1830
|
-
}
|
|
1830
|
+
}
|
|
1831
1831
|
.rtg-mx-1 {
|
|
1832
1832
|
margin-left: 0.25rem;
|
|
1833
1833
|
margin-right: 0.25rem;
|
|
1834
|
-
}
|
|
1834
|
+
}
|
|
1835
1835
|
.rtg-mx-3 {
|
|
1836
1836
|
margin-left: 0.75rem;
|
|
1837
1837
|
margin-right: 0.75rem;
|
|
1838
|
-
}
|
|
1838
|
+
}
|
|
1839
1839
|
.rtg-mx-auto {
|
|
1840
1840
|
margin-left: auto;
|
|
1841
1841
|
margin-right: auto;
|
|
1842
|
-
}
|
|
1842
|
+
}
|
|
1843
1843
|
.rtg-my-2 {
|
|
1844
1844
|
margin-top: 0.5rem;
|
|
1845
1845
|
margin-bottom: 0.5rem;
|
|
1846
|
-
}
|
|
1846
|
+
}
|
|
1847
1847
|
.rtg-my-4 {
|
|
1848
1848
|
margin-top: 1rem;
|
|
1849
1849
|
margin-bottom: 1rem;
|
|
1850
|
-
}
|
|
1850
|
+
}
|
|
1851
1851
|
.rtg-mb-1 {
|
|
1852
1852
|
margin-bottom: 0.25rem;
|
|
1853
|
-
}
|
|
1853
|
+
}
|
|
1854
1854
|
.rtg-mb-2 {
|
|
1855
1855
|
margin-bottom: 0.5rem;
|
|
1856
|
-
}
|
|
1856
|
+
}
|
|
1857
1857
|
.rtg-mb-4 {
|
|
1858
1858
|
margin-bottom: 1rem;
|
|
1859
|
-
}
|
|
1859
|
+
}
|
|
1860
1860
|
.rtg-ml-1 {
|
|
1861
1861
|
margin-left: 0.25rem;
|
|
1862
|
-
}
|
|
1862
|
+
}
|
|
1863
1863
|
.rtg-ml-2 {
|
|
1864
1864
|
margin-left: 0.5rem;
|
|
1865
|
-
}
|
|
1865
|
+
}
|
|
1866
1866
|
.rtg-ml-auto {
|
|
1867
1867
|
margin-left: auto;
|
|
1868
|
-
}
|
|
1868
|
+
}
|
|
1869
1869
|
.rtg-mr-2 {
|
|
1870
1870
|
margin-right: 0.5rem;
|
|
1871
|
-
}
|
|
1871
|
+
}
|
|
1872
1872
|
.rtg-mt-1 {
|
|
1873
1873
|
margin-top: 0.25rem;
|
|
1874
|
-
}
|
|
1874
|
+
}
|
|
1875
1875
|
.rtg-mt-1\.5 {
|
|
1876
1876
|
margin-top: 0.375rem;
|
|
1877
|
-
}
|
|
1877
|
+
}
|
|
1878
1878
|
.rtg-mt-2 {
|
|
1879
1879
|
margin-top: 0.5rem;
|
|
1880
|
-
}
|
|
1880
|
+
}
|
|
1881
1881
|
.rtg-mt-3 {
|
|
1882
1882
|
margin-top: 0.75rem;
|
|
1883
|
-
}
|
|
1883
|
+
}
|
|
1884
1884
|
.rtg-mt-4 {
|
|
1885
1885
|
margin-top: 1rem;
|
|
1886
|
-
}
|
|
1886
|
+
}
|
|
1887
1887
|
.rtg-mt-auto {
|
|
1888
1888
|
margin-top: auto;
|
|
1889
|
-
}
|
|
1889
|
+
}
|
|
1890
1890
|
.rtg-line-clamp-1 {
|
|
1891
1891
|
overflow: hidden;
|
|
1892
1892
|
display: -webkit-box;
|
|
1893
1893
|
-webkit-box-orient: vertical;
|
|
1894
1894
|
-webkit-line-clamp: 1;
|
|
1895
|
-
}
|
|
1895
|
+
}
|
|
1896
1896
|
.rtg-line-clamp-2 {
|
|
1897
1897
|
overflow: hidden;
|
|
1898
1898
|
display: -webkit-box;
|
|
1899
1899
|
-webkit-box-orient: vertical;
|
|
1900
1900
|
-webkit-line-clamp: 2;
|
|
1901
|
-
}
|
|
1901
|
+
}
|
|
1902
1902
|
.rtg-block {
|
|
1903
1903
|
display: block;
|
|
1904
|
-
}
|
|
1904
|
+
}
|
|
1905
1905
|
.rtg-inline-block {
|
|
1906
1906
|
display: inline-block;
|
|
1907
|
-
}
|
|
1907
|
+
}
|
|
1908
1908
|
.rtg-flex {
|
|
1909
1909
|
display: flex;
|
|
1910
|
-
}
|
|
1910
|
+
}
|
|
1911
1911
|
.rtg-inline-flex {
|
|
1912
1912
|
display: inline-flex;
|
|
1913
|
-
}
|
|
1913
|
+
}
|
|
1914
1914
|
.rtg-table {
|
|
1915
1915
|
display: table;
|
|
1916
|
-
}
|
|
1916
|
+
}
|
|
1917
1917
|
.rtg-grid {
|
|
1918
1918
|
display: grid;
|
|
1919
|
-
}
|
|
1919
|
+
}
|
|
1920
1920
|
.rtg-hidden {
|
|
1921
1921
|
display: none;
|
|
1922
|
-
}
|
|
1922
|
+
}
|
|
1923
1923
|
.rtg-aspect-square {
|
|
1924
1924
|
aspect-ratio: 1 / 1;
|
|
1925
|
-
}
|
|
1925
|
+
}
|
|
1926
1926
|
.rtg-size-3\.5 {
|
|
1927
1927
|
width: 0.875rem;
|
|
1928
1928
|
height: 0.875rem;
|
|
1929
|
-
}
|
|
1929
|
+
}
|
|
1930
1930
|
.rtg-size-4 {
|
|
1931
1931
|
width: 1rem;
|
|
1932
1932
|
height: 1rem;
|
|
1933
|
-
}
|
|
1933
|
+
}
|
|
1934
1934
|
.rtg-size-8 {
|
|
1935
1935
|
width: 2rem;
|
|
1936
1936
|
height: 2rem;
|
|
1937
|
-
}
|
|
1937
|
+
}
|
|
1938
1938
|
.rtg-size-full {
|
|
1939
1939
|
width: 100%;
|
|
1940
1940
|
height: 100%;
|
|
1941
|
-
}
|
|
1941
|
+
}
|
|
1942
1942
|
.rtg-h-10 {
|
|
1943
1943
|
height: 2.5rem;
|
|
1944
|
-
}
|
|
1944
|
+
}
|
|
1945
1945
|
.rtg-h-11 {
|
|
1946
1946
|
height: 2.75rem;
|
|
1947
|
-
}
|
|
1947
|
+
}
|
|
1948
1948
|
.rtg-h-16 {
|
|
1949
1949
|
height: 4rem;
|
|
1950
|
-
}
|
|
1950
|
+
}
|
|
1951
1951
|
.rtg-h-2 {
|
|
1952
1952
|
height: 0.5rem;
|
|
1953
|
-
}
|
|
1953
|
+
}
|
|
1954
1954
|
.rtg-h-20 {
|
|
1955
1955
|
height: 5rem;
|
|
1956
|
-
}
|
|
1956
|
+
}
|
|
1957
1957
|
.rtg-h-24 {
|
|
1958
1958
|
height: 6rem;
|
|
1959
|
-
}
|
|
1959
|
+
}
|
|
1960
1960
|
.rtg-h-3 {
|
|
1961
1961
|
height: 0.75rem;
|
|
1962
|
-
}
|
|
1962
|
+
}
|
|
1963
1963
|
.rtg-h-3\.5 {
|
|
1964
1964
|
height: 0.875rem;
|
|
1965
|
-
}
|
|
1965
|
+
}
|
|
1966
1966
|
.rtg-h-4 {
|
|
1967
1967
|
height: 1rem;
|
|
1968
|
-
}
|
|
1968
|
+
}
|
|
1969
1969
|
.rtg-h-5 {
|
|
1970
1970
|
height: 1.25rem;
|
|
1971
|
-
}
|
|
1971
|
+
}
|
|
1972
1972
|
.rtg-h-6 {
|
|
1973
1973
|
height: 1.5rem;
|
|
1974
|
-
}
|
|
1974
|
+
}
|
|
1975
1975
|
.rtg-h-7 {
|
|
1976
1976
|
height: 1.75rem;
|
|
1977
|
-
}
|
|
1977
|
+
}
|
|
1978
1978
|
.rtg-h-72 {
|
|
1979
1979
|
height: 18rem;
|
|
1980
|
-
}
|
|
1980
|
+
}
|
|
1981
1981
|
.rtg-h-8 {
|
|
1982
1982
|
height: 2rem;
|
|
1983
|
-
}
|
|
1983
|
+
}
|
|
1984
1984
|
.rtg-h-9 {
|
|
1985
1985
|
height: 2.25rem;
|
|
1986
|
-
}
|
|
1986
|
+
}
|
|
1987
1987
|
.rtg-h-\[120px\] {
|
|
1988
1988
|
height: 120px;
|
|
1989
|
-
}
|
|
1989
|
+
}
|
|
1990
1990
|
.rtg-h-\[1px\] {
|
|
1991
1991
|
height: 1px;
|
|
1992
|
-
}
|
|
1992
|
+
}
|
|
1993
1993
|
.rtg-h-\[300px\] {
|
|
1994
1994
|
height: 300px;
|
|
1995
|
-
}
|
|
1995
|
+
}
|
|
1996
1996
|
.rtg-h-\[36px\] {
|
|
1997
1997
|
height: 36px;
|
|
1998
|
-
}
|
|
1998
|
+
}
|
|
1999
1999
|
.rtg-h-\[400px\] {
|
|
2000
2000
|
height: 400px;
|
|
2001
|
-
}
|
|
2001
|
+
}
|
|
2002
2002
|
.rtg-h-full {
|
|
2003
2003
|
height: 100%;
|
|
2004
|
-
}
|
|
2004
|
+
}
|
|
2005
2005
|
.rtg-h-px {
|
|
2006
2006
|
height: 1px;
|
|
2007
|
-
}
|
|
2007
|
+
}
|
|
2008
2008
|
.rtg-max-h-0 {
|
|
2009
2009
|
max-height: 0px;
|
|
2010
|
-
}
|
|
2010
|
+
}
|
|
2011
2011
|
.rtg-max-h-72 {
|
|
2012
2012
|
max-height: 18rem;
|
|
2013
|
-
}
|
|
2013
|
+
}
|
|
2014
2014
|
.rtg-max-h-\[300px\] {
|
|
2015
2015
|
max-height: 300px;
|
|
2016
|
-
}
|
|
2016
|
+
}
|
|
2017
2017
|
.rtg-max-h-\[var\(--radix-accordion-content-height\)\] {
|
|
2018
2018
|
max-height: var(--radix-accordion-content-height);
|
|
2019
|
-
}
|
|
2019
|
+
}
|
|
2020
2020
|
.rtg-max-h-screen {
|
|
2021
2021
|
max-height: 100vh;
|
|
2022
|
-
}
|
|
2022
|
+
}
|
|
2023
2023
|
.rtg-min-h-\[350px\] {
|
|
2024
2024
|
min-height: 350px;
|
|
2025
|
-
}
|
|
2025
|
+
}
|
|
2026
2026
|
.rtg-min-h-\[80px\] {
|
|
2027
2027
|
min-height: 80px;
|
|
2028
|
-
}
|
|
2028
|
+
}
|
|
2029
2029
|
.rtg-w-10 {
|
|
2030
2030
|
width: 2.5rem;
|
|
2031
|
-
}
|
|
2031
|
+
}
|
|
2032
2032
|
.rtg-w-16 {
|
|
2033
2033
|
width: 4rem;
|
|
2034
|
-
}
|
|
2034
|
+
}
|
|
2035
2035
|
.rtg-w-2 {
|
|
2036
2036
|
width: 0.5rem;
|
|
2037
|
-
}
|
|
2037
|
+
}
|
|
2038
2038
|
.rtg-w-20 {
|
|
2039
2039
|
width: 5rem;
|
|
2040
|
-
}
|
|
2040
|
+
}
|
|
2041
2041
|
.rtg-w-3 {
|
|
2042
2042
|
width: 0.75rem;
|
|
2043
|
-
}
|
|
2043
|
+
}
|
|
2044
2044
|
.rtg-w-3\.5 {
|
|
2045
2045
|
width: 0.875rem;
|
|
2046
|
-
}
|
|
2046
|
+
}
|
|
2047
2047
|
.rtg-w-4 {
|
|
2048
2048
|
width: 1rem;
|
|
2049
|
-
}
|
|
2049
|
+
}
|
|
2050
2050
|
.rtg-w-48 {
|
|
2051
2051
|
width: 12rem;
|
|
2052
|
-
}
|
|
2052
|
+
}
|
|
2053
2053
|
.rtg-w-60 {
|
|
2054
2054
|
width: 15rem;
|
|
2055
|
-
}
|
|
2055
|
+
}
|
|
2056
2056
|
.rtg-w-64 {
|
|
2057
2057
|
width: 16rem;
|
|
2058
|
-
}
|
|
2058
|
+
}
|
|
2059
2059
|
.rtg-w-7 {
|
|
2060
2060
|
width: 1.75rem;
|
|
2061
|
-
}
|
|
2061
|
+
}
|
|
2062
2062
|
.rtg-w-72 {
|
|
2063
2063
|
width: 18rem;
|
|
2064
|
-
}
|
|
2064
|
+
}
|
|
2065
2065
|
.rtg-w-8 {
|
|
2066
2066
|
width: 2rem;
|
|
2067
|
-
}
|
|
2067
|
+
}
|
|
2068
2068
|
.rtg-w-9 {
|
|
2069
2069
|
width: 2.25rem;
|
|
2070
|
-
}
|
|
2070
|
+
}
|
|
2071
2071
|
.rtg-w-\[100\%\] {
|
|
2072
2072
|
width: 100%;
|
|
2073
|
-
}
|
|
2073
|
+
}
|
|
2074
2074
|
.rtg-w-\[100px\] {
|
|
2075
2075
|
width: 100px;
|
|
2076
|
-
}
|
|
2076
|
+
}
|
|
2077
2077
|
.rtg-w-\[180px\] {
|
|
2078
2078
|
width: 180px;
|
|
2079
|
-
}
|
|
2079
|
+
}
|
|
2080
2080
|
.rtg-w-\[1px\] {
|
|
2081
2081
|
width: 1px;
|
|
2082
|
-
}
|
|
2082
|
+
}
|
|
2083
2083
|
.rtg-w-\[300px\] {
|
|
2084
2084
|
width: 300px;
|
|
2085
|
-
}
|
|
2085
|
+
}
|
|
2086
2086
|
.rtg-w-\[350px\] {
|
|
2087
2087
|
width: 350px;
|
|
2088
|
-
}
|
|
2088
|
+
}
|
|
2089
2089
|
.rtg-w-\[36px\] {
|
|
2090
2090
|
width: 36px;
|
|
2091
|
-
}
|
|
2091
|
+
}
|
|
2092
2092
|
.rtg-w-\[400px\] {
|
|
2093
2093
|
width: 400px;
|
|
2094
|
-
}
|
|
2094
|
+
}
|
|
2095
2095
|
.rtg-w-\[40px\] {
|
|
2096
2096
|
width: 40px;
|
|
2097
|
-
}
|
|
2097
|
+
}
|
|
2098
2098
|
.rtg-w-\[60\%\] {
|
|
2099
2099
|
width: 60%;
|
|
2100
|
-
}
|
|
2100
|
+
}
|
|
2101
2101
|
.rtg-w-\[80\%\] {
|
|
2102
2102
|
width: 80%;
|
|
2103
|
-
}
|
|
2103
|
+
}
|
|
2104
2104
|
.rtg-w-\[800px\] {
|
|
2105
2105
|
width: 800px;
|
|
2106
|
-
}
|
|
2106
|
+
}
|
|
2107
2107
|
.rtg-w-fit {
|
|
2108
2108
|
width: -moz-fit-content;
|
|
2109
2109
|
width: fit-content;
|
|
2110
|
-
}
|
|
2110
|
+
}
|
|
2111
2111
|
.rtg-w-full {
|
|
2112
2112
|
width: 100%;
|
|
2113
|
-
}
|
|
2113
|
+
}
|
|
2114
2114
|
.rtg-w-max {
|
|
2115
2115
|
width: -moz-max-content;
|
|
2116
2116
|
width: max-content;
|
|
2117
|
-
}
|
|
2117
|
+
}
|
|
2118
2118
|
.rtg-min-w-0 {
|
|
2119
2119
|
min-width: 0px;
|
|
2120
|
-
}
|
|
2120
|
+
}
|
|
2121
2121
|
.rtg-min-w-\[12rem\] {
|
|
2122
2122
|
min-width: 12rem;
|
|
2123
|
-
}
|
|
2123
|
+
}
|
|
2124
2124
|
.rtg-min-w-\[8rem\] {
|
|
2125
2125
|
min-width: 8rem;
|
|
2126
|
-
}
|
|
2126
|
+
}
|
|
2127
2127
|
.rtg-max-w-\[260px\] {
|
|
2128
2128
|
max-width: 260px;
|
|
2129
|
-
}
|
|
2129
|
+
}
|
|
2130
2130
|
.rtg-max-w-lg {
|
|
2131
2131
|
max-width: 32rem;
|
|
2132
|
-
}
|
|
2132
|
+
}
|
|
2133
2133
|
.rtg-max-w-max {
|
|
2134
2134
|
max-width: -moz-max-content;
|
|
2135
2135
|
max-width: max-content;
|
|
2136
|
-
}
|
|
2136
|
+
}
|
|
2137
2137
|
.rtg-max-w-md {
|
|
2138
2138
|
max-width: 28rem;
|
|
2139
|
-
}
|
|
2139
|
+
}
|
|
2140
2140
|
.rtg-max-w-sm {
|
|
2141
2141
|
max-width: 24rem;
|
|
2142
|
-
}
|
|
2142
|
+
}
|
|
2143
2143
|
.rtg-flex-1 {
|
|
2144
2144
|
flex: 1 1 0%;
|
|
2145
|
-
}
|
|
2145
|
+
}
|
|
2146
2146
|
.rtg-flex-shrink-0 {
|
|
2147
2147
|
flex-shrink: 0;
|
|
2148
|
-
}
|
|
2148
|
+
}
|
|
2149
2149
|
.rtg-shrink-0 {
|
|
2150
2150
|
flex-shrink: 0;
|
|
2151
|
-
}
|
|
2151
|
+
}
|
|
2152
2152
|
.rtg-flex-grow {
|
|
2153
2153
|
flex-grow: 1;
|
|
2154
|
-
}
|
|
2154
|
+
}
|
|
2155
2155
|
.rtg-flex-grow-0 {
|
|
2156
2156
|
flex-grow: 0;
|
|
2157
|
-
}
|
|
2157
|
+
}
|
|
2158
2158
|
.rtg-basis-full {
|
|
2159
2159
|
flex-basis: 100%;
|
|
2160
|
-
}
|
|
2160
|
+
}
|
|
2161
2161
|
.rtg-caption-bottom {
|
|
2162
2162
|
caption-side: bottom;
|
|
2163
|
-
}
|
|
2163
|
+
}
|
|
2164
2164
|
.rtg-border-collapse {
|
|
2165
2165
|
border-collapse: collapse;
|
|
2166
|
-
}
|
|
2166
|
+
}
|
|
2167
2167
|
.rtg-origin-top {
|
|
2168
2168
|
transform-origin: top;
|
|
2169
|
-
}
|
|
2169
|
+
}
|
|
2170
2170
|
.rtg-translate-x-0 {
|
|
2171
2171
|
--tw-translate-x: 0px;
|
|
2172
2172
|
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));
|
|
2173
|
-
}
|
|
2173
|
+
}
|
|
2174
2174
|
.rtg-translate-x-4 {
|
|
2175
2175
|
--tw-translate-x: 1rem;
|
|
2176
2176
|
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));
|
|
2177
|
-
}
|
|
2177
|
+
}
|
|
2178
2178
|
.rtg-translate-x-\[-50\%\] {
|
|
2179
2179
|
--tw-translate-x: -50%;
|
|
2180
2180
|
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));
|
|
2181
|
-
}
|
|
2181
|
+
}
|
|
2182
2182
|
.rtg-translate-y-0 {
|
|
2183
2183
|
--tw-translate-y: 0px;
|
|
2184
2184
|
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));
|
|
2185
|
-
}
|
|
2185
|
+
}
|
|
2186
2186
|
.rtg-translate-y-\[-50\%\] {
|
|
2187
2187
|
--tw-translate-y: -50%;
|
|
2188
2188
|
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));
|
|
2189
|
-
}
|
|
2189
|
+
}
|
|
2190
2190
|
.rtg-rotate-180 {
|
|
2191
2191
|
--tw-rotate: 180deg;
|
|
2192
2192
|
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));
|
|
2193
|
-
}
|
|
2193
|
+
}
|
|
2194
2194
|
.rtg-rotate-90 {
|
|
2195
2195
|
--tw-rotate: 90deg;
|
|
2196
2196
|
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));
|
|
2197
|
-
}
|
|
2197
|
+
}
|
|
2198
2198
|
.rtg-scale-100 {
|
|
2199
2199
|
--tw-scale-x: 1;
|
|
2200
2200
|
--tw-scale-y: 1;
|
|
2201
2201
|
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));
|
|
2202
|
-
}
|
|
2202
|
+
}
|
|
2203
2203
|
.rtg-scale-95 {
|
|
2204
2204
|
--tw-scale-x: .95;
|
|
2205
2205
|
--tw-scale-y: .95;
|
|
2206
2206
|
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));
|
|
2207
|
-
}
|
|
2207
|
+
}
|
|
2208
2208
|
.rtg-scale-y-0 {
|
|
2209
2209
|
--tw-scale-y: 0;
|
|
2210
2210
|
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));
|
|
2211
|
-
}
|
|
2211
|
+
}
|
|
2212
2212
|
.rtg-scale-y-100 {
|
|
2213
2213
|
--tw-scale-y: 1;
|
|
2214
2214
|
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));
|
|
2215
|
-
}
|
|
2215
|
+
}
|
|
2216
2216
|
.rtg-transform {
|
|
2217
2217
|
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));
|
|
2218
|
-
}
|
|
2218
|
+
}
|
|
2219
2219
|
@keyframes rtg-pulse {
|
|
2220
2220
|
|
|
2221
2221
|
50% {
|
|
2222
2222
|
opacity: .5;
|
|
2223
2223
|
}
|
|
2224
|
-
}
|
|
2224
|
+
}
|
|
2225
2225
|
.rtg-animate-pulse {
|
|
2226
2226
|
animation: rtg-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
2227
|
-
}
|
|
2227
|
+
}
|
|
2228
2228
|
.rtg-cursor-default {
|
|
2229
2229
|
cursor: default;
|
|
2230
|
-
}
|
|
2230
|
+
}
|
|
2231
2231
|
.rtg-cursor-pointer {
|
|
2232
2232
|
cursor: pointer;
|
|
2233
|
-
}
|
|
2233
|
+
}
|
|
2234
2234
|
.rtg-select-none {
|
|
2235
2235
|
-webkit-user-select: none;
|
|
2236
2236
|
-moz-user-select: none;
|
|
2237
2237
|
user-select: none;
|
|
2238
|
-
}
|
|
2238
|
+
}
|
|
2239
2239
|
.rtg-list-none {
|
|
2240
2240
|
list-style-type: none;
|
|
2241
|
-
}
|
|
2241
|
+
}
|
|
2242
2242
|
.rtg-grid-cols-2 {
|
|
2243
2243
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2244
|
-
}
|
|
2244
|
+
}
|
|
2245
2245
|
.rtg-grid-cols-4 {
|
|
2246
2246
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2247
|
-
}
|
|
2247
|
+
}
|
|
2248
2248
|
.rtg-flex-row {
|
|
2249
2249
|
flex-direction: row;
|
|
2250
|
-
}
|
|
2250
|
+
}
|
|
2251
2251
|
.rtg-flex-row-reverse {
|
|
2252
2252
|
flex-direction: row-reverse;
|
|
2253
|
-
}
|
|
2253
|
+
}
|
|
2254
2254
|
.rtg-flex-col {
|
|
2255
2255
|
flex-direction: column;
|
|
2256
|
-
}
|
|
2256
|
+
}
|
|
2257
2257
|
.rtg-flex-col-reverse {
|
|
2258
2258
|
flex-direction: column-reverse;
|
|
2259
|
-
}
|
|
2259
|
+
}
|
|
2260
2260
|
.rtg-flex-wrap {
|
|
2261
2261
|
flex-wrap: wrap;
|
|
2262
|
-
}
|
|
2262
|
+
}
|
|
2263
2263
|
.rtg-flex-nowrap {
|
|
2264
2264
|
flex-wrap: nowrap;
|
|
2265
|
-
}
|
|
2265
|
+
}
|
|
2266
2266
|
.rtg-items-start {
|
|
2267
2267
|
align-items: flex-start;
|
|
2268
|
-
}
|
|
2268
|
+
}
|
|
2269
2269
|
.rtg-items-center {
|
|
2270
2270
|
align-items: center;
|
|
2271
|
-
}
|
|
2271
|
+
}
|
|
2272
2272
|
.rtg-justify-start {
|
|
2273
2273
|
justify-content: flex-start;
|
|
2274
|
-
}
|
|
2274
|
+
}
|
|
2275
2275
|
.rtg-justify-end {
|
|
2276
2276
|
justify-content: flex-end;
|
|
2277
|
-
}
|
|
2277
|
+
}
|
|
2278
2278
|
.rtg-justify-center {
|
|
2279
2279
|
justify-content: center;
|
|
2280
|
-
}
|
|
2280
|
+
}
|
|
2281
2281
|
.rtg-justify-between {
|
|
2282
2282
|
justify-content: space-between;
|
|
2283
|
-
}
|
|
2283
|
+
}
|
|
2284
2284
|
.rtg-gap-1 {
|
|
2285
2285
|
gap: 0.25rem;
|
|
2286
|
-
}
|
|
2286
|
+
}
|
|
2287
2287
|
.rtg-gap-1\.5 {
|
|
2288
2288
|
gap: 0.375rem;
|
|
2289
|
-
}
|
|
2289
|
+
}
|
|
2290
2290
|
.rtg-gap-2 {
|
|
2291
2291
|
gap: 0.5rem;
|
|
2292
|
-
}
|
|
2292
|
+
}
|
|
2293
2293
|
.rtg-gap-3 {
|
|
2294
2294
|
gap: 0.75rem;
|
|
2295
|
-
}
|
|
2295
|
+
}
|
|
2296
2296
|
.rtg-gap-4 {
|
|
2297
2297
|
gap: 1rem;
|
|
2298
|
-
}
|
|
2298
|
+
}
|
|
2299
2299
|
.rtg-gap-5 {
|
|
2300
2300
|
gap: 1.25rem;
|
|
2301
|
-
}
|
|
2301
|
+
}
|
|
2302
2302
|
.rtg-space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2303
2303
|
--tw-space-x-reverse: 0;
|
|
2304
2304
|
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
2305
2305
|
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2306
|
-
}
|
|
2306
|
+
}
|
|
2307
2307
|
.rtg-space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
2308
2308
|
--tw-space-x-reverse: 0;
|
|
2309
2309
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
2310
2310
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2311
|
-
}
|
|
2311
|
+
}
|
|
2312
2312
|
.rtg-space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
2313
2313
|
--tw-space-x-reverse: 0;
|
|
2314
2314
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
2315
2315
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2316
|
-
}
|
|
2316
|
+
}
|
|
2317
2317
|
.rtg-space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2318
2318
|
--tw-space-y-reverse: 0;
|
|
2319
2319
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2320
2320
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2321
|
-
}
|
|
2321
|
+
}
|
|
2322
2322
|
.rtg-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
2323
2323
|
--tw-space-y-reverse: 0;
|
|
2324
2324
|
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2325
2325
|
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
2326
|
-
}
|
|
2326
|
+
}
|
|
2327
2327
|
.rtg-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
2328
2328
|
--tw-space-y-reverse: 0;
|
|
2329
2329
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2330
2330
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
2331
|
-
}
|
|
2331
|
+
}
|
|
2332
2332
|
.rtg-space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
2333
2333
|
--tw-space-y-reverse: 0;
|
|
2334
2334
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2335
2335
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2336
|
-
}
|
|
2336
|
+
}
|
|
2337
2337
|
.rtg-space-y-8 > :not([hidden]) ~ :not([hidden]) {
|
|
2338
2338
|
--tw-space-y-reverse: 0;
|
|
2339
2339
|
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2340
2340
|
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
|
2341
|
-
}
|
|
2341
|
+
}
|
|
2342
2342
|
.rtg-overflow-auto {
|
|
2343
2343
|
overflow: auto;
|
|
2344
|
-
}
|
|
2344
|
+
}
|
|
2345
2345
|
.rtg-overflow-hidden {
|
|
2346
2346
|
overflow: hidden;
|
|
2347
|
-
}
|
|
2347
|
+
}
|
|
2348
2348
|
.rtg-overflow-y-auto {
|
|
2349
2349
|
overflow-y: auto;
|
|
2350
|
-
}
|
|
2350
|
+
}
|
|
2351
2351
|
.rtg-overflow-x-hidden {
|
|
2352
2352
|
overflow-x: hidden;
|
|
2353
|
-
}
|
|
2353
|
+
}
|
|
2354
2354
|
.rtg-whitespace-nowrap {
|
|
2355
2355
|
white-space: nowrap;
|
|
2356
|
-
}
|
|
2356
|
+
}
|
|
2357
2357
|
.rtg-break-words {
|
|
2358
2358
|
overflow-wrap: break-word;
|
|
2359
|
-
}
|
|
2359
|
+
}
|
|
2360
2360
|
.\!rtg-rounded-2xl {
|
|
2361
2361
|
border-radius: calc(var(--radius) + 8px) !important;
|
|
2362
|
-
}
|
|
2362
|
+
}
|
|
2363
2363
|
.rtg-rounded {
|
|
2364
2364
|
border-radius: 0.25rem;
|
|
2365
|
-
}
|
|
2365
|
+
}
|
|
2366
2366
|
.rtg-rounded-2xl {
|
|
2367
2367
|
border-radius: calc(var(--radius) + 8px);
|
|
2368
|
-
}
|
|
2368
|
+
}
|
|
2369
2369
|
.rtg-rounded-\[inherit\] {
|
|
2370
2370
|
border-radius: inherit;
|
|
2371
|
-
}
|
|
2371
|
+
}
|
|
2372
2372
|
.rtg-rounded-full {
|
|
2373
2373
|
border-radius: 9999px;
|
|
2374
|
-
}
|
|
2374
|
+
}
|
|
2375
2375
|
.rtg-rounded-lg {
|
|
2376
2376
|
border-radius: var(--radius);
|
|
2377
|
-
}
|
|
2377
|
+
}
|
|
2378
2378
|
.rtg-rounded-md {
|
|
2379
2379
|
border-radius: calc(var(--radius) - 2px);
|
|
2380
|
-
}
|
|
2380
|
+
}
|
|
2381
2381
|
.rtg-rounded-none {
|
|
2382
2382
|
border-radius: 0px;
|
|
2383
|
-
}
|
|
2383
|
+
}
|
|
2384
2384
|
.rtg-rounded-sm {
|
|
2385
2385
|
border-radius: calc(var(--radius) - 4px);
|
|
2386
|
-
}
|
|
2386
|
+
}
|
|
2387
2387
|
.rtg-rounded-l-md {
|
|
2388
2388
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
2389
2389
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
2390
|
-
}
|
|
2390
|
+
}
|
|
2391
2391
|
.rtg-rounded-r-md {
|
|
2392
2392
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2393
2393
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2394
|
-
}
|
|
2394
|
+
}
|
|
2395
2395
|
.rtg-border {
|
|
2396
2396
|
border-width: 1px;
|
|
2397
|
-
}
|
|
2397
|
+
}
|
|
2398
2398
|
.rtg-border-0 {
|
|
2399
2399
|
border-width: 0px;
|
|
2400
|
-
}
|
|
2400
|
+
}
|
|
2401
2401
|
.rtg-border-2 {
|
|
2402
2402
|
border-width: 2px;
|
|
2403
|
-
}
|
|
2403
|
+
}
|
|
2404
2404
|
.rtg-border-y {
|
|
2405
2405
|
border-top-width: 1px;
|
|
2406
2406
|
border-bottom-width: 1px;
|
|
2407
|
-
}
|
|
2407
|
+
}
|
|
2408
2408
|
.rtg-border-b {
|
|
2409
2409
|
border-bottom-width: 1px;
|
|
2410
|
-
}
|
|
2410
|
+
}
|
|
2411
2411
|
.rtg-border-l {
|
|
2412
2412
|
border-left-width: 1px;
|
|
2413
|
-
}
|
|
2413
|
+
}
|
|
2414
2414
|
.rtg-border-r {
|
|
2415
2415
|
border-right-width: 1px;
|
|
2416
|
-
}
|
|
2416
|
+
}
|
|
2417
2417
|
.rtg-border-t {
|
|
2418
2418
|
border-top-width: 1px;
|
|
2419
|
-
}
|
|
2419
|
+
}
|
|
2420
2420
|
.rtg-border-none {
|
|
2421
2421
|
border-style: none;
|
|
2422
|
-
}
|
|
2422
|
+
}
|
|
2423
2423
|
.rtg-border-blue-200 {
|
|
2424
2424
|
--tw-border-opacity: 1;
|
|
2425
2425
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
2426
|
-
}
|
|
2426
|
+
}
|
|
2427
2427
|
.rtg-border-border {
|
|
2428
2428
|
border-color: hsl(var(--border));
|
|
2429
|
-
}
|
|
2429
|
+
}
|
|
2430
2430
|
.rtg-border-destructive {
|
|
2431
2431
|
border-color: hsl(var(--destructive));
|
|
2432
|
-
}
|
|
2432
|
+
}
|
|
2433
2433
|
.rtg-border-gray-300 {
|
|
2434
2434
|
--tw-border-opacity: 1;
|
|
2435
2435
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
2436
|
-
}
|
|
2436
|
+
}
|
|
2437
2437
|
.rtg-border-green-200 {
|
|
2438
2438
|
--tw-border-opacity: 1;
|
|
2439
2439
|
border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
|
|
2440
|
-
}
|
|
2440
|
+
}
|
|
2441
2441
|
.rtg-border-input {
|
|
2442
2442
|
border-color: hsl(var(--input));
|
|
2443
|
-
}
|
|
2443
|
+
}
|
|
2444
2444
|
.rtg-border-primary {
|
|
2445
2445
|
border-color: hsl(var(--primary));
|
|
2446
|
-
}
|
|
2446
|
+
}
|
|
2447
2447
|
.rtg-border-red-200 {
|
|
2448
2448
|
--tw-border-opacity: 1;
|
|
2449
2449
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
2450
|
-
}
|
|
2450
|
+
}
|
|
2451
2451
|
.rtg-border-transparent {
|
|
2452
2452
|
border-color: transparent;
|
|
2453
|
-
}
|
|
2453
|
+
}
|
|
2454
2454
|
.rtg-border-yellow-200 {
|
|
2455
2455
|
--tw-border-opacity: 1;
|
|
2456
2456
|
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
|
|
2457
|
-
}
|
|
2457
|
+
}
|
|
2458
2458
|
.rtg-bg-accent {
|
|
2459
2459
|
background-color: hsl(var(--accent));
|
|
2460
|
-
}
|
|
2460
|
+
}
|
|
2461
2461
|
.rtg-bg-accent-foreground {
|
|
2462
2462
|
background-color: hsl(var(--accent-foreground));
|
|
2463
|
-
}
|
|
2463
|
+
}
|
|
2464
2464
|
.rtg-bg-background {
|
|
2465
2465
|
background-color: hsl(var(--background));
|
|
2466
|
-
}
|
|
2466
|
+
}
|
|
2467
2467
|
.rtg-bg-black\/80 {
|
|
2468
2468
|
background-color: rgb(0 0 0 / 0.8);
|
|
2469
|
-
}
|
|
2469
|
+
}
|
|
2470
2470
|
.rtg-bg-blue-100 {
|
|
2471
2471
|
--tw-bg-opacity: 1;
|
|
2472
2472
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
2473
|
-
}
|
|
2473
|
+
}
|
|
2474
2474
|
.rtg-bg-border {
|
|
2475
2475
|
background-color: hsl(var(--border));
|
|
2476
|
-
}
|
|
2476
|
+
}
|
|
2477
2477
|
.rtg-bg-card {
|
|
2478
2478
|
background-color: hsl(var(--card));
|
|
2479
|
-
}
|
|
2479
|
+
}
|
|
2480
2480
|
.rtg-bg-destructive {
|
|
2481
2481
|
background-color: hsl(var(--destructive));
|
|
2482
|
-
}
|
|
2482
|
+
}
|
|
2483
2483
|
.rtg-bg-gray-200 {
|
|
2484
2484
|
--tw-bg-opacity: 1;
|
|
2485
2485
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
2486
|
-
}
|
|
2486
|
+
}
|
|
2487
2487
|
.rtg-bg-green-100 {
|
|
2488
2488
|
--tw-bg-opacity: 1;
|
|
2489
2489
|
background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
|
|
2490
|
-
}
|
|
2490
|
+
}
|
|
2491
2491
|
.rtg-bg-input {
|
|
2492
2492
|
background-color: hsl(var(--input));
|
|
2493
|
-
}
|
|
2493
|
+
}
|
|
2494
2494
|
.rtg-bg-muted {
|
|
2495
2495
|
background-color: hsl(var(--muted));
|
|
2496
|
-
}
|
|
2496
|
+
}
|
|
2497
2497
|
.rtg-bg-muted\/50 {
|
|
2498
2498
|
background-color: hsl(var(--muted) / 0.5);
|
|
2499
|
-
}
|
|
2499
|
+
}
|
|
2500
2500
|
.rtg-bg-popover {
|
|
2501
2501
|
background-color: hsl(var(--popover));
|
|
2502
|
-
}
|
|
2502
|
+
}
|
|
2503
2503
|
.rtg-bg-primary {
|
|
2504
2504
|
background-color: hsl(var(--primary));
|
|
2505
|
-
}
|
|
2505
|
+
}
|
|
2506
2506
|
.rtg-bg-red-100 {
|
|
2507
2507
|
--tw-bg-opacity: 1;
|
|
2508
2508
|
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
2509
|
-
}
|
|
2509
|
+
}
|
|
2510
2510
|
.rtg-bg-secondary {
|
|
2511
2511
|
background-color: hsl(var(--secondary));
|
|
2512
|
-
}
|
|
2512
|
+
}
|
|
2513
2513
|
.rtg-bg-transparent {
|
|
2514
2514
|
background-color: transparent;
|
|
2515
|
-
}
|
|
2515
|
+
}
|
|
2516
2516
|
.rtg-bg-yellow-100 {
|
|
2517
2517
|
--tw-bg-opacity: 1;
|
|
2518
2518
|
background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
|
|
2519
|
-
}
|
|
2519
|
+
}
|
|
2520
2520
|
.rtg-fill-current {
|
|
2521
2521
|
fill: currentColor;
|
|
2522
|
-
}
|
|
2522
|
+
}
|
|
2523
2523
|
.rtg-fill-primary {
|
|
2524
2524
|
fill: hsl(var(--primary));
|
|
2525
|
-
}
|
|
2525
|
+
}
|
|
2526
2526
|
.rtg-object-cover {
|
|
2527
2527
|
-o-object-fit: cover;
|
|
2528
2528
|
object-fit: cover;
|
|
2529
|
-
}
|
|
2529
|
+
}
|
|
2530
2530
|
.rtg-p-0 {
|
|
2531
2531
|
padding: 0;
|
|
2532
|
-
}
|
|
2532
|
+
}
|
|
2533
2533
|
.rtg-p-1 {
|
|
2534
2534
|
padding: 0.25rem;
|
|
2535
|
-
}
|
|
2535
|
+
}
|
|
2536
2536
|
.rtg-p-10 {
|
|
2537
2537
|
padding: 2.5rem;
|
|
2538
|
-
}
|
|
2538
|
+
}
|
|
2539
2539
|
.rtg-p-2 {
|
|
2540
2540
|
padding: 0.5rem;
|
|
2541
|
-
}
|
|
2541
|
+
}
|
|
2542
2542
|
.rtg-p-3 {
|
|
2543
2543
|
padding: 0.75rem;
|
|
2544
|
-
}
|
|
2544
|
+
}
|
|
2545
2545
|
.rtg-p-4 {
|
|
2546
2546
|
padding: 1rem;
|
|
2547
|
-
}
|
|
2547
|
+
}
|
|
2548
2548
|
.rtg-p-6 {
|
|
2549
2549
|
padding: 1.5rem;
|
|
2550
|
-
}
|
|
2550
|
+
}
|
|
2551
2551
|
.rtg-px-1 {
|
|
2552
2552
|
padding-left: 0.25rem;
|
|
2553
2553
|
padding-right: 0.25rem;
|
|
2554
|
-
}
|
|
2554
|
+
}
|
|
2555
2555
|
.rtg-px-2 {
|
|
2556
2556
|
padding-left: 0.5rem;
|
|
2557
2557
|
padding-right: 0.5rem;
|
|
2558
|
-
}
|
|
2558
|
+
}
|
|
2559
2559
|
.rtg-px-2\.5 {
|
|
2560
2560
|
padding-left: 0.625rem;
|
|
2561
2561
|
padding-right: 0.625rem;
|
|
2562
|
-
}
|
|
2562
|
+
}
|
|
2563
2563
|
.rtg-px-3 {
|
|
2564
2564
|
padding-left: 0.75rem;
|
|
2565
2565
|
padding-right: 0.75rem;
|
|
2566
|
-
}
|
|
2566
|
+
}
|
|
2567
2567
|
.rtg-px-4 {
|
|
2568
2568
|
padding-left: 1rem;
|
|
2569
2569
|
padding-right: 1rem;
|
|
2570
|
-
}
|
|
2570
|
+
}
|
|
2571
2571
|
.rtg-px-5 {
|
|
2572
2572
|
padding-left: 1.25rem;
|
|
2573
2573
|
padding-right: 1.25rem;
|
|
2574
|
-
}
|
|
2574
|
+
}
|
|
2575
2575
|
.rtg-px-6 {
|
|
2576
2576
|
padding-left: 1.5rem;
|
|
2577
2577
|
padding-right: 1.5rem;
|
|
2578
|
-
}
|
|
2578
|
+
}
|
|
2579
2579
|
.rtg-py-0\.5 {
|
|
2580
2580
|
padding-top: 0.125rem;
|
|
2581
2581
|
padding-bottom: 0.125rem;
|
|
2582
|
-
}
|
|
2582
|
+
}
|
|
2583
2583
|
.rtg-py-1 {
|
|
2584
2584
|
padding-top: 0.25rem;
|
|
2585
2585
|
padding-bottom: 0.25rem;
|
|
2586
|
-
}
|
|
2586
|
+
}
|
|
2587
2587
|
.rtg-py-1\.5 {
|
|
2588
2588
|
padding-top: 0.375rem;
|
|
2589
2589
|
padding-bottom: 0.375rem;
|
|
2590
|
-
}
|
|
2590
|
+
}
|
|
2591
2591
|
.rtg-py-2 {
|
|
2592
2592
|
padding-top: 0.5rem;
|
|
2593
2593
|
padding-bottom: 0.5rem;
|
|
2594
|
-
}
|
|
2594
|
+
}
|
|
2595
2595
|
.rtg-py-3 {
|
|
2596
2596
|
padding-top: 0.75rem;
|
|
2597
2597
|
padding-bottom: 0.75rem;
|
|
2598
|
-
}
|
|
2598
|
+
}
|
|
2599
2599
|
.rtg-py-4 {
|
|
2600
2600
|
padding-top: 1rem;
|
|
2601
2601
|
padding-bottom: 1rem;
|
|
2602
|
-
}
|
|
2602
|
+
}
|
|
2603
2603
|
.rtg-py-6 {
|
|
2604
2604
|
padding-top: 1.5rem;
|
|
2605
2605
|
padding-bottom: 1.5rem;
|
|
2606
|
-
}
|
|
2606
|
+
}
|
|
2607
2607
|
.rtg-py-\[2px\] {
|
|
2608
2608
|
padding-top: 2px;
|
|
2609
2609
|
padding-bottom: 2px;
|
|
2610
|
-
}
|
|
2610
|
+
}
|
|
2611
2611
|
.rtg-py-\[3px\] {
|
|
2612
2612
|
padding-top: 3px;
|
|
2613
2613
|
padding-bottom: 3px;
|
|
2614
|
-
}
|
|
2614
|
+
}
|
|
2615
2615
|
.rtg-pb-1 {
|
|
2616
2616
|
padding-bottom: 0.25rem;
|
|
2617
|
-
}
|
|
2617
|
+
}
|
|
2618
2618
|
.rtg-pb-4 {
|
|
2619
2619
|
padding-bottom: 1rem;
|
|
2620
|
-
}
|
|
2620
|
+
}
|
|
2621
2621
|
.rtg-pl-2\.5 {
|
|
2622
2622
|
padding-left: 0.625rem;
|
|
2623
|
-
}
|
|
2623
|
+
}
|
|
2624
2624
|
.rtg-pr-6 {
|
|
2625
2625
|
padding-right: 1.5rem;
|
|
2626
|
-
}
|
|
2626
|
+
}
|
|
2627
2627
|
.rtg-pt-0 {
|
|
2628
2628
|
padding-top: 0;
|
|
2629
|
-
}
|
|
2629
|
+
}
|
|
2630
2630
|
.rtg-pt-1 {
|
|
2631
2631
|
padding-top: 0.25rem;
|
|
2632
|
-
}
|
|
2632
|
+
}
|
|
2633
2633
|
.rtg-pt-2 {
|
|
2634
2634
|
padding-top: 0.5rem;
|
|
2635
|
-
}
|
|
2635
|
+
}
|
|
2636
2636
|
.rtg-pt-4 {
|
|
2637
2637
|
padding-top: 1rem;
|
|
2638
|
-
}
|
|
2638
|
+
}
|
|
2639
2639
|
.rtg-text-left {
|
|
2640
2640
|
text-align: left;
|
|
2641
|
-
}
|
|
2641
|
+
}
|
|
2642
2642
|
.rtg-text-center {
|
|
2643
2643
|
text-align: center;
|
|
2644
|
-
}
|
|
2644
|
+
}
|
|
2645
2645
|
.rtg-text-right {
|
|
2646
2646
|
text-align: right;
|
|
2647
|
-
}
|
|
2647
|
+
}
|
|
2648
2648
|
.rtg-align-middle {
|
|
2649
2649
|
vertical-align: middle;
|
|
2650
|
-
}
|
|
2650
|
+
}
|
|
2651
2651
|
.rtg-font-mono {
|
|
2652
2652
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
2653
|
-
}
|
|
2653
|
+
}
|
|
2654
2654
|
.rtg-text-2xl {
|
|
2655
2655
|
font-size: 1.5rem;
|
|
2656
2656
|
line-height: 2rem;
|
|
2657
|
-
}
|
|
2657
|
+
}
|
|
2658
2658
|
.rtg-text-4xl {
|
|
2659
2659
|
font-size: 2.25rem;
|
|
2660
2660
|
line-height: 2.5rem;
|
|
2661
|
-
}
|
|
2661
|
+
}
|
|
2662
2662
|
.rtg-text-base {
|
|
2663
2663
|
font-size: 1rem;
|
|
2664
2664
|
line-height: 1.5rem;
|
|
2665
|
-
}
|
|
2665
|
+
}
|
|
2666
2666
|
.rtg-text-lg {
|
|
2667
2667
|
font-size: 1.125rem;
|
|
2668
2668
|
line-height: 1.75rem;
|
|
2669
|
-
}
|
|
2669
|
+
}
|
|
2670
2670
|
.rtg-text-sm {
|
|
2671
2671
|
font-size: 0.875rem;
|
|
2672
2672
|
line-height: 1.25rem;
|
|
2673
|
-
}
|
|
2673
|
+
}
|
|
2674
2674
|
.rtg-text-xl {
|
|
2675
2675
|
font-size: 1.25rem;
|
|
2676
2676
|
line-height: 1.75rem;
|
|
2677
|
-
}
|
|
2677
|
+
}
|
|
2678
2678
|
.rtg-text-xs {
|
|
2679
2679
|
font-size: 0.75rem;
|
|
2680
2680
|
line-height: 1rem;
|
|
2681
|
-
}
|
|
2681
|
+
}
|
|
2682
2682
|
.rtg-font-bold {
|
|
2683
2683
|
font-weight: 700;
|
|
2684
|
-
}
|
|
2684
|
+
}
|
|
2685
2685
|
.rtg-font-medium {
|
|
2686
2686
|
font-weight: 500;
|
|
2687
|
-
}
|
|
2687
|
+
}
|
|
2688
2688
|
.rtg-font-normal {
|
|
2689
2689
|
font-weight: 400;
|
|
2690
|
-
}
|
|
2690
|
+
}
|
|
2691
2691
|
.rtg-font-semibold {
|
|
2692
2692
|
font-weight: 600;
|
|
2693
|
-
}
|
|
2693
|
+
}
|
|
2694
2694
|
.rtg-uppercase {
|
|
2695
2695
|
text-transform: uppercase;
|
|
2696
|
-
}
|
|
2696
|
+
}
|
|
2697
2697
|
.rtg-leading-none {
|
|
2698
2698
|
line-height: 1;
|
|
2699
|
-
}
|
|
2699
|
+
}
|
|
2700
2700
|
.rtg-leading-snug {
|
|
2701
2701
|
line-height: 1.375;
|
|
2702
|
-
}
|
|
2702
|
+
}
|
|
2703
2703
|
.rtg-leading-tight {
|
|
2704
2704
|
line-height: 1.25;
|
|
2705
|
-
}
|
|
2705
|
+
}
|
|
2706
2706
|
.rtg-tracking-tight {
|
|
2707
2707
|
letter-spacing: -0.025em;
|
|
2708
|
-
}
|
|
2708
|
+
}
|
|
2709
2709
|
.rtg-tracking-tighter {
|
|
2710
2710
|
letter-spacing: -0.05em;
|
|
2711
|
-
}
|
|
2711
|
+
}
|
|
2712
2712
|
.rtg-tracking-widest {
|
|
2713
2713
|
letter-spacing: 0.1em;
|
|
2714
|
-
}
|
|
2714
|
+
}
|
|
2715
2715
|
.rtg-text-accent-foreground {
|
|
2716
2716
|
color: hsl(var(--accent-foreground));
|
|
2717
|
-
}
|
|
2717
|
+
}
|
|
2718
2718
|
.rtg-text-blue-500 {
|
|
2719
2719
|
--tw-text-opacity: 1;
|
|
2720
2720
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
2721
|
-
}
|
|
2721
|
+
}
|
|
2722
2722
|
.rtg-text-blue-800 {
|
|
2723
2723
|
--tw-text-opacity: 1;
|
|
2724
2724
|
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
|
|
2725
|
-
}
|
|
2725
|
+
}
|
|
2726
2726
|
.rtg-text-card-foreground {
|
|
2727
2727
|
color: hsl(var(--card-foreground));
|
|
2728
|
-
}
|
|
2728
|
+
}
|
|
2729
2729
|
.rtg-text-current {
|
|
2730
2730
|
color: currentColor;
|
|
2731
|
-
}
|
|
2731
|
+
}
|
|
2732
2732
|
.rtg-text-destructive {
|
|
2733
2733
|
color: hsl(var(--destructive));
|
|
2734
|
-
}
|
|
2734
|
+
}
|
|
2735
2735
|
.rtg-text-destructive-foreground {
|
|
2736
2736
|
color: hsl(var(--destructive-foreground));
|
|
2737
|
-
}
|
|
2737
|
+
}
|
|
2738
2738
|
.rtg-text-foreground {
|
|
2739
2739
|
color: hsl(var(--foreground));
|
|
2740
|
-
}
|
|
2740
|
+
}
|
|
2741
2741
|
.rtg-text-foreground\/50 {
|
|
2742
2742
|
color: hsl(var(--foreground) / 0.5);
|
|
2743
|
-
}
|
|
2743
|
+
}
|
|
2744
2744
|
.rtg-text-green-600 {
|
|
2745
2745
|
--tw-text-opacity: 1;
|
|
2746
2746
|
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
2747
|
-
}
|
|
2747
|
+
}
|
|
2748
2748
|
.rtg-text-green-800 {
|
|
2749
2749
|
--tw-text-opacity: 1;
|
|
2750
2750
|
color: rgb(22 101 52 / var(--tw-text-opacity, 1));
|
|
2751
|
-
}
|
|
2751
|
+
}
|
|
2752
2752
|
.rtg-text-muted-foreground {
|
|
2753
2753
|
color: hsl(var(--muted-foreground));
|
|
2754
|
-
}
|
|
2754
|
+
}
|
|
2755
2755
|
.rtg-text-popover-foreground {
|
|
2756
2756
|
color: hsl(var(--popover-foreground));
|
|
2757
|
-
}
|
|
2757
|
+
}
|
|
2758
2758
|
.rtg-text-primary {
|
|
2759
2759
|
color: hsl(var(--primary));
|
|
2760
|
-
}
|
|
2760
|
+
}
|
|
2761
2761
|
.rtg-text-primary-foreground {
|
|
2762
2762
|
color: hsl(var(--primary-foreground));
|
|
2763
|
-
}
|
|
2763
|
+
}
|
|
2764
2764
|
.rtg-text-purple-600 {
|
|
2765
2765
|
--tw-text-opacity: 1;
|
|
2766
2766
|
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
|
2767
|
-
}
|
|
2767
|
+
}
|
|
2768
2768
|
.rtg-text-red-800 {
|
|
2769
2769
|
--tw-text-opacity: 1;
|
|
2770
2770
|
color: rgb(153 27 27 / var(--tw-text-opacity, 1));
|
|
2771
|
-
}
|
|
2771
|
+
}
|
|
2772
2772
|
.rtg-text-secondary-foreground {
|
|
2773
2773
|
color: hsl(var(--secondary-foreground));
|
|
2774
|
-
}
|
|
2774
|
+
}
|
|
2775
2775
|
.rtg-text-white {
|
|
2776
2776
|
--tw-text-opacity: 1;
|
|
2777
2777
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2778
|
-
}
|
|
2778
|
+
}
|
|
2779
2779
|
.rtg-text-yellow-800 {
|
|
2780
2780
|
--tw-text-opacity: 1;
|
|
2781
2781
|
color: rgb(133 77 14 / var(--tw-text-opacity, 1));
|
|
2782
|
-
}
|
|
2782
|
+
}
|
|
2783
2783
|
.rtg-no-underline {
|
|
2784
2784
|
text-decoration-line: none;
|
|
2785
|
-
}
|
|
2785
|
+
}
|
|
2786
2786
|
.rtg-underline-offset-4 {
|
|
2787
2787
|
text-underline-offset: 4px;
|
|
2788
|
-
}
|
|
2788
|
+
}
|
|
2789
2789
|
.rtg-opacity-0 {
|
|
2790
2790
|
opacity: 0;
|
|
2791
|
-
}
|
|
2791
|
+
}
|
|
2792
2792
|
.rtg-opacity-100 {
|
|
2793
2793
|
opacity: 1;
|
|
2794
|
-
}
|
|
2794
|
+
}
|
|
2795
2795
|
.rtg-opacity-40 {
|
|
2796
2796
|
opacity: 0.4;
|
|
2797
|
-
}
|
|
2797
|
+
}
|
|
2798
2798
|
.rtg-opacity-50 {
|
|
2799
2799
|
opacity: 0.5;
|
|
2800
|
-
}
|
|
2800
|
+
}
|
|
2801
2801
|
.rtg-opacity-70 {
|
|
2802
2802
|
opacity: 0.7;
|
|
2803
|
-
}
|
|
2803
|
+
}
|
|
2804
2804
|
.rtg-opacity-90 {
|
|
2805
2805
|
opacity: 0.9;
|
|
2806
|
-
}
|
|
2806
|
+
}
|
|
2807
2807
|
.rtg-shadow {
|
|
2808
2808
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2809
2809
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2810
2810
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2811
|
-
}
|
|
2811
|
+
}
|
|
2812
2812
|
.rtg-shadow-lg {
|
|
2813
2813
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2814
2814
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2815
2815
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2816
|
-
}
|
|
2816
|
+
}
|
|
2817
2817
|
.rtg-shadow-md {
|
|
2818
2818
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
2819
2819
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
2820
2820
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2821
|
-
}
|
|
2821
|
+
}
|
|
2822
2822
|
.rtg-shadow-none {
|
|
2823
2823
|
--tw-shadow: 0 0 #0000;
|
|
2824
2824
|
--tw-shadow-colored: 0 0 #0000;
|
|
2825
2825
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2826
|
-
}
|
|
2826
|
+
}
|
|
2827
2827
|
.rtg-shadow-sm {
|
|
2828
2828
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
2829
2829
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
2830
2830
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2831
|
-
}
|
|
2831
|
+
}
|
|
2832
2832
|
.rtg-outline-none {
|
|
2833
2833
|
outline: 2px solid transparent;
|
|
2834
2834
|
outline-offset: 2px;
|
|
2835
|
-
}
|
|
2835
|
+
}
|
|
2836
2836
|
.rtg-ring-0 {
|
|
2837
2837
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2838
2838
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2839
2839
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2840
|
-
}
|
|
2840
|
+
}
|
|
2841
2841
|
.rtg-ring-offset-background {
|
|
2842
2842
|
--tw-ring-offset-color: hsl(var(--background));
|
|
2843
|
-
}
|
|
2843
|
+
}
|
|
2844
2844
|
.rtg-transition-\[color\,box-shadow\] {
|
|
2845
2845
|
transition-property: color,box-shadow;
|
|
2846
2846
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2847
2847
|
transition-duration: 150ms;
|
|
2848
|
-
}
|
|
2848
|
+
}
|
|
2849
2849
|
.rtg-transition-all {
|
|
2850
2850
|
transition-property: all;
|
|
2851
2851
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2852
2852
|
transition-duration: 150ms;
|
|
2853
|
-
}
|
|
2853
|
+
}
|
|
2854
2854
|
.rtg-transition-colors {
|
|
2855
2855
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2856
2856
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2857
2857
|
transition-duration: 150ms;
|
|
2858
|
-
}
|
|
2858
|
+
}
|
|
2859
2859
|
.rtg-transition-opacity {
|
|
2860
2860
|
transition-property: opacity;
|
|
2861
2861
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2862
2862
|
transition-duration: 150ms;
|
|
2863
|
-
}
|
|
2863
|
+
}
|
|
2864
2864
|
.rtg-transition-transform {
|
|
2865
2865
|
transition-property: transform;
|
|
2866
2866
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2867
2867
|
transition-duration: 150ms;
|
|
2868
|
-
}
|
|
2868
|
+
}
|
|
2869
2869
|
.rtg-duration-200 {
|
|
2870
2870
|
transition-duration: 200ms;
|
|
2871
|
-
}
|
|
2871
|
+
}
|
|
2872
2872
|
.rtg-duration-300 {
|
|
2873
2873
|
transition-duration: 300ms;
|
|
2874
|
-
}
|
|
2874
|
+
}
|
|
2875
2875
|
.rtg-duration-500 {
|
|
2876
2876
|
transition-duration: 500ms;
|
|
2877
|
-
}
|
|
2877
|
+
}
|
|
2878
2878
|
.rtg-ease-in-out {
|
|
2879
2879
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2880
|
-
}
|
|
2880
|
+
}
|
|
2881
2881
|
.rtg-ease-out {
|
|
2882
2882
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2883
|
-
}
|
|
2883
|
+
}
|
|
2884
2884
|
@keyframes enter {
|
|
2885
2885
|
|
|
2886
2886
|
from {
|
|
2887
2887
|
opacity: var(--tw-enter-opacity, 1);
|
|
2888
2888
|
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
2889
2889
|
}
|
|
2890
|
-
}
|
|
2890
|
+
}
|
|
2891
2891
|
@keyframes exit {
|
|
2892
2892
|
|
|
2893
2893
|
to {
|
|
2894
2894
|
opacity: var(--tw-exit-opacity, 1);
|
|
2895
2895
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
2896
2896
|
}
|
|
2897
|
-
}
|
|
2897
|
+
}
|
|
2898
2898
|
.rtg-duration-200 {
|
|
2899
2899
|
animation-duration: 200ms;
|
|
2900
|
-
}
|
|
2900
|
+
}
|
|
2901
2901
|
.rtg-duration-300 {
|
|
2902
2902
|
animation-duration: 300ms;
|
|
2903
|
-
}
|
|
2903
|
+
}
|
|
2904
2904
|
.rtg-duration-500 {
|
|
2905
2905
|
animation-duration: 500ms;
|
|
2906
|
-
}
|
|
2906
|
+
}
|
|
2907
2907
|
.rtg-ease-in-out {
|
|
2908
2908
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2909
|
-
}
|
|
2909
|
+
}
|
|
2910
2910
|
.rtg-ease-out {
|
|
2911
2911
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2912
|
-
}
|
|
2912
|
+
}
|
|
2913
2913
|
[data-theme='light'] {
|
|
2914
2914
|
--accent: 0 0% 96%;
|
|
2915
2915
|
--accent-foreground: 0 0% 9%;
|
|
@@ -2948,7 +2948,7 @@ body {
|
|
|
2948
2948
|
--success: 137 82% 30%;
|
|
2949
2949
|
--divider: 0 0% 85%;
|
|
2950
2950
|
--base-background: 0 0% 98%;
|
|
2951
|
-
}
|
|
2951
|
+
}
|
|
2952
2952
|
[data-theme='dark'] {
|
|
2953
2953
|
--accent: 0 0% 25%;
|
|
2954
2954
|
--accent-foreground: 0 0% 98%;
|
|
@@ -2987,26 +2987,26 @@ body {
|
|
|
2987
2987
|
--success: 133 33% 57%;
|
|
2988
2988
|
--divider: 0 0% 42%;
|
|
2989
2989
|
--base-background: 0 0% 4%
|
|
2990
|
-
}
|
|
2990
|
+
}
|
|
2991
2991
|
[data-theme='light'] .rtg-no-autofill-bg:-webkit-autofill {
|
|
2992
2992
|
-webkit-text-fill-color: hsl(0 0% 4%) !important; /* light foreground */
|
|
2993
|
-
}
|
|
2993
|
+
}
|
|
2994
2994
|
[data-theme='dark'] .rtg-no-autofill-bg:-webkit-autofill {
|
|
2995
2995
|
-webkit-text-fill-color: hsl(0 0% 98%) !important; /* dark foreground */
|
|
2996
|
-
}
|
|
2996
|
+
}
|
|
2997
2997
|
.rtg-no-autofill-bg:-webkit-autofill,
|
|
2998
2998
|
.rtg-no-autofill-bg:-webkit-autofill:hover,
|
|
2999
2999
|
.rtg-no-autofill-bg:-webkit-autofill:focus,
|
|
3000
3000
|
.rtg-no-autofill-bg:-webkit-autofill:active {
|
|
3001
3001
|
-webkit-transition: background-color 5000s ease-in-out;
|
|
3002
3002
|
transition: background-color 5000s ease-in-out;
|
|
3003
|
-
}
|
|
3003
|
+
}
|
|
3004
3004
|
@media (max-width: 640px) {
|
|
3005
3005
|
.container {
|
|
3006
3006
|
padding-left: 1rem;
|
|
3007
3007
|
padding-right: 1rem;
|
|
3008
3008
|
}
|
|
3009
|
-
}
|
|
3009
|
+
}
|
|
3010
3010
|
/* @layer components {
|
|
3011
3011
|
input:-internal-autofill-selected,
|
|
3012
3012
|
textarea:-internal-autofill-selected,
|
|
@@ -3016,348 +3016,348 @@ body {
|
|
|
3016
3016
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
3017
3017
|
box-shadow: 0 0 0px 1000px transparent inset !important;
|
|
3018
3018
|
}
|
|
3019
|
-
} */
|
|
3019
|
+
} */
|
|
3020
3020
|
.file\:rtg-border-0::file-selector-button {
|
|
3021
3021
|
border-width: 0px;
|
|
3022
|
-
}
|
|
3022
|
+
}
|
|
3023
3023
|
.file\:rtg-bg-transparent::file-selector-button {
|
|
3024
3024
|
background-color: transparent;
|
|
3025
|
-
}
|
|
3025
|
+
}
|
|
3026
3026
|
.file\:rtg-text-sm::file-selector-button {
|
|
3027
3027
|
font-size: 0.875rem;
|
|
3028
3028
|
line-height: 1.25rem;
|
|
3029
|
-
}
|
|
3029
|
+
}
|
|
3030
3030
|
.file\:rtg-font-medium::file-selector-button {
|
|
3031
3031
|
font-weight: 500;
|
|
3032
|
-
}
|
|
3032
|
+
}
|
|
3033
3033
|
.file\:rtg-text-foreground::file-selector-button {
|
|
3034
3034
|
color: hsl(var(--foreground));
|
|
3035
|
-
}
|
|
3035
|
+
}
|
|
3036
3036
|
.placeholder\:rtg-text-muted-foreground::-moz-placeholder {
|
|
3037
3037
|
color: hsl(var(--muted-foreground));
|
|
3038
|
-
}
|
|
3038
|
+
}
|
|
3039
3039
|
.placeholder\:rtg-text-muted-foreground::placeholder {
|
|
3040
3040
|
color: hsl(var(--muted-foreground));
|
|
3041
|
-
}
|
|
3041
|
+
}
|
|
3042
3042
|
.first\:rtg-rounded-l-md:first-child {
|
|
3043
3043
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
3044
3044
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
3045
|
-
}
|
|
3045
|
+
}
|
|
3046
3046
|
.first\:rtg-border-l:first-child {
|
|
3047
3047
|
border-left-width: 1px;
|
|
3048
|
-
}
|
|
3048
|
+
}
|
|
3049
3049
|
.last\:rtg-rounded-r-md:last-child {
|
|
3050
3050
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
3051
3051
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
3052
|
-
}
|
|
3052
|
+
}
|
|
3053
3053
|
.autofill\:rtg-bg-transparent:-webkit-autofill {
|
|
3054
3054
|
background-color: transparent;
|
|
3055
|
-
}
|
|
3055
|
+
}
|
|
3056
3056
|
.autofill\:rtg-bg-transparent:autofill {
|
|
3057
3057
|
background-color: transparent;
|
|
3058
|
-
}
|
|
3058
|
+
}
|
|
3059
3059
|
.focus-within\:rtg-relative:focus-within {
|
|
3060
3060
|
position: relative;
|
|
3061
|
-
}
|
|
3061
|
+
}
|
|
3062
3062
|
.focus-within\:rtg-z-20:focus-within {
|
|
3063
3063
|
z-index: 20;
|
|
3064
|
-
}
|
|
3064
|
+
}
|
|
3065
3065
|
.focus-within\:rtg-border-ring:focus-within {
|
|
3066
3066
|
border-color: hsl(var(--ring));
|
|
3067
|
-
}
|
|
3067
|
+
}
|
|
3068
3068
|
.focus-within\:rtg-outline-none:focus-within {
|
|
3069
3069
|
outline: 2px solid transparent;
|
|
3070
3070
|
outline-offset: 2px;
|
|
3071
|
-
}
|
|
3071
|
+
}
|
|
3072
3072
|
.focus-within\:rtg-ring-\[3px\]:focus-within {
|
|
3073
3073
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3074
3074
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3075
3075
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3076
|
-
}
|
|
3076
|
+
}
|
|
3077
3077
|
.focus-within\:rtg-ring-custom-outline:focus-within {
|
|
3078
3078
|
--tw-ring-color: hsl(var(--custom-outline));
|
|
3079
|
-
}
|
|
3079
|
+
}
|
|
3080
3080
|
.hover\:\!rtg-bg-accent:hover {
|
|
3081
3081
|
background-color: hsl(var(--accent)) !important;
|
|
3082
|
-
}
|
|
3082
|
+
}
|
|
3083
3083
|
.hover\:rtg-bg-accent:hover {
|
|
3084
3084
|
background-color: hsl(var(--accent));
|
|
3085
|
-
}
|
|
3085
|
+
}
|
|
3086
3086
|
.hover\:rtg-bg-black\/80:hover {
|
|
3087
3087
|
background-color: rgb(0 0 0 / 0.8);
|
|
3088
|
-
}
|
|
3088
|
+
}
|
|
3089
3089
|
.hover\:rtg-bg-destructive\/90:hover {
|
|
3090
3090
|
background-color: hsl(var(--destructive) / 0.9);
|
|
3091
|
-
}
|
|
3091
|
+
}
|
|
3092
3092
|
.hover\:rtg-bg-muted:hover {
|
|
3093
3093
|
background-color: hsl(var(--muted));
|
|
3094
|
-
}
|
|
3094
|
+
}
|
|
3095
3095
|
.hover\:rtg-bg-muted\/50:hover {
|
|
3096
3096
|
background-color: hsl(var(--muted) / 0.5);
|
|
3097
|
-
}
|
|
3097
|
+
}
|
|
3098
3098
|
.hover\:rtg-bg-primary:hover {
|
|
3099
3099
|
background-color: hsl(var(--primary));
|
|
3100
|
-
}
|
|
3100
|
+
}
|
|
3101
3101
|
.hover\:rtg-bg-primary\/90:hover {
|
|
3102
3102
|
background-color: hsl(var(--primary) / 0.9);
|
|
3103
|
-
}
|
|
3103
|
+
}
|
|
3104
3104
|
.hover\:rtg-bg-secondary:hover {
|
|
3105
3105
|
background-color: hsl(var(--secondary));
|
|
3106
|
-
}
|
|
3106
|
+
}
|
|
3107
3107
|
.hover\:rtg-bg-secondary\/80:hover {
|
|
3108
3108
|
background-color: hsl(var(--secondary) / 0.8);
|
|
3109
|
-
}
|
|
3109
|
+
}
|
|
3110
3110
|
.hover\:rtg-text-accent-foreground:hover {
|
|
3111
3111
|
color: hsl(var(--accent-foreground));
|
|
3112
|
-
}
|
|
3112
|
+
}
|
|
3113
3113
|
.hover\:rtg-text-foreground:hover {
|
|
3114
3114
|
color: hsl(var(--foreground));
|
|
3115
|
-
}
|
|
3115
|
+
}
|
|
3116
3116
|
.hover\:rtg-text-muted-foreground:hover {
|
|
3117
3117
|
color: hsl(var(--muted-foreground));
|
|
3118
|
-
}
|
|
3118
|
+
}
|
|
3119
3119
|
.hover\:rtg-text-primary-foreground:hover {
|
|
3120
3120
|
color: hsl(var(--primary-foreground));
|
|
3121
|
-
}
|
|
3121
|
+
}
|
|
3122
3122
|
.hover\:rtg-underline:hover {
|
|
3123
3123
|
text-decoration-line: underline;
|
|
3124
|
-
}
|
|
3124
|
+
}
|
|
3125
3125
|
.hover\:rtg-opacity-100:hover {
|
|
3126
3126
|
opacity: 1;
|
|
3127
|
-
}
|
|
3127
|
+
}
|
|
3128
3128
|
.focus\:rtg-border:focus {
|
|
3129
3129
|
border-width: 1px;
|
|
3130
|
-
}
|
|
3130
|
+
}
|
|
3131
3131
|
.focus\:rtg-border-\[3px\]:focus {
|
|
3132
3132
|
border-width: 3px;
|
|
3133
|
-
}
|
|
3133
|
+
}
|
|
3134
3134
|
.focus\:rtg-border-input:focus {
|
|
3135
3135
|
border-color: hsl(var(--input));
|
|
3136
|
-
}
|
|
3136
|
+
}
|
|
3137
3137
|
.focus\:rtg-border-ring:focus {
|
|
3138
3138
|
border-color: hsl(var(--ring));
|
|
3139
|
-
}
|
|
3139
|
+
}
|
|
3140
3140
|
.focus\:rtg-bg-accent:focus {
|
|
3141
3141
|
background-color: hsl(var(--accent));
|
|
3142
|
-
}
|
|
3142
|
+
}
|
|
3143
3143
|
.focus\:rtg-bg-primary:focus {
|
|
3144
3144
|
background-color: hsl(var(--primary));
|
|
3145
|
-
}
|
|
3145
|
+
}
|
|
3146
3146
|
.focus\:rtg-bg-secondary:focus {
|
|
3147
3147
|
background-color: hsl(var(--secondary));
|
|
3148
|
-
}
|
|
3148
|
+
}
|
|
3149
3149
|
.focus\:rtg-text-accent-foreground:focus {
|
|
3150
3150
|
color: hsl(var(--accent-foreground));
|
|
3151
|
-
}
|
|
3151
|
+
}
|
|
3152
3152
|
.focus\:rtg-text-primary-foreground:focus {
|
|
3153
3153
|
color: hsl(var(--primary-foreground));
|
|
3154
|
-
}
|
|
3154
|
+
}
|
|
3155
3155
|
.focus\:rtg-opacity-100:focus {
|
|
3156
3156
|
opacity: 1;
|
|
3157
|
-
}
|
|
3157
|
+
}
|
|
3158
3158
|
.focus\:rtg-shadow-md:focus {
|
|
3159
3159
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
3160
3160
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
3161
3161
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3162
|
-
}
|
|
3162
|
+
}
|
|
3163
3163
|
.focus\:rtg-outline-none:focus {
|
|
3164
3164
|
outline: 2px solid transparent;
|
|
3165
3165
|
outline-offset: 2px;
|
|
3166
|
-
}
|
|
3166
|
+
}
|
|
3167
3167
|
.focus\:rtg-ring-0:focus {
|
|
3168
3168
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3169
3169
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3170
3170
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3171
|
-
}
|
|
3171
|
+
}
|
|
3172
3172
|
.focus\:rtg-ring-1:focus {
|
|
3173
3173
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3174
3174
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3175
3175
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3176
|
-
}
|
|
3176
|
+
}
|
|
3177
3177
|
.focus\:rtg-ring-2:focus {
|
|
3178
3178
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3179
3179
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3180
3180
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3181
|
-
}
|
|
3181
|
+
}
|
|
3182
3182
|
.focus\:rtg-ring-\[3px\]:focus {
|
|
3183
3183
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3184
3184
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3185
3185
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3186
|
-
}
|
|
3186
|
+
}
|
|
3187
3187
|
.focus\:rtg-ring-custom-outline:focus {
|
|
3188
3188
|
--tw-ring-color: hsl(var(--custom-outline));
|
|
3189
|
-
}
|
|
3189
|
+
}
|
|
3190
3190
|
.focus\:rtg-ring-ring:focus {
|
|
3191
3191
|
--tw-ring-color: hsl(var(--ring));
|
|
3192
|
-
}
|
|
3192
|
+
}
|
|
3193
3193
|
.focus\:rtg-ring-offset-2:focus {
|
|
3194
3194
|
--tw-ring-offset-width: 2px;
|
|
3195
|
-
}
|
|
3195
|
+
}
|
|
3196
3196
|
.focus-visible\:rtg-border-ring:focus-visible {
|
|
3197
3197
|
border-color: hsl(var(--ring));
|
|
3198
|
-
}
|
|
3198
|
+
}
|
|
3199
3199
|
.focus-visible\:rtg-outline-none:focus-visible {
|
|
3200
3200
|
outline: 2px solid transparent;
|
|
3201
3201
|
outline-offset: 2px;
|
|
3202
|
-
}
|
|
3202
|
+
}
|
|
3203
3203
|
.focus-visible\:rtg-outline-1:focus-visible {
|
|
3204
3204
|
outline-width: 1px;
|
|
3205
|
-
}
|
|
3205
|
+
}
|
|
3206
3206
|
.focus-visible\:rtg-ring-0:focus-visible {
|
|
3207
3207
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3208
3208
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3209
3209
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3210
|
-
}
|
|
3210
|
+
}
|
|
3211
3211
|
.focus-visible\:rtg-ring-1:focus-visible {
|
|
3212
3212
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3213
3213
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3214
3214
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3215
|
-
}
|
|
3215
|
+
}
|
|
3216
3216
|
.focus-visible\:rtg-ring-2:focus-visible {
|
|
3217
3217
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3218
3218
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3219
3219
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3220
|
-
}
|
|
3220
|
+
}
|
|
3221
3221
|
.focus-visible\:rtg-ring-\[3px\]:focus-visible {
|
|
3222
3222
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3223
3223
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3224
3224
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3225
|
-
}
|
|
3225
|
+
}
|
|
3226
3226
|
.focus-visible\:rtg-ring-custom-outline:focus-visible {
|
|
3227
3227
|
--tw-ring-color: hsl(var(--custom-outline));
|
|
3228
|
-
}
|
|
3228
|
+
}
|
|
3229
3229
|
.focus-visible\:rtg-ring-ring:focus-visible {
|
|
3230
3230
|
--tw-ring-color: hsl(var(--ring));
|
|
3231
|
-
}
|
|
3231
|
+
}
|
|
3232
3232
|
.focus-visible\:rtg-ring-ring\/50:focus-visible {
|
|
3233
3233
|
--tw-ring-color: hsl(var(--ring) / 0.5);
|
|
3234
|
-
}
|
|
3234
|
+
}
|
|
3235
3235
|
.focus-visible\:rtg-ring-offset-2:focus-visible {
|
|
3236
3236
|
--tw-ring-offset-width: 2px;
|
|
3237
|
-
}
|
|
3237
|
+
}
|
|
3238
3238
|
.focus-visible\:rtg-ring-offset-background:focus-visible {
|
|
3239
3239
|
--tw-ring-offset-color: hsl(var(--background));
|
|
3240
|
-
}
|
|
3240
|
+
}
|
|
3241
3241
|
.disabled\:rtg-pointer-events-none:disabled {
|
|
3242
3242
|
pointer-events: none;
|
|
3243
|
-
}
|
|
3243
|
+
}
|
|
3244
3244
|
.disabled\:rtg-cursor-not-allowed:disabled {
|
|
3245
3245
|
cursor: not-allowed;
|
|
3246
|
-
}
|
|
3246
|
+
}
|
|
3247
3247
|
.disabled\:rtg-bg-black\/20:disabled {
|
|
3248
3248
|
background-color: rgb(0 0 0 / 0.2);
|
|
3249
|
-
}
|
|
3249
|
+
}
|
|
3250
3250
|
.disabled\:rtg-opacity-50:disabled {
|
|
3251
3251
|
opacity: 0.5;
|
|
3252
|
-
}
|
|
3252
|
+
}
|
|
3253
3253
|
.rtg-group:hover .group-hover\:rtg-opacity-100 {
|
|
3254
3254
|
opacity: 1;
|
|
3255
|
-
}
|
|
3255
|
+
}
|
|
3256
3256
|
.rtg-group.destructive .group-\[\.destructive\]\:rtg-border-muted\/40 {
|
|
3257
3257
|
border-color: hsl(var(--muted) / 0.4);
|
|
3258
|
-
}
|
|
3258
|
+
}
|
|
3259
3259
|
.rtg-group.destructive .group-\[\.destructive\]\:rtg-text-red-300 {
|
|
3260
3260
|
--tw-text-opacity: 1;
|
|
3261
3261
|
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
|
|
3262
|
-
}
|
|
3262
|
+
}
|
|
3263
3263
|
.rtg-group.destructive .group-\[\.destructive\]\:hover\:rtg-border-destructive\/30:hover {
|
|
3264
3264
|
border-color: hsl(var(--destructive) / 0.3);
|
|
3265
|
-
}
|
|
3265
|
+
}
|
|
3266
3266
|
.rtg-group.destructive .group-\[\.destructive\]\:hover\:rtg-bg-destructive:hover {
|
|
3267
3267
|
background-color: hsl(var(--destructive));
|
|
3268
|
-
}
|
|
3268
|
+
}
|
|
3269
3269
|
.rtg-group.destructive .group-\[\.destructive\]\:hover\:rtg-text-destructive-foreground:hover {
|
|
3270
3270
|
color: hsl(var(--destructive-foreground));
|
|
3271
|
-
}
|
|
3271
|
+
}
|
|
3272
3272
|
.rtg-group.destructive .group-\[\.destructive\]\:hover\:rtg-text-red-50:hover {
|
|
3273
3273
|
--tw-text-opacity: 1;
|
|
3274
3274
|
color: rgb(254 242 242 / var(--tw-text-opacity, 1));
|
|
3275
|
-
}
|
|
3275
|
+
}
|
|
3276
3276
|
.rtg-group.destructive .group-\[\.destructive\]\:focus\:rtg-ring-destructive:focus {
|
|
3277
3277
|
--tw-ring-color: hsl(var(--destructive));
|
|
3278
|
-
}
|
|
3278
|
+
}
|
|
3279
3279
|
.rtg-group.destructive .group-\[\.destructive\]\:focus\:rtg-ring-red-400:focus {
|
|
3280
3280
|
--tw-ring-opacity: 1;
|
|
3281
3281
|
--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
|
|
3282
|
-
}
|
|
3282
|
+
}
|
|
3283
3283
|
.rtg-group.destructive .group-\[\.destructive\]\:focus\:rtg-ring-offset-red-600:focus {
|
|
3284
3284
|
--tw-ring-offset-color: #dc2626;
|
|
3285
|
-
}
|
|
3285
|
+
}
|
|
3286
3286
|
.rtg-peer:disabled ~ .peer-disabled\:rtg-cursor-not-allowed {
|
|
3287
3287
|
cursor: not-allowed;
|
|
3288
|
-
}
|
|
3288
|
+
}
|
|
3289
3289
|
.rtg-peer:disabled ~ .peer-disabled\:rtg-opacity-70 {
|
|
3290
3290
|
opacity: 0.7;
|
|
3291
|
-
}
|
|
3291
|
+
}
|
|
3292
3292
|
.has-\[\>svg\]\:rtg-px-3:has(>svg) {
|
|
3293
3293
|
padding-left: 0.75rem;
|
|
3294
3294
|
padding-right: 0.75rem;
|
|
3295
|
-
}
|
|
3295
|
+
}
|
|
3296
3296
|
.aria-selected\:rtg-bg-accent[aria-selected="true"] {
|
|
3297
3297
|
background-color: hsl(var(--accent));
|
|
3298
|
-
}
|
|
3298
|
+
}
|
|
3299
3299
|
.aria-selected\:rtg-text-accent-foreground[aria-selected="true"] {
|
|
3300
3300
|
color: hsl(var(--accent-foreground));
|
|
3301
|
-
}
|
|
3301
|
+
}
|
|
3302
3302
|
.data-\[disabled\]\:rtg-pointer-events-none[data-disabled] {
|
|
3303
3303
|
pointer-events: none;
|
|
3304
|
-
}
|
|
3304
|
+
}
|
|
3305
3305
|
.data-\[swipe\=cancel\]\:rtg-translate-x-0[data-swipe="cancel"] {
|
|
3306
3306
|
--tw-translate-x: 0px;
|
|
3307
3307
|
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));
|
|
3308
|
-
}
|
|
3308
|
+
}
|
|
3309
3309
|
.data-\[swipe\=end\]\:rtg-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
|
|
3310
3310
|
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
3311
3311
|
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));
|
|
3312
|
-
}
|
|
3312
|
+
}
|
|
3313
3313
|
.data-\[swipe\=move\]\:rtg-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
|
|
3314
3314
|
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
3315
3315
|
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));
|
|
3316
|
-
}
|
|
3316
|
+
}
|
|
3317
3317
|
.data-\[active\]\:rtg-bg-accent\/50[data-active] {
|
|
3318
3318
|
background-color: hsl(var(--accent) / 0.5);
|
|
3319
|
-
}
|
|
3319
|
+
}
|
|
3320
3320
|
.data-\[state\=active\]\:rtg-bg-background[data-state="active"] {
|
|
3321
3321
|
background-color: hsl(var(--background));
|
|
3322
|
-
}
|
|
3322
|
+
}
|
|
3323
3323
|
.data-\[state\=checked\]\:rtg-bg-primary[data-state="checked"] {
|
|
3324
3324
|
background-color: hsl(var(--primary));
|
|
3325
|
-
}
|
|
3325
|
+
}
|
|
3326
3326
|
.data-\[state\=on\]\:rtg-bg-accent[data-state="on"] {
|
|
3327
3327
|
background-color: hsl(var(--accent));
|
|
3328
|
-
}
|
|
3328
|
+
}
|
|
3329
3329
|
.data-\[state\=open\]\:rtg-bg-accent[data-state="open"] {
|
|
3330
3330
|
background-color: hsl(var(--accent));
|
|
3331
|
-
}
|
|
3331
|
+
}
|
|
3332
3332
|
.data-\[state\=open\]\:rtg-bg-accent\/50[data-state="open"] {
|
|
3333
3333
|
background-color: hsl(var(--accent) / 0.5);
|
|
3334
|
-
}
|
|
3334
|
+
}
|
|
3335
3335
|
.data-\[state\=selected\]\:rtg-bg-muted[data-state="selected"] {
|
|
3336
3336
|
background-color: hsl(var(--muted));
|
|
3337
|
-
}
|
|
3337
|
+
}
|
|
3338
3338
|
.data-\[state\=active\]\:rtg-text-foreground[data-state="active"] {
|
|
3339
3339
|
color: hsl(var(--foreground));
|
|
3340
|
-
}
|
|
3340
|
+
}
|
|
3341
3341
|
.data-\[state\=checked\]\:rtg-text-primary-foreground[data-state="checked"] {
|
|
3342
3342
|
color: hsl(var(--primary-foreground));
|
|
3343
|
-
}
|
|
3343
|
+
}
|
|
3344
3344
|
.data-\[state\=on\]\:rtg-text-accent-foreground[data-state="on"] {
|
|
3345
3345
|
color: hsl(var(--accent-foreground));
|
|
3346
|
-
}
|
|
3346
|
+
}
|
|
3347
3347
|
.data-\[state\=open\]\:rtg-text-muted-foreground[data-state="open"] {
|
|
3348
3348
|
color: hsl(var(--muted-foreground));
|
|
3349
|
-
}
|
|
3349
|
+
}
|
|
3350
3350
|
.data-\[disabled\]\:rtg-opacity-50[data-disabled] {
|
|
3351
3351
|
opacity: 0.5;
|
|
3352
|
-
}
|
|
3352
|
+
}
|
|
3353
3353
|
.data-\[state\=active\]\:rtg-shadow-sm[data-state="active"] {
|
|
3354
3354
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3355
3355
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
3356
3356
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3357
|
-
}
|
|
3357
|
+
}
|
|
3358
3358
|
.data-\[swipe\=move\]\:rtg-transition-none[data-swipe="move"] {
|
|
3359
3359
|
transition-property: none;
|
|
3360
|
-
}
|
|
3360
|
+
}
|
|
3361
3361
|
.data-\[motion\^\=from-\]\:rtg-animate-in[data-motion^="from-"] {
|
|
3362
3362
|
animation-name: enter;
|
|
3363
3363
|
animation-duration: 150ms;
|
|
@@ -3366,7 +3366,7 @@ body {
|
|
|
3366
3366
|
--tw-enter-rotate: initial;
|
|
3367
3367
|
--tw-enter-translate-x: initial;
|
|
3368
3368
|
--tw-enter-translate-y: initial;
|
|
3369
|
-
}
|
|
3369
|
+
}
|
|
3370
3370
|
.data-\[state\=open\]\:rtg-animate-in[data-state="open"] {
|
|
3371
3371
|
animation-name: enter;
|
|
3372
3372
|
animation-duration: 150ms;
|
|
@@ -3375,7 +3375,7 @@ body {
|
|
|
3375
3375
|
--tw-enter-rotate: initial;
|
|
3376
3376
|
--tw-enter-translate-x: initial;
|
|
3377
3377
|
--tw-enter-translate-y: initial;
|
|
3378
|
-
}
|
|
3378
|
+
}
|
|
3379
3379
|
.data-\[motion\^\=to-\]\:rtg-animate-out[data-motion^="to-"] {
|
|
3380
3380
|
animation-name: exit;
|
|
3381
3381
|
animation-duration: 150ms;
|
|
@@ -3384,7 +3384,7 @@ body {
|
|
|
3384
3384
|
--tw-exit-rotate: initial;
|
|
3385
3385
|
--tw-exit-translate-x: initial;
|
|
3386
3386
|
--tw-exit-translate-y: initial;
|
|
3387
|
-
}
|
|
3387
|
+
}
|
|
3388
3388
|
.data-\[state\=closed\]\:rtg-animate-out[data-state="closed"] {
|
|
3389
3389
|
animation-name: exit;
|
|
3390
3390
|
animation-duration: 150ms;
|
|
@@ -3393,7 +3393,7 @@ body {
|
|
|
3393
3393
|
--tw-exit-rotate: initial;
|
|
3394
3394
|
--tw-exit-translate-x: initial;
|
|
3395
3395
|
--tw-exit-translate-y: initial;
|
|
3396
|
-
}
|
|
3396
|
+
}
|
|
3397
3397
|
.data-\[swipe\=end\]\:rtg-animate-out[data-swipe="end"] {
|
|
3398
3398
|
animation-name: exit;
|
|
3399
3399
|
animation-duration: 150ms;
|
|
@@ -3402,76 +3402,76 @@ body {
|
|
|
3402
3402
|
--tw-exit-rotate: initial;
|
|
3403
3403
|
--tw-exit-translate-x: initial;
|
|
3404
3404
|
--tw-exit-translate-y: initial;
|
|
3405
|
-
}
|
|
3405
|
+
}
|
|
3406
3406
|
.data-\[motion\^\=from-\]\:rtg-fade-in[data-motion^="from-"] {
|
|
3407
3407
|
--tw-enter-opacity: 0;
|
|
3408
|
-
}
|
|
3408
|
+
}
|
|
3409
3409
|
.data-\[motion\^\=to-\]\:rtg-fade-out[data-motion^="to-"] {
|
|
3410
3410
|
--tw-exit-opacity: 0;
|
|
3411
|
-
}
|
|
3411
|
+
}
|
|
3412
3412
|
.data-\[state\=closed\]\:rtg-fade-out-0[data-state="closed"] {
|
|
3413
3413
|
--tw-exit-opacity: 0;
|
|
3414
|
-
}
|
|
3414
|
+
}
|
|
3415
3415
|
.data-\[state\=closed\]\:rtg-fade-out-80[data-state="closed"] {
|
|
3416
3416
|
--tw-exit-opacity: 0.8;
|
|
3417
|
-
}
|
|
3417
|
+
}
|
|
3418
3418
|
.data-\[state\=open\]\:rtg-fade-in-0[data-state="open"] {
|
|
3419
3419
|
--tw-enter-opacity: 0;
|
|
3420
|
-
}
|
|
3420
|
+
}
|
|
3421
3421
|
.data-\[state\=closed\]\:rtg-zoom-out-95[data-state="closed"] {
|
|
3422
3422
|
--tw-exit-scale: .95;
|
|
3423
|
-
}
|
|
3423
|
+
}
|
|
3424
3424
|
.data-\[state\=open\]\:rtg-zoom-in-90[data-state="open"] {
|
|
3425
3425
|
--tw-enter-scale: .9;
|
|
3426
|
-
}
|
|
3426
|
+
}
|
|
3427
3427
|
.data-\[state\=open\]\:rtg-zoom-in-95[data-state="open"] {
|
|
3428
3428
|
--tw-enter-scale: .95;
|
|
3429
|
-
}
|
|
3429
|
+
}
|
|
3430
3430
|
.data-\[motion\=from-end\]\:rtg-slide-in-from-right-52[data-motion="from-end"] {
|
|
3431
3431
|
--tw-enter-translate-x: 13rem;
|
|
3432
|
-
}
|
|
3432
|
+
}
|
|
3433
3433
|
.data-\[motion\=from-start\]\:rtg-slide-in-from-left-52[data-motion="from-start"] {
|
|
3434
3434
|
--tw-enter-translate-x: -13rem;
|
|
3435
|
-
}
|
|
3435
|
+
}
|
|
3436
3436
|
.data-\[motion\=to-end\]\:rtg-slide-out-to-right-52[data-motion="to-end"] {
|
|
3437
3437
|
--tw-exit-translate-x: 13rem;
|
|
3438
|
-
}
|
|
3438
|
+
}
|
|
3439
3439
|
.data-\[motion\=to-start\]\:rtg-slide-out-to-left-52[data-motion="to-start"] {
|
|
3440
3440
|
--tw-exit-translate-x: -13rem;
|
|
3441
|
-
}
|
|
3441
|
+
}
|
|
3442
3442
|
.data-\[side\=bottom\]\:rtg-slide-in-from-top-2[data-side="bottom"] {
|
|
3443
3443
|
--tw-enter-translate-y: -0.5rem;
|
|
3444
|
-
}
|
|
3444
|
+
}
|
|
3445
3445
|
.data-\[side\=left\]\:rtg-slide-in-from-right-2[data-side="left"] {
|
|
3446
3446
|
--tw-enter-translate-x: 0.5rem;
|
|
3447
|
-
}
|
|
3447
|
+
}
|
|
3448
3448
|
.data-\[side\=right\]\:rtg-slide-in-from-left-2[data-side="right"] {
|
|
3449
3449
|
--tw-enter-translate-x: -0.5rem;
|
|
3450
|
-
}
|
|
3450
|
+
}
|
|
3451
3451
|
.data-\[side\=top\]\:rtg-slide-in-from-bottom-2[data-side="top"] {
|
|
3452
3452
|
--tw-enter-translate-y: 0.5rem;
|
|
3453
|
-
}
|
|
3453
|
+
}
|
|
3454
3454
|
.data-\[state\=closed\]\:rtg-slide-out-to-left-1\/2[data-state="closed"] {
|
|
3455
3455
|
--tw-exit-translate-x: -50%;
|
|
3456
|
-
}
|
|
3456
|
+
}
|
|
3457
3457
|
.data-\[state\=closed\]\:rtg-slide-out-to-right-full[data-state="closed"] {
|
|
3458
3458
|
--tw-exit-translate-x: 100%;
|
|
3459
|
-
}
|
|
3459
|
+
}
|
|
3460
3460
|
.data-\[state\=closed\]\:rtg-slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
3461
3461
|
--tw-exit-translate-y: -48%;
|
|
3462
|
-
}
|
|
3462
|
+
}
|
|
3463
3463
|
.data-\[state\=open\]\:rtg-slide-in-from-left-1\/2[data-state="open"] {
|
|
3464
3464
|
--tw-enter-translate-x: -50%;
|
|
3465
|
-
}
|
|
3465
|
+
}
|
|
3466
3466
|
.data-\[state\=open\]\:rtg-slide-in-from-top-\[48\%\][data-state="open"] {
|
|
3467
3467
|
--tw-enter-translate-y: -48%;
|
|
3468
|
-
}
|
|
3468
|
+
}
|
|
3469
3469
|
.data-\[state\=open\]\:rtg-slide-in-from-top-full[data-state="open"] {
|
|
3470
3470
|
--tw-enter-translate-y: -100%;
|
|
3471
|
-
}
|
|
3471
|
+
}
|
|
3472
3472
|
.dark\:hover\:rtg-bg-accent\/50:hover:is(.rtg-dark *) {
|
|
3473
3473
|
background-color: hsl(var(--accent) / 0.5);
|
|
3474
|
-
}
|
|
3474
|
+
}
|
|
3475
3475
|
@media (min-width: 640px) {
|
|
3476
3476
|
|
|
3477
3477
|
.sm\:rtg-bottom-0 {
|
|
@@ -3535,7 +3535,7 @@ body {
|
|
|
3535
3535
|
.data-\[state\=open\]\:sm\:rtg-slide-in-from-bottom-full[data-state="open"] {
|
|
3536
3536
|
--tw-enter-translate-y: 100%;
|
|
3537
3537
|
}
|
|
3538
|
-
}
|
|
3538
|
+
}
|
|
3539
3539
|
@media (min-width: 768px) {
|
|
3540
3540
|
|
|
3541
3541
|
.md\:rtg-h-1\/2 {
|
|
@@ -3562,7 +3562,7 @@ body {
|
|
|
3562
3562
|
font-size: 0.875rem;
|
|
3563
3563
|
line-height: 1.25rem;
|
|
3564
3564
|
}
|
|
3565
|
-
}
|
|
3565
|
+
}
|
|
3566
3566
|
@media (min-width: 1024px) {
|
|
3567
3567
|
|
|
3568
3568
|
.lg\:rtg-h-1\/2 {
|
|
@@ -3580,70 +3580,70 @@ body {
|
|
|
3580
3580
|
.lg\:rtg-grid-cols-2 {
|
|
3581
3581
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3582
3582
|
}
|
|
3583
|
-
}
|
|
3583
|
+
}
|
|
3584
3584
|
.\[\&\+div\]\:rtg-text-xs+div {
|
|
3585
3585
|
font-size: 0.75rem;
|
|
3586
3586
|
line-height: 1rem;
|
|
3587
|
-
}
|
|
3587
|
+
}
|
|
3588
3588
|
.\[\&\:\:-webkit-scrollbar-thumb\]\:rtg-rounded-full::-webkit-scrollbar-thumb {
|
|
3589
3589
|
border-radius: 9999px;
|
|
3590
|
-
}
|
|
3590
|
+
}
|
|
3591
3591
|
.\[\&\:\:-webkit-scrollbar-thumb\]\:rtg-bg-accent::-webkit-scrollbar-thumb {
|
|
3592
3592
|
background-color: hsl(var(--accent));
|
|
3593
|
-
}
|
|
3593
|
+
}
|
|
3594
3594
|
.\[\&\:\:-webkit-scrollbar-track\]\:rtg-bg-background::-webkit-scrollbar-track {
|
|
3595
3595
|
background-color: hsl(var(--background));
|
|
3596
|
-
}
|
|
3596
|
+
}
|
|
3597
3597
|
.\[\&\:\:-webkit-scrollbar-track\]\:rtg-bg-gray-100::-webkit-scrollbar-track {
|
|
3598
3598
|
--tw-bg-opacity: 1;
|
|
3599
3599
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
3600
|
-
}
|
|
3600
|
+
}
|
|
3601
3601
|
.\[\&\:\:-webkit-scrollbar\]\:rtg-w-2::-webkit-scrollbar {
|
|
3602
3602
|
width: 0.5rem;
|
|
3603
|
-
}
|
|
3603
|
+
}
|
|
3604
3604
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:rtg-pr-0:has([role=checkbox]) {
|
|
3605
3605
|
padding-right: 0;
|
|
3606
|
-
}
|
|
3606
|
+
}
|
|
3607
3607
|
.\[\&\>\[role\=checkbox\]\]\:rtg-translate-y-\[2px\]>[role=checkbox] {
|
|
3608
3608
|
--tw-translate-y: 2px;
|
|
3609
3609
|
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));
|
|
3610
|
-
}
|
|
3610
|
+
}
|
|
3611
3611
|
.\[\&\>svg\]\:rtg-size-3\.5>svg {
|
|
3612
3612
|
width: 0.875rem;
|
|
3613
3613
|
height: 0.875rem;
|
|
3614
|
-
}
|
|
3614
|
+
}
|
|
3615
3615
|
.\[\&\[data-state\=open\]\>svg\]\:rtg-rotate-180[data-state=open]>svg {
|
|
3616
3616
|
--tw-rotate: 180deg;
|
|
3617
3617
|
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));
|
|
3618
|
-
}
|
|
3618
|
+
}
|
|
3619
3619
|
.\[\&_\[rtgcmd-group-heading\]\]\:rtg-px-2 [rtgcmd-group-heading] {
|
|
3620
3620
|
padding-left: 0.5rem;
|
|
3621
3621
|
padding-right: 0.5rem;
|
|
3622
|
-
}
|
|
3622
|
+
}
|
|
3623
3623
|
.\[\&_\[rtgcmd-group-heading\]\]\:rtg-py-1\.5 [rtgcmd-group-heading] {
|
|
3624
3624
|
padding-top: 0.375rem;
|
|
3625
3625
|
padding-bottom: 0.375rem;
|
|
3626
|
-
}
|
|
3626
|
+
}
|
|
3627
3627
|
.\[\&_\[rtgcmd-group-heading\]\]\:rtg-text-xs [rtgcmd-group-heading] {
|
|
3628
3628
|
font-size: 0.75rem;
|
|
3629
3629
|
line-height: 1rem;
|
|
3630
|
-
}
|
|
3630
|
+
}
|
|
3631
3631
|
.\[\&_\[rtgcmd-group-heading\]\]\:rtg-font-medium [rtgcmd-group-heading] {
|
|
3632
3632
|
font-weight: 500;
|
|
3633
|
-
}
|
|
3633
|
+
}
|
|
3634
3634
|
.\[\&_\[rtgcmd-group-heading\]\]\:rtg-text-muted-foreground [rtgcmd-group-heading] {
|
|
3635
3635
|
color: hsl(var(--muted-foreground));
|
|
3636
|
-
}
|
|
3636
|
+
}
|
|
3637
3637
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:rtg-size-4 svg:not([class*='size-']) {
|
|
3638
3638
|
width: 1rem;
|
|
3639
3639
|
height: 1rem;
|
|
3640
|
-
}
|
|
3640
|
+
}
|
|
3641
3641
|
.\[\&_svg\]\:rtg-pointer-events-none svg {
|
|
3642
3642
|
pointer-events: none;
|
|
3643
|
-
}
|
|
3643
|
+
}
|
|
3644
3644
|
.\[\&_svg\]\:rtg-shrink-0 svg {
|
|
3645
3645
|
flex-shrink: 0;
|
|
3646
|
-
}
|
|
3646
|
+
}
|
|
3647
3647
|
.\[\&_tr\]\:rtg-border-b tr {
|
|
3648
3648
|
border-bottom-width: 1px;
|
|
3649
|
-
}
|
|
3649
|
+
}
|