|
1 | | -@import "tailwindcss"; |
| 1 | +@import 'tailwindcss'; |
2 | 2 | @config "../../tailwind.config.ts"; |
3 | 3 | @tailwind base; |
4 | 4 | @tailwind components; |
5 | 5 | @tailwind utilities; |
6 | 6 |
|
7 | 7 | body { |
8 | | - font-family: Arial, Helvetica, sans-serif; |
| 8 | + font-family: Arial, Helvetica, sans-serif; |
9 | 9 | } |
10 | 10 |
|
11 | 11 | @layer utilities { |
12 | | - .text-balance { |
13 | | - text-wrap: balance; |
14 | | - } |
15 | | - .border-border { |
16 | | - border-color: hsl(var(--border)); |
17 | | - } |
| 12 | + .text-balance { |
| 13 | + text-wrap: balance; |
| 14 | + } |
| 15 | + .border-border { |
| 16 | + border-color: hsl(var(--border)); |
| 17 | + } |
18 | 18 | } |
19 | 19 |
|
20 | 20 | @utility bg-background { |
21 | | - background-color: hsl(var(--background)); |
| 21 | + background-color: hsl(var(--background)); |
22 | 22 | } |
23 | 23 |
|
24 | 24 | @utility border-border { |
25 | | - border-color: hsl(var(--border)); |
| 25 | + border-color: hsl(var(--border)); |
26 | 26 | } |
27 | 27 | @utility text-foreground { |
28 | | - color: hsl(var(--foreground)); |
| 28 | + color: hsl(var(--foreground)); |
29 | 29 | } |
30 | 30 |
|
31 | 31 | @layer base { |
32 | | - :root { |
33 | | - --background: 0 0% 100%; |
34 | | - --foreground: 0 0% 3.9%; |
35 | | - --card: 0 0% 100%; |
36 | | - --card-foreground: 0 0% 3.9%; |
37 | | - --popover: 0 0% 100%; |
38 | | - --popover-foreground: 0 0% 3.9%; |
39 | | - --primary: 0 0% 9%; |
40 | | - --primary-foreground: 0 0% 98%; |
41 | | - --secondary: 0 0% 96.1%; |
42 | | - --secondary-foreground: 0 0% 9%; |
43 | | - --muted: 0 0% 96.1%; |
44 | | - --muted-foreground: 0 0% 45.1%; |
45 | | - --accent: 0 0% 96.1%; |
46 | | - --accent-foreground: 0 0% 9%; |
47 | | - --destructive: 0 84.2% 60.2%; |
48 | | - --destructive-foreground: 0 0% 98%; |
49 | | - --border: 0 0% 89.8%; |
50 | | - --input: 0 0% 89.8%; |
51 | | - --ring: 0 0% 3.9%; |
52 | | - --chart-1: 12 76% 61%; |
53 | | - --chart-2: 173 58% 39%; |
54 | | - --chart-3: 197 37% 24%; |
55 | | - --chart-4: 43 74% 66%; |
56 | | - --chart-5: 27 87% 67%; |
57 | | - --radius: 0.5rem; |
58 | | - --sidebar-background: 0 0% 98%; |
59 | | - --sidebar-foreground: 240 5.3% 26.1%; |
60 | | - --sidebar-primary: 240 5.9% 10%; |
61 | | - --sidebar-primary-foreground: 0 0% 98%; |
62 | | - --sidebar-accent: 240 4.8% 95.9%; |
63 | | - --sidebar-accent-foreground: 240 5.9% 10%; |
64 | | - --sidebar-border: 220 13% 91%; |
65 | | - --sidebar-ring: 217.2 91.2% 59.8%; |
66 | | - } |
67 | | - .dark { |
68 | | - --background: 0 0% 3.9%; |
69 | | - --foreground: 0 0% 98%; |
70 | | - --card: 0 0% 3.9%; |
71 | | - --card-foreground: 0 0% 98%; |
72 | | - --popover: 0 0% 3.9%; |
73 | | - --popover-foreground: 0 0% 98%; |
74 | | - --primary: 0 0% 98%; |
75 | | - --primary-foreground: 0 0% 9%; |
76 | | - --secondary: 0 0% 14.9%; |
77 | | - --secondary-foreground: 0 0% 98%; |
78 | | - --muted: 0 0% 14.9%; |
79 | | - --muted-foreground: 0 0% 63.9%; |
80 | | - --accent: 0 0% 14.9%; |
81 | | - --accent-foreground: 0 0% 98%; |
82 | | - --destructive: 0 62.8% 30.6%; |
83 | | - --destructive-foreground: 0 0% 98%; |
84 | | - --border: 0 0% 14.9%; |
85 | | - --input: 0 0% 14.9%; |
86 | | - --ring: 0 0% 83.1%; |
87 | | - --chart-1: 220 70% 50%; |
88 | | - --chart-2: 160 60% 45%; |
89 | | - --chart-3: 30 80% 55%; |
90 | | - --chart-4: 280 65% 60%; |
91 | | - --chart-5: 340 75% 55%; |
92 | | - --sidebar-background: 240 5.9% 10%; |
93 | | - --sidebar-foreground: 240 4.8% 95.9%; |
94 | | - --sidebar-primary: 224.3 76.3% 48%; |
95 | | - --sidebar-primary-foreground: 0 0% 100%; |
96 | | - --sidebar-accent: 240 3.7% 15.9%; |
97 | | - --sidebar-accent-foreground: 240 4.8% 95.9%; |
98 | | - --sidebar-border: 240 3.7% 15.9%; |
99 | | - --sidebar-ring: 217.2 91.2% 59.8%; |
100 | | - } |
| 32 | + :root { |
| 33 | + --background: 0 0% 100%; |
| 34 | + --foreground: 0 0% 3.9%; |
| 35 | + --card: 0 0% 100%; |
| 36 | + --card-foreground: 0 0% 3.9%; |
| 37 | + --popover: 0 0% 100%; |
| 38 | + --popover-foreground: 0 0% 3.9%; |
| 39 | + --primary: 0 0% 9%; |
| 40 | + --primary-foreground: 0 0% 98%; |
| 41 | + --secondary: 0 0% 96.1%; |
| 42 | + --secondary-foreground: 0 0% 9%; |
| 43 | + --muted: 0 0% 96.1%; |
| 44 | + --muted-foreground: 0 0% 45.1%; |
| 45 | + --accent: 0 0% 96.1%; |
| 46 | + --accent-foreground: 0 0% 9%; |
| 47 | + --destructive: 0 84.2% 60.2%; |
| 48 | + --destructive-foreground: 0 0% 98%; |
| 49 | + --border: 0 0% 89.8%; |
| 50 | + --input: 0 0% 89.8%; |
| 51 | + --ring: 0 0% 3.9%; |
| 52 | + --chart-1: 12 76% 61%; |
| 53 | + --chart-2: 173 58% 39%; |
| 54 | + --chart-3: 197 37% 24%; |
| 55 | + --chart-4: 43 74% 66%; |
| 56 | + --chart-5: 27 87% 67%; |
| 57 | + --radius: 0.5rem; |
| 58 | + --sidebar-background: 0 0% 98%; |
| 59 | + --sidebar-foreground: 240 5.3% 26.1%; |
| 60 | + --sidebar-primary: 240 5.9% 10%; |
| 61 | + --sidebar-primary-foreground: 0 0% 98%; |
| 62 | + --sidebar-accent: 240 4.8% 95.9%; |
| 63 | + --sidebar-accent-foreground: 240 5.9% 10%; |
| 64 | + --sidebar-border: 220 13% 91%; |
| 65 | + --sidebar-ring: 217.2 91.2% 59.8%; |
| 66 | + } |
| 67 | + .dark { |
| 68 | + --background: 0 0% 3.9%; |
| 69 | + --foreground: 0 0% 98%; |
| 70 | + --card: 0 0% 3.9%; |
| 71 | + --card-foreground: 0 0% 98%; |
| 72 | + --popover: 0 0% 3.9%; |
| 73 | + --popover-foreground: 0 0% 98%; |
| 74 | + --primary: 0 0% 98%; |
| 75 | + --primary-foreground: 0 0% 9%; |
| 76 | + --secondary: 0 0% 14.9%; |
| 77 | + --secondary-foreground: 0 0% 98%; |
| 78 | + --muted: 0 0% 14.9%; |
| 79 | + --muted-foreground: 0 0% 63.9%; |
| 80 | + --accent: 0 0% 14.9%; |
| 81 | + --accent-foreground: 0 0% 98%; |
| 82 | + --destructive: 0 62.8% 30.6%; |
| 83 | + --destructive-foreground: 0 0% 98%; |
| 84 | + --border: 0 0% 14.9%; |
| 85 | + --input: 0 0% 14.9%; |
| 86 | + --ring: 0 0% 83.1%; |
| 87 | + --chart-1: 220 70% 50%; |
| 88 | + --chart-2: 160 60% 45%; |
| 89 | + --chart-3: 30 80% 55%; |
| 90 | + --chart-4: 280 65% 60%; |
| 91 | + --chart-5: 340 75% 55%; |
| 92 | + --sidebar-background: 240 5.9% 10%; |
| 93 | + --sidebar-foreground: 240 4.8% 95.9%; |
| 94 | + --sidebar-primary: 224.3 76.3% 48%; |
| 95 | + --sidebar-primary-foreground: 0 0% 100%; |
| 96 | + --sidebar-accent: 240 3.7% 15.9%; |
| 97 | + --sidebar-accent-foreground: 240 4.8% 95.9%; |
| 98 | + --sidebar-border: 240 3.7% 15.9%; |
| 99 | + --sidebar-ring: 217.2 91.2% 59.8%; |
| 100 | + } |
101 | 101 | } |
102 | 102 |
|
103 | 103 | @layer base { |
104 | | - * { |
105 | | - @apply border-border; |
106 | | - } |
107 | | - body { |
108 | | - @apply bg-background text-foreground; |
109 | | - } |
| 104 | + * { |
| 105 | + @apply border-border; |
| 106 | + } |
| 107 | + body { |
| 108 | + @apply bg-background text-foreground; |
| 109 | + } |
110 | 110 | } |
0 commit comments