@zvoove/unity-ui 2.19.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/theme.css ADDED
@@ -0,0 +1,586 @@
1
+ @import 'tailwindcss';
2
+
3
+ @custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
4
+ @custom-variant child (& > *);
5
+ @theme {
6
+ --font-*: initial;
7
+ --font-body: 'Source Sans 3', sans-serif;
8
+
9
+ --text-*: initial;
10
+ --text-display-large: 4rem;
11
+ --text-display-large--line-height: 4rem;
12
+ --text-display-large--letter-spacing: -0.025em;
13
+ --text-display-large--font-weight: 500;
14
+ --text-display-medium: 2.8rem;
15
+ --text-display-medium--line-height: 3.25rem;
16
+ --text-display-medium--letter-spacing: -0.018em;
17
+ --text-display-medium--font-weight: 500;
18
+ --text-display-small: 2.25rem;
19
+ --text-display-small--line-height: 2.75rem;
20
+ --text-display-small--letter-spacing: -0.012em;
21
+ --text-display-small--font-weight: 500;
22
+ --text-headline-large: 2rem;
23
+ --text-headline-large--line-height: 2.5rem;
24
+ --text-headline-large--letter-spacing: -0.018em;
25
+ --text-headline-large--font-weight: 600;
26
+ --text-headline-medium: 1.75rem;
27
+ --text-headline-medium--line-height: 2.25rem;
28
+ --text-headline-medium--letter-spacing: -0.012em;
29
+ --text-headline-medium--font-weight: 600;
30
+ --text-headline-small: 1.5rem;
31
+ --text-headline-small--line-height: 2rem;
32
+ --text-headline-small--letter-spacing: -0.006em;
33
+ --text-headline-small--font-weight: 600;
34
+ --text-title-large: 1.375rem;
35
+ --text-title-large--line-height: 1.625rem;
36
+ --text-title-large--letter-spacing: 0em;
37
+ --text-title-large--font-weight: 500;
38
+ --text-title-medium: 1rem;
39
+ --text-title-medium--line-height: 1.5rem;
40
+ --text-title-medium--letter-spacing: 0.00625em;
41
+ --text-title-medium--font-weight: 500;
42
+ --text-title-small: 0.875rem;
43
+ --text-title-small--line-height: 1.25rem;
44
+ --text-title-small--letter-spacing: 0.009375em;
45
+ --text-title-small--font-weight: 500;
46
+ --text-label-large: 0.875rem;
47
+ --text-label-large--line-height: 1.25rem;
48
+ --text-label-large--letter-spacing: 0.009375em;
49
+ --text-label-large--font-weight: 500;
50
+ --text-label-medium: 0.75rem;
51
+ --text-label-medium--line-height: 1rem;
52
+ --text-label-medium--letter-spacing: 0.0125rem;
53
+ --text-label-medium--font-weight: 500;
54
+ --text-label-small: 0.6875rem;
55
+ --text-label-small--line-height: 1rem;
56
+ --text-label-small--letter-spacing: 0.015625em;
57
+ --text-label-small--font-weight: 500;
58
+ --text-body-large: 1rem;
59
+ --text-body-large--line-height: 1.5rem;
60
+ --text-body-large--letter-spacing: 0.00625em;
61
+ --text-body-large--font-weight: 400;
62
+ --text-body-medium: 0.875rem;
63
+ --text-body-medium--line-height: 1.25rem;
64
+ --text-body-medium--letter-spacing: 0.009375em;
65
+ --text-body-medium--font-weight: 400;
66
+ --text-body-small: 0.75rem;
67
+ --text-body-small--line-height: 1rem;
68
+ --text-body-small--letter-spacing: 0.0125em;
69
+ --text-body-small--font-weight: 400;
70
+
71
+ --spacing-*: initial;
72
+ --spacing-xl7: 96px;
73
+ --spacing-xl6: 80px;
74
+ --spacing-xl5: 64px;
75
+ --spacing-xl4: 48px;
76
+ --spacing-xl3: 40px;
77
+ --spacing-xl2: 32px;
78
+ --spacing-xl: 24px;
79
+ --spacing-lg: 20px;
80
+ --spacing-md: 16px;
81
+ --spacing-sm: 12px;
82
+ --spacing-xs: 8px;
83
+ --spacing-xs2: 4px;
84
+ --spacing-none: 0px;
85
+
86
+ --radius-*: initial;
87
+ --radius-full: 1000px;
88
+ --radius-xl: 24px;
89
+ --radius-lg: 16px;
90
+ --radius-md: 12px;
91
+ --radius-sm: 8px;
92
+ --radius-xs: 4px;
93
+ --radius-none: 0px;
94
+
95
+ --color-*: initial;
96
+ --color-primary-0: #000000;
97
+ --color-primary-10: #080d7e;
98
+ --color-primary-20: #0d1398;
99
+ --color-primary-30: #0c14c1;
100
+ --color-primary-40: #3748de;
101
+ --color-primary-50: #5566fa;
102
+ --color-primary-60: #7886ff;
103
+ --color-primary-70: #9aa4ff;
104
+ --color-primary-80: #bdc2ff;
105
+ --color-primary-90: #dfe0ff;
106
+ --color-primary-95: #eff0ff;
107
+ --color-primary-99: #fbfbff;
108
+ --color-primary-100: #ffffff;
109
+
110
+ --color-secondary-0: #000000;
111
+ --color-secondary-10: #011f25;
112
+ --color-secondary-20: #18343b;
113
+ --color-secondary-30: #304b52;
114
+ --color-secondary-40: #47636a;
115
+ --color-secondary-50: #607c83;
116
+ --color-secondary-60: #79959d;
117
+ --color-secondary-70: #93b0b8;
118
+ --color-secondary-80: #aecbd3;
119
+ --color-secondary-90: #cde3e9;
120
+ --color-secondary-95: #e9f4f7;
121
+ --color-secondary-99: #f8fdff;
122
+ --color-secondary-100: #ffffff;
123
+
124
+ --color-tertiary-0: #000000;
125
+ --color-tertiary-10: #001b3d;
126
+ --color-tertiary-20: #003063;
127
+ --color-tertiary-30: #0b4689;
128
+ --color-tertiary-40: #2f5ea2;
129
+ --color-tertiary-50: #4b77bd;
130
+ --color-tertiary-60: #6691d9;
131
+ --color-tertiary-70: #8ab5ff;
132
+ --color-tertiary-80: #a9c7ff;
133
+ --color-tertiary-90: #dbe6fd;
134
+ --color-tertiary-95: #ecf0ff;
135
+ --color-tertiary-99: #fdfbff;
136
+ --color-tertiary-100: #ffffff;
137
+
138
+ --color-error-0: #000000;
139
+ --color-error-10: #410002;
140
+ --color-error-20: #690005;
141
+ --color-error-30: #93000a;
142
+ --color-error-40: #ba1a1a;
143
+ --color-error-50: #d33730;
144
+ --color-error-60: #ee4949;
145
+ --color-error-70: #ff897d;
146
+ --color-error-80: #ffb4ab;
147
+ --color-error-90: #ffdad6;
148
+ --color-error-95: #ffedea;
149
+ --color-error-99: #fffcfb;
150
+ --color-error-100: #ffffff;
151
+
152
+ --color-neutral-0: #000000;
153
+ --color-neutral-05: #1b1b1e;
154
+ --color-neutral-10: #1c1b1e;
155
+ --color-neutral-15: #252528;
156
+ --color-neutral-20: #313032;
157
+ --color-neutral-25: #3c3b3d;
158
+ --color-neutral-30: #484649;
159
+ --color-neutral-35: #525254;
160
+ --color-neutral-40: #605e60;
161
+ --color-neutral-50: #797679;
162
+ --color-neutral-60: #939093;
163
+ --color-neutral-70: #adaaad;
164
+ --color-neutral-80: #c9c5c8;
165
+ --color-neutral-90: #e2e1e5;
166
+ --color-neutral-95: #f2f2f4;
167
+ --color-neutral-99: #fafafc;
168
+ --color-neutral-100: #ffffff;
169
+
170
+ --color-neutral-variant-0: #000000;
171
+ --color-neutral-variant-10: #1a1246;
172
+ --color-neutral-variant-15: #282346;
173
+ --color-neutral-variant-20: #2e2757;
174
+ --color-neutral-variant-30: #4b4766;
175
+ --color-neutral-variant-40: #5e5c73;
176
+ --color-neutral-variant-50: #767487;
177
+ --color-neutral-variant-60: #8c8b9a;
178
+ --color-neutral-variant-70: #acacba;
179
+ --color-neutral-variant-80: #cac9d6;
180
+ --color-neutral-variant-90: #dedeea;
181
+ --color-neutral-variant-92: #e6e6f0;
182
+ --color-neutral-variant-95: #ededf5;
183
+ --color-neutral-variant-98: #f5f6fd;
184
+ --color-neutral-variant-99: #fafaff;
185
+ --color-neutral-variant-100: #ffffff;
186
+
187
+ --color-yellow-0: #000000;
188
+ --color-yellow-10: #401f0a;
189
+ --color-yellow-20: #85440e;
190
+ --color-yellow-30: #a15407;
191
+ --color-yellow-40: #ca7104;
192
+ --color-yellow-50: #f39b17;
193
+ --color-yellow-60: #fcbf0f;
194
+ --color-yellow-70: #fdd872;
195
+ --color-yellow-80: #fee495;
196
+ --color-yellow-90: #feefc3;
197
+ --color-yellow-95: #fef9e8;
198
+ --color-yellow-99: #fefcf7;
199
+
200
+ --color-green-0: #000000;
201
+ --color-green-10: #1c2906;
202
+ --color-green-20: #3d540f;
203
+ --color-green-30: #4d6618;
204
+ --color-green-40: #607d1d;
205
+ --color-green-50: #7ea125;
206
+ --color-green-60: #a8c94a;
207
+ --color-green-70: #c7e07e;
208
+ --color-green-80: #dbeaab;
209
+ --color-green-90: #ecf5cb;
210
+ --color-green-95: #f6fae7;
211
+ --color-green-99: #fbfcf5;
212
+
213
+ --color-pink-0: #000000;
214
+ --color-pink-10: #511122;
215
+ --color-pink-20: #6f1c32;
216
+ --color-pink-30: #8d2b46;
217
+ --color-pink-40: #b23758;
218
+ --color-pink-50: #ce4678;
219
+ --color-pink-60: #e07ba0;
220
+ --color-pink-70: #f39ebd;
221
+ --color-pink-80: #ffc6d5;
222
+ --color-pink-90: #fce3ec;
223
+ --color-pink-95: #fcf0f5;
224
+ --color-pink-99: #fff7fb;
225
+
226
+ --color-steel-blue-0: #000000;
227
+ --color-steel-blue-10: #082d3d;
228
+ --color-steel-blue-20: #135d78;
229
+ --color-steel-blue-30: #237490;
230
+ --color-steel-blue-40: #2d8ca8;
231
+ --color-steel-blue-50: #5bb2cb;
232
+ --color-steel-blue-60: #84c7da;
233
+ --color-steel-blue-70: #b0d0d9;
234
+ --color-steel-blue-80: #cce2e8;
235
+ --color-steel-blue-90: #dfeef2;
236
+ --color-steel-blue-95: #ebf5f7;
237
+ --color-steel-blue-99: #ebf5f7;
238
+
239
+ --color-background: var(--color-neutral-variant-98);
240
+ --color-primary: var(--color-primary-40);
241
+ --color-primary-hover: var(--color-primary-20);
242
+ --color-primary-active: var(--color-primary-10);
243
+ --color-on-primary: var(--color-primary-100);
244
+ --color-secondary: var(--color-secondary-40);
245
+ --color-on-secondary: var(--color-secondary-100);
246
+ --color-tertiary: var(--color-tertiary-40);
247
+ --color-on-tertiary: var(--color-tertiary-100);
248
+ --color-primary-container: var(--color-primary-90);
249
+ --color-on-primary-container: var(--color-primary-10);
250
+ --color-secondary-container: var(--color-secondary-90);
251
+ --color-on-secondary-container: var(--color-secondary-10);
252
+ --color-tertiary-container: var(--color-tertiary-90);
253
+ --color-tertiary-container-hover: var(--color-tertiary-80);
254
+ --color-tertiary-container-active: var(--color-tertiary-70);
255
+ --color-on-tertiary-container: var(--color-tertiary-10);
256
+ --color-primary-fixed: var(--color-primary-90);
257
+ --color-primary-fixed-dim: var(--color-primary-80);
258
+ --color-on-primary-fixed: var(--color-primary-10);
259
+ --color-on-primary-fixed-variant: var(--color-primary-30);
260
+ --color-secondary-fixed: var(--color-secondary-90);
261
+ --color-secondary-fixed-dim: var(--color-secondary-80);
262
+ --color-on-secondary-fixed: var(--color-secondary-10);
263
+ --color-on-secondary-fixed-variant: var(--color-secondary-30);
264
+ --color-tertiary-fixed: var(--color-tertiary-90);
265
+ --color-tertiary-fixed-dim: var(--color-tertiary-70);
266
+ --color-on-tertiary-fixed: var(--color-tertiary-10);
267
+ --color-on-tertiary-fixed-variant: var(--color-tertiary-30);
268
+ --color-surface: var(--color-neutral-variant-100);
269
+ --color-surface-bright: var(--color-neutral-variant-100);
270
+ --color-surface-dim: var(--color-neutral-variant-92);
271
+ --color-surface-variant: var(--color-secondary-95);
272
+ --color-surface-container-lowest: var(--color-neutral-variant-99);
273
+ --color-surface-container-low: var(--color-neutral-variant-98);
274
+ --color-surface-container: var(--color-neutral-variant-95);
275
+ --color-surface-container-high: var(--color-neutral-variant-92);
276
+ --color-surface-container-highest: var(--color-neutral-variant-90);
277
+ --color-on-surface: var(--color-neutral-variant-10);
278
+ --color-on-surface-variant: var(--color-neutral-variant-40);
279
+ --color-outline: var(--color-neutral-variant-70);
280
+ --color-outline-variant: var(--color-neutral-variant-90);
281
+ --color-error: var(--color-error-40);
282
+ --color-error-hover: var(--color-error-50);
283
+ --color-on-error: var(--color-error-100);
284
+ --color-error-container: var(--color-error-90);
285
+ --color-on-error-container: var(--color-error-10);
286
+ --color-inverse-surface: var(--color-neutral-variant-30);
287
+ --color-inverse-on-surface: var(--color-neutral-100);
288
+ --color-inverse-primary: var(--color-primary-80);
289
+ --color-scrim: var(--color-neutral-variant-15);
290
+ --color-on-scrim: var(--color-neutral-variant-100);
291
+ --color-shadow: var(--color-neutral-0);
292
+ --color-yellow: var(--color-yellow-70);
293
+ --color-on-yellow: var(--color-yellow-10);
294
+ --color-dark-yellow: var(--color-yellow-40);
295
+ --color-on-dark-yellow: var(--color-neutral-100);
296
+ --color-yellow-container: var(--color-yellow-90);
297
+ --color-on-yellow-container: var(--color-yellow-10);
298
+ --color-green: var(--color-green-70);
299
+ --color-on-green: var(--color-green-10);
300
+ --color-dark-green: var(--color-green-40);
301
+ --color-on-dark-green: var(--color-neutral-100);
302
+ --color-green-container: var(--color-green-90);
303
+ --color-green-container-hover: var(--color-green-80);
304
+ --color-on-green-container: var(--color-green-10);
305
+ --color-pink: var(--color-pink-70);
306
+ --color-on-pink: var(--color-pink-10);
307
+ --color-dark-pink: var(--color-pink-40);
308
+ --color-on-dark-pink: var(--color-neutral-100);
309
+ --color-pink-container: var(--color-pink-90);
310
+ --color-on-pink-container: var(--color-pink-10);
311
+ --color-steel-blue: var(--color-steel-blue-70);
312
+ --color-on-steel-blue: var(--color-steel-blue-10);
313
+ --color-dark-steel-blue: var(--color-steel-blue-40);
314
+ --color-on-dark-steel-blue: var(--color-neutral-100);
315
+ --color-steel-blue-container: var(--color-steel-blue-90);
316
+ --color-on-steel-blue-container: var(--color-steel-blue-10);
317
+
318
+ --shadow-elevation1: 0px 1px 3px 1px rgba(107, 112, 153, 0.15);
319
+ --shadow-elevation2: 0px 2px 6px 2px rgba(107, 112, 153, 0.15);
320
+ --shadow-elevation3: 0px 1px 3px rgba(107, 112, 153, 0.15);
321
+ --shadow-elevation4: 0px 2px 3px rgba(107, 112, 153, 0.15);
322
+ --shadow-elevation5: 0px 4px 4px rgba(107, 112, 153, 0.15);
323
+
324
+ /* Shadow for dark theme doesn't work in the @layer base */
325
+ --shadow-elevation1-dark: 0px 1px 2px rgba(0, 0, 0, 0.3);
326
+ --shadow-elevation2-dark: 0px 1px 2px rgba(0, 0, 0, 0.3);
327
+ --shadow-elevation3-dark: 0px 1px 3px rgba(0, 0, 0, 0.3);
328
+ --shadow-elevation4-dark: 0px 2px 3px rgba(0, 0, 0, 0.3);
329
+ --shadow-elevation5-dark: 0px 4px 4px rgba(0, 0, 0, 0.3);
330
+
331
+ --animate-ripple: ripple 0.5s ease-in-out;
332
+
333
+ --opacity-3: 3%;
334
+ --opacity-8: 8%;
335
+ --opacity-12: 12%;
336
+
337
+ --breakpoint-*: initial;
338
+ --breakpoint-minimum: 0rem; /* 0px */
339
+ --breakpoint-mobile: 48rem; /* 768px */
340
+ --breakpoint-tablet: 64rem; /* 1024px */
341
+ --breakpoint-laptop: 80rem; /* 1280px */
342
+ --breakpoint-desktop: 96rem; /* 1536px */
343
+
344
+ --container-*: initial;
345
+ --container-minimum: 0rem; /* 0px */
346
+ --container-mobile: 48rem; /* 768px */
347
+ --container-tablet: 64rem; /* 1024px */
348
+ --container-laptop: 80rem; /* 1280px */
349
+ --container-desktop: 96rem; /* 1536px */
350
+
351
+ @keyframes ripple {
352
+ 0% {
353
+ opacity: 0;
354
+ transform: scale(1);
355
+ }
356
+ 50% {
357
+ opacity: 0.3;
358
+ transform: scale(1.8);
359
+ }
360
+ 100% {
361
+ opacity: 0;
362
+ transform: scale(1);
363
+ }
364
+ }
365
+
366
+ @keyframes indeterminate {
367
+ 0% {
368
+ left: -35%;
369
+ width: 0%;
370
+ }
371
+ 60% {
372
+ left: 100%;
373
+ width: 80%;
374
+ }
375
+ 60.1% {
376
+ left: -35%;
377
+ width: 0%;
378
+ }
379
+ 100% {
380
+ left: 100%;
381
+ width: 80%;
382
+ }
383
+ }
384
+
385
+ @keyframes circular-indeterminate {
386
+ 0% {
387
+ stroke-dasharray: 1, 150;
388
+ stroke-dashoffset: 0;
389
+ }
390
+ 50% {
391
+ stroke-dasharray: 90, 150;
392
+ stroke-dashoffset: -35;
393
+ }
394
+ 100% {
395
+ stroke-dasharray: 90, 150;
396
+ stroke-dashoffset: -124;
397
+ }
398
+ }
399
+
400
+ @keyframes wave {
401
+ 0% {
402
+ background-position: 200% 0;
403
+ }
404
+ 100% {
405
+ background-position: -200% 0;
406
+ }
407
+ }
408
+ }
409
+
410
+ @layer base {
411
+ [data-theme='dark'] {
412
+ --color-background: var(--color-neutral-variant-0);
413
+ --color-primary: var(--color-primary-80);
414
+ --color-primary-hover: var(--color-primary-90);
415
+ --color-primary-active: var(--color-primary-100);
416
+ --color-on-primary: var(--color-primary-20);
417
+ --color-secondary: var(--color-secondary-80);
418
+ --color-on-secondary: var(--color-secondary-20);
419
+ --color-tertiary: var(--color-tertiary-80);
420
+ --color-on-tertiary: var(--color-tertiary-20);
421
+ --color-primary-container: var(--color-primary-30);
422
+ --color-on-primary-container: var(--color-primary-90);
423
+ --color-secondary-container: var(--color-secondary-30);
424
+ --color-on-secondary-container: var(--color-secondary-90);
425
+ --color-tertiary-container: var(--color-tertiary-30);
426
+ --color-tertiary-container-hover: var(--color-tertiary-40);
427
+ --color-tertiary-container-active: var(--color-tertiary-50);
428
+ --color-on-tertiary-container: var(--color-tertiary-90);
429
+ --color-primary-fixed: var(--color-primary-90);
430
+ --color-primary-fixed-dim: var(--color-primary-80);
431
+ --color-on-primary-fixed: var(--color-primary-10);
432
+ --color-on-primary-fixed-variant: var(--color-primary-30);
433
+ --color-secondary-fixed: var(--color-secondary-90);
434
+ --color-secondary-fixed-dim: var(--color-secondary-80);
435
+ --color-on-secondary-fixed: var(--color-secondary-10);
436
+ --color-on-secondary-fixed-variant: var(--color-secondary-30);
437
+ --color-tertiary-fixed: var(--color-tertiary-90);
438
+ --color-tertiary-fixed-dim: var(--color-tertiary-70);
439
+ --color-on-tertiary-fixed: var(--color-tertiary-10);
440
+ --color-on-tertiary-fixed-variant: var(--color-tertiary-30);
441
+ --color-surface: var(--color-neutral-05);
442
+ --color-surface-bright: var(--color-neutral-10);
443
+ --color-surface-dim: var(--color-neutral-0);
444
+ --color-surface-variant: var(--color-secondary-20);
445
+ --color-surface-container-lowest: var(--color-neutral-15);
446
+ --color-surface-container-low: var(--color-neutral-20);
447
+ --color-surface-container: var(--color-neutral-25);
448
+ --color-surface-container-high: var(--color-neutral-30);
449
+ --color-surface-container-highest: var(--color-neutral-35);
450
+ --color-on-surface: var(--color-neutral-90);
451
+ --color-on-surface-variant: var(--color-neutral-70);
452
+ --color-outline: var(--color-neutral-50);
453
+ --color-outline-variant: var(--color-neutral-30);
454
+ --color-error: var(--color-error-80);
455
+ --color-error-hover: var(--color-error-70);
456
+ --color-on-error: var(--color-error-20);
457
+ --color-error-container: var(--color-error-30);
458
+ --color-on-error-container: var(--color-error-90);
459
+ --color-inverse-surface: var(--color-neutral-95);
460
+ --color-inverse-on-surface: var(--color-neutral-0);
461
+ --color-inverse-primary: var(--color-primary-40);
462
+ --color-scrim: var(--color-neutral-variant-15);
463
+ --color-shadow: var(--color-neutral-0);
464
+ --color-on-scrim: var(--color-neutral-variant-100);
465
+ --color-yellow: var(--color-yellow-40);
466
+ --color-on-yellow: var(--color-yellow-95);
467
+ --color-dark-yellow: var(--color-yellow-80);
468
+ --color-on-dark-yellow: var(--color-yellow-20);
469
+ --color-yellow-container: var(--color-yellow-30);
470
+ --color-on-yellow-container: var(--color-yellow-90);
471
+ --color-green: var(--color-green-40);
472
+ --color-on-green: var(--color-green-95);
473
+ --color-dark-green: var(--color-green-80);
474
+ --color-on-dark-green: var(--color-green-20);
475
+ --color-green-container: var(--color-green-30);
476
+ --color-green-container-hover: var(--color-green-40);
477
+ --color-on-green-container: var(--color-green-90);
478
+ --color-pink: var(--color-pink-40);
479
+ --color-on-pink: var(--color-pink-95);
480
+ --color-dark-pink: var(--color-pink-80);
481
+ --color-on-dark-pink: var(--color-pink-20);
482
+ --color-pink-container: var(--color-pink-30);
483
+ --color-on-pink-container: var(--color-pink-90);
484
+ --color-steel-blue: var(--color-steel-blue-40);
485
+ --color-on-steel-blue: var(--color-steel-blue-95);
486
+ --color-dark-steel-blue: var(--color-steel-blue-80);
487
+ --color-on-dark-steel-blue: var(--color-steel-blue-20);
488
+ --color-steel-blue-container: var(--color-steel-blue-30);
489
+ --color-on-steel-blue-container: var(--color-steel-blue-90);
490
+ }
491
+ }
492
+
493
+ /*
494
+ The default border color has changed to `currentColor` in Tailwind CSS v4,
495
+ so we've added these compatibility styles to make sure everything still
496
+ looks the same as it did with Tailwind CSS v3.
497
+
498
+ If we ever want to remove these styles, we need to add an explicit border
499
+ color utility to any element that depends on these defaults.
500
+ */
501
+ @layer base {
502
+ *,
503
+ ::after,
504
+ ::before,
505
+ ::backdrop,
506
+ ::file-selector-button {
507
+ border-color: var(--color-gray-200, currentColor);
508
+ }
509
+ }
510
+
511
+ @layer utilities {
512
+ body {
513
+ margin: 0;
514
+ -webkit-font-smoothing: antialiased;
515
+ -moz-osx-font-smoothing: grayscale;
516
+ background-color: var(--color-background);
517
+ }
518
+
519
+ .scrollbar-hidden {
520
+ scrollbar-width: none; /* Firefox */
521
+
522
+ &::-webkit-scrollbar {
523
+ display: none; /* Chrome, Safari */
524
+ }
525
+ }
526
+ .prevent-select {
527
+ -webkit-user-select: none; /* Safari */
528
+ -ms-user-select: none; /* IE 10 and IE 11 */
529
+ user-select: none; /* Standard syntax */
530
+ }
531
+
532
+ .hide-clear-field {
533
+ /* clears the 'X' in search bar from Internet Explorer */
534
+ &::-ms-clear {
535
+ display: none;
536
+ width: 0;
537
+ height: 0;
538
+ }
539
+
540
+ &::-ms-reveal {
541
+ display: none;
542
+ width: 0;
543
+ height: 0;
544
+ }
545
+
546
+ /* clears the 'X' in search bar from Chrome */
547
+ &::-webkit-search-decoration,
548
+ &::-webkit-search-cancel-button,
549
+ &::-webkit-search-results-button,
550
+ &::-webkit-search-results-decoration {
551
+ display: none;
552
+ }
553
+ }
554
+
555
+ .remove-input-arrows {
556
+ &::-webkit-outer-spin-button,
557
+ &::-webkit-inner-spin-button,
558
+ &::-webkit-calendar-picker-indicator {
559
+ visibility: hidden;
560
+ appearance: none;
561
+ -moz-appearance: none;
562
+ -webkit-appearance: none;
563
+ margin: 0;
564
+ display: none;
565
+ }
566
+
567
+ &[type='number'] {
568
+ appearance: textfield; /* Standard */
569
+ -moz-appearance: textfield; /* Firefox */
570
+ }
571
+ }
572
+
573
+ .animate-linear-indeterminate {
574
+ animation: indeterminate 2s ease-in-out infinite;
575
+ }
576
+
577
+ .animate-circular-indeterminate {
578
+ animation: circular-indeterminate 1.2s ease-in-out infinite;
579
+ }
580
+ }
581
+
582
+ @layer base {
583
+ html {
584
+ font-family: 'Source Sans 3', sans-serif;
585
+ }
586
+ }