feat(tenant-admin): refresh event management experience

This commit is contained in:
Codex Agent
2025-09-26 12:17:25 +02:00
parent 215d19f07e
commit 6215ebbaa0
13 changed files with 1255 additions and 300 deletions

View File

@@ -95,6 +95,41 @@
--sidebar-ring: oklch(0.87 0 0);
}
.tenant-admin-theme {
--background: oklch(0.985 0.035 330);
--foreground: oklch(0.22 0.04 250);
--card: oklch(0.99 0.02 285);
--card-foreground: oklch(0.22 0.04 250);
--popover: oklch(0.99 0.02 285);
--popover-foreground: oklch(0.22 0.04 250);
--primary: oklch(0.68 0.23 330);
--primary-foreground: oklch(0.985 0.02 20);
--secondary: oklch(0.94 0.04 220);
--secondary-foreground: oklch(0.28 0.04 230);
--muted: oklch(0.95 0.03 250);
--muted-foreground: oklch(0.52 0.03 250);
--accent: oklch(0.93 0.06 345);
--accent-foreground: oklch(0.25 0.05 250);
--destructive: oklch(0.58 0.25 27);
--destructive-foreground: oklch(0.98 0.01 20);
--border: oklch(0.9 0.03 250);
--input: oklch(0.9 0.03 250);
--ring: oklch(0.72 0.16 330);
--chart-1: oklch(0.7 0.2 330);
--chart-2: oklch(0.66 0.18 230);
--chart-3: oklch(0.62 0.19 20);
--chart-4: oklch(0.72 0.18 120);
--chart-5: oklch(0.69 0.22 300);
--sidebar: oklch(0.98 0.03 320);
--sidebar-foreground: oklch(0.24 0.04 250);
--sidebar-primary: oklch(0.68 0.23 330);
--sidebar-primary-foreground: oklch(0.985 0.02 20);
--sidebar-accent: oklch(0.93 0.06 345);
--sidebar-accent-foreground: oklch(0.27 0.05 240);
--sidebar-border: oklch(0.9 0.03 250);
--sidebar-ring: oklch(0.72 0.16 330);
}
.dark {
--background: oklch(0.145 0 0);
--foreground: oklch(0.985 0 0);