-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobals.css
More file actions
196 lines (179 loc) · 6.03 KB
/
globals.css
File metadata and controls
196 lines (179 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
@import "tailwindcss";
:root {
--background: rgb(248 248 248);
--foreground: rgb(27 27 27);
--card: rgb(248 248 248);
--card-foreground: rgb(27 27 27);
--popover: rgb(248 248 248);
--popover-foreground: rgb(27 27 27);
--primary: rgb(158 44 44);
--primary-foreground: rgb(255 255 255);
--secondary: rgb(253 241 212);
--secondary-foreground: rgb(126 84 3);
--muted: rgb(241 233 229);
--muted-foreground: rgb(86 82 77);
--accent: rgb(254 242 197);
--accent-foreground: rgb(127 32 31);
--destructive: rgb(151 27 27);
--border: rgb(246 234 213);
--input: rgb(246 234 213);
--ring: rgb(158 44 44);
--chart-1: rgb(186 31 30);
--chart-2: rgb(158 44 44);
--chart-3: rgb(127 32 31);
--chart-4: rgb(183 83 1);
--chart-5: rgb(143 65 19);
--sidebar: rgb(241 233 229);
--sidebar-foreground: rgb(27 27 27);
--sidebar-primary: rgb(158 44 44);
--sidebar-primary-foreground: rgb(255 255 255);
--sidebar-accent: rgb(254 242 197);
--sidebar-accent-foreground: rgb(127 32 31);
--sidebar-border: rgb(246 234 213);
--sidebar-ring: rgb(158 44 44);
--font-sans: Poppins, sans-serif;
--font-serif: Libre Baskerville, serif;
--font-mono: IBM Plex Mono, monospace;
--radius: 0.375rem;
--shadow-2xs: 1px 1px 16px -2px rgb(75 17 17 / 0.06);
--shadow-xs: 1px 1px 16px -2px rgb(75 17 17 / 0.06);
--shadow-sm: 1px 1px 16px -2px rgb(75 17 17 / 0.12), 1px 1px 2px -3px rgb(75 17 17 / 0.12);
--shadow: 1px 1px 16px -2px rgb(75 17 17 / 0.12), 1px 1px 2px -3px rgb(75 17 17 / 0.12);
--shadow-md: 1px 1px 16px -2px rgb(75 17 17 / 0.12), 1px 2px 4px -3px rgb(75 17 17 / 0.12);
--shadow-lg: 1px 1px 16px -2px rgb(75 17 17 / 0.12), 1px 4px 6px -3px rgb(75 17 17 / 0.12);
--shadow-xl: 1px 1px 16px -2px rgb(75 17 17 / 0.12), 1px 8px 10px -3px rgb(75 17 17 / 0.12);
--shadow-2xl: 1px 1px 16px -2px rgb(75 17 17 / 0.30);
}
.dark {
--background: rgb(30 25 22);
--foreground: rgb(245 245 245);
--card: rgb(43 37 35);
--card-foreground: rgb(245 245 245);
--popover: rgb(43 37 35);
--popover-foreground: rgb(245 245 245);
--primary: rgb(186 31 30);
--primary-foreground: rgb(248 248 248);
--secondary: rgb(143 65 19);
--secondary-foreground: rgb(254 242 197);
--muted: rgb(43 37 35);
--muted-foreground: rgb(212 212 212);
--accent: rgb(183 83 1);
--accent-foreground: rgb(254 242 197);
--destructive: rgb(241 68 68);
--border: rgb(67 63 58);
--input: rgb(67 63 58);
--ring: rgb(186 31 30);
--chart-1: rgb(249 111 112);
--chart-2: rgb(241 68 68);
--chart-3: rgb(223 34 36);
--chart-4: rgb(251 192 49);
--chart-5: rgb(244 159 30);
--sidebar: rgb(30 25 22);
--sidebar-foreground: rgb(245 245 245);
--sidebar-primary: rgb(186 31 30);
--sidebar-primary-foreground: rgb(248 248 248);
--sidebar-accent: rgb(183 83 1);
--sidebar-accent-foreground: rgb(254 242 197);
--sidebar-border: rgb(67 63 58);
--sidebar-ring: rgb(186 31 30);
--shadow-2xs: 0 1px 3px 0px rgb(0 0 0 / 0.05);
--shadow-xs: 0 1px 3px 0px rgb(0 0 0 / 0.05);
--shadow-sm: 0 1px 3px 0px rgb(0 0 0 / 0.10), 0 1px 2px -1px rgb(0 0 0 / 0.10);
--shadow: 0 1px 3px 0px rgb(0 0 0 / 0.10), 0 1px 2px -1px rgb(0 0 0 / 0.10);
--shadow-md: 0 1px 3px 0px rgb(0 0 0 / 0.10), 0 2px 4px -1px rgb(0 0 0 / 0.10);
--shadow-lg: 0 1px 3px 0px rgb(0 0 0 / 0.10), 0 4px 6px -1px rgb(0 0 0 / 0.10);
--shadow-xl: 0 1px 3px 0px rgb(0 0 0 / 0.10), 0 8px 10px -1px rgb(0 0 0 / 0.10);
--shadow-2xl: 0 1px 3px 0px rgb(0 0 0 / 0.25);
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--font-sans: var(--font-sans);
--font-mono: var(--font-mono);
--font-serif: var(--font-serif);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--shadow-2xs: var(--shadow-2xs);
--shadow-xs: var(--shadow-xs);
--shadow-sm: var(--shadow-sm);
--shadow: var(--shadow);
--shadow-md: var(--shadow-md);
--shadow-lg: var(--shadow-lg);
--shadow-xl: var(--shadow-xl);
--shadow-2xl: var(--shadow-2xl);
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}
/* Hide scrollbar globally */
* {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
}
*::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
@keyframes collapse-down {
from {
height: 0;
opacity: 0;
}
to {
height: var(--radix-collapsible-content-height);
opacity: 1;
}
}
@keyframes collapse-up {
from {
height: var(--radix-collapsible-content-height);
opacity: 1;
}
to {
height: 0;
opacity: 0;
}
}
@layer utilities {
.animate-collapse-down {
animation: collapse-down 0.2s ease-out forwards;
}
.animate-collapse-up {
animation: collapse-up 0.2s ease-in forwards;
}
}