QR-Codes-UI zu Einladungen umgebaut mit PDF-Export und Druckanzeige + Customizer

This commit is contained in:
Codex Agent
2025-10-30 07:12:27 +01:00
parent d781448914
commit 06df61f706
20 changed files with 1724 additions and 537 deletions

View File

@@ -385,6 +385,14 @@ html.dark {
--sidebar-accent-foreground: var(--brand-slate);
--sidebar-border: #f7d9e6;
--sidebar-ring: var(--brand-rose);
--tenant-surface: rgba(255, 255, 255, 0.92);
--tenant-surface-muted: rgba(255, 231, 240, 0.82);
--tenant-surface-strong: #ffffff;
--tenant-border-strong: #f5d2e3;
--tenant-foreground-soft: #51344d;
--tenant-layer: rgba(255, 255, 255, 0.9);
--tenant-layer-strong: rgba(255, 255, 255, 0.96);
}
.tenant-admin-welcome-theme {
@@ -393,6 +401,49 @@ html.dark {
color: var(--brand-slate);
}
.dark .tenant-admin-theme {
--background: #0f172a;
--foreground: #f8fafc;
--card: #16223a;
--card-foreground: #f1f5f9;
--popover: #16223a;
--popover-foreground: #f8fafc;
--primary: #f472b6;
--primary-foreground: #2e0f1f;
--secondary: #fbbf24;
--secondary-foreground: #1f1300;
--muted: #1f2937;
--muted-foreground: #d1d5db;
--accent: #1f2937;
--accent-foreground: #f1f5f9;
--destructive: #f87171;
--destructive-foreground: #7f1d1d;
--border: rgba(148, 163, 184, 0.25);
--input: rgba(148, 163, 184, 0.25);
--ring: #f472b6;
--chart-1: #f472b6;
--chart-2: #fbbf24;
--chart-3: #38bdf8;
--chart-4: #34d399;
--chart-5: #fb7185;
--sidebar: #111827;
--sidebar-foreground: #f8fafc;
--sidebar-primary: #f472b6;
--sidebar-primary-foreground: #2e0f1f;
--sidebar-accent: rgba(248, 113, 169, 0.12);
--sidebar-accent-foreground: #f8fafc;
--sidebar-border: rgba(148, 163, 184, 0.2);
--sidebar-ring: #f472b6;
--tenant-surface: rgba(21, 34, 58, 0.92);
--tenant-surface-muted: rgba(15, 23, 42, 0.85);
--tenant-surface-strong: #1e293b;
--tenant-border-strong: rgba(148, 163, 184, 0.35);
--tenant-foreground-soft: #e2e8f0;
--tenant-layer: rgba(30, 41, 59, 0.88);
--tenant-layer-strong: rgba(30, 41, 59, 0.94);
}
.dark {
--background: oklch(0.145 0 0);
--foreground: oklch(0.985 0 0);