-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
194 lines (172 loc) · 4.99 KB
/
global.css
File metadata and controls
194 lines (172 loc) · 4.99 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
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
/* Base colors - Light theme */
--background: #fdfdfe;
--background-secondary: #f8fafc;
--foreground: #1e293b;
/* Cards and overlays */
--card-background: #ffffff;
--card-foreground: #1e293b;
--popover-background: #ffffff;
--popover-foreground: #1e293b;
/* Primary brand colors - Basé sur #562d8f */
--primary: #562d8f;
--primary-foreground: #ffffff;
--primary-50: #faf5ff;
--primary-100: #f3e8ff;
--primary-200: #e9d5ff;
--primary-500: #a855f7;
--primary-600: #9333ea;
--primary-700: #7c3aed;
--primary-900: #562d8f;
/* Secondary colors */
--secondary: #faf5ff;
--secondary-foreground: #7c3aed;
/* Navigation specific variables */
--navigation-background: #ffffff;
--navigation-foreground: #64748b;
--navigation-active-background: #562d8f;
--navigation-active-foreground: #ffffff;
--navigation-inactive-background: transparent;
--navigation-inactive-foreground: #64748b;
--navigation-border: #e2e8f0;
--navigation-shadow: rgba(86, 45, 143, 0.08);
--navigation-shadow-style: 0 4px 12px rgba(86, 45, 143, 0.08);
/* Header variables */
--header-background: #ffffff;
--header-foreground: #1e293b;
--header-primary: #faf5ff;
--header-primary-foreground: #562d8f;
--header-accent: #e2e8f0;
--header-accent-foreground: #7c3aed;
--header-border: #e2e8f0;
--header-shadow-style: 0 1px 3px rgba(30, 41, 59, 0.1);
/* Sidebar variables */
--sidebar-background: #ffffff;
--sidebar-foreground: #1e293b;
--sidebar-primary: #faf5ff;
--sidebar-primary-foreground: #562d8f;
--sidebar-accent: #e2e8f0;
--sidebar-accent-foreground: #7c3aed;
--sidebar-border: #e2e8f0;
/* Status colors (inchangés) */
--success: #10b981;
--success-foreground: #ffffff;
--warning: #f59e0b;
--warning-foreground: #ffffff;
--destructive: #ef4444;
--destructive-foreground: #ffffff;
/* Utility colors */
--muted: #f8fafc;
--muted-foreground: #64748b;
--accent: #faf5ff;
--accent-foreground: #7c3aed;
--border: #e2e8f0;
--input: #f8fafc;
--ring: #562d8f;
/* Chart colors */
--chart-1: #3b82f6;
--chart-2: #10b981;
--chart-3: #f59e0b;
--chart-4: #ef4444;
--chart-5: #8b5cf6;
--chart-6: #06b6d4;
/* Badge colors (inchangés) */
--badge-bg-1: #dcfce7;
--badge-bg-2: #dbeafe;
--badge-bg-3: #fed7aa;
--badge-bg-4: #fce7f3;
--badge-bg-5: #fee2e2;
--badge-fg-1: #166534;
--badge-fg-2: #1e40af;
--badge-fg-3: #9a3412;
--badge-fg-4: #be185d;
--badge-fg-5: #dc2626;
}
/* Dark theme */
.dark {
/* Base colors - Dark theme */
--background: #0f172a;
--background-secondary: #1e293b;
--foreground: #f1f5f9;
/* Cards and overlays */
--card-background: #1e293b;
--card-foreground: #f1f5f9;
--popover-background: #334155;
--popover-foreground: #f1f5f9;
/* Primary colors - Basé sur #562d8f */
--primary: #a855f7;
--primary-foreground: #ffffff;
--primary-50: #1e1b4b;
--primary-100: #312e81;
--primary-200: #3730a3;
--primary-500: #a855f7;
--primary-600: #9333ea;
--primary-700: #7c3aed;
--primary-900: #562d8f;
/* Secondary colors */
--secondary: #312e81;
--secondary-foreground: #e9d5ff;
/* Navigation for dark theme */
--navigation-background: #1e293b;
--navigation-foreground: #94a3b8;
--navigation-active-background: #a855f7;
--navigation-active-foreground: #ffffff;
--navigation-inactive-background: transparent;
--navigation-inactive-foreground: #94a3b8;
--navigation-border: #475569;
--navigation-shadow: rgba(0, 0, 0, 0.25);
--navigation-shadow-style: 0 4px 12px rgba(0, 0, 0, 0.25);
/* Header for dark theme */
--header-background: #0f172a;
--header-foreground: #f1f5f9;
--header-primary: #1e1b4b;
--header-primary-foreground: #e9d5ff;
--header-accent: #475569;
--header-accent-foreground: #cbd5e1;
--header-border: #475569;
--header-shadow-style: 0 1px 3px rgba(0, 0, 0, 0.2);
/* Sidebar for dark theme */
--sidebar-background: #0f172a;
--sidebar-foreground: #f1f5f9;
--sidebar-primary: #1e1b4b;
--sidebar-primary-foreground: #e9d5ff;
--sidebar-accent: #475569;
--sidebar-accent-foreground: #cbd5e1;
--sidebar-border: #475569;
/* Status colors for dark theme (inchangés) */
--success: #10b981;
--success-foreground: #ffffff;
--warning: #f59e0b;
--warning-foreground: #ffffff;
--destructive: #ef4444;
--destructive-foreground: #ffffff;
/* Utility colors */
--muted: #374151;
--muted-foreground: #9ca3af;
--accent: #1e1b4b;
--accent-foreground: #e9d5ff;
--border: #475569;
--input: #374151;
--ring: #a855f7;
/* Chart colors for dark theme */
--chart-1: #60a5fa;
--chart-2: #34d399;
--chart-3: #fbbf24;
--chart-4: #f87171;
--chart-5: #a78bfa;
--chart-6: #22d3ee;
/* Badge colors for dark theme (inchangés) */
--badge-bg-1: #166534;
--badge-bg-2: #1e40af;
--badge-bg-3: #9a3412;
--badge-bg-4: #be185d;
--badge-bg-5: #dc2626;
--badge-fg-1: #dcfce7;
--badge-fg-2: #dbeafe;
--badge-fg-3: #fed7aa;
--badge-fg-4: #fce7f3;
--badge-fg-5: #fee2e2;
}