Alpha: eliminar referencias Teloprax + dashboard estilo shadcn demo
- Sidebar: logo 'A', título Alpha / KAPPA Hub - Login: icono Alpha, sin branding Teloprax - Dashboard rediseñado: 4 stats cards + historia clínica + actividad + tabla - Theme: default shadcn-vue (colores demo page) - Favicon: 'A' sobre fondo neutral - Eliminado NavMain.vue no usado
This commit is contained in:
+67
-66
@@ -10,8 +10,8 @@
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
@theme inline {
|
||||
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
|
||||
--font-heading: 'Space Grotesk', 'Inter', ui-sans-serif, system-ui, sans-serif;
|
||||
--font-sans: 'Geist Variable', sans-serif;
|
||||
--font-heading: var(--font-sans);
|
||||
--color-sidebar-ring: var(--sidebar-ring);
|
||||
--color-sidebar-border: var(--sidebar-border);
|
||||
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
||||
@@ -50,85 +50,85 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--radius: 0.5rem;
|
||||
--radius: 0.625rem;
|
||||
|
||||
--background: oklch(0.15 0.025 280);
|
||||
--foreground: oklch(0.92 0.005 260);
|
||||
--background: oklch(1 0 0);
|
||||
--foreground: oklch(0.145 0 0);
|
||||
|
||||
--card: oklch(0.12 0.02 280);
|
||||
--card-foreground: oklch(0.92 0.005 260);
|
||||
--card: oklch(1 0 0);
|
||||
--card-foreground: oklch(0.145 0 0);
|
||||
|
||||
--popover: oklch(0.12 0.02 280);
|
||||
--popover-foreground: oklch(0.92 0.005 260);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.145 0 0);
|
||||
|
||||
--primary: oklch(0.55 0.22 20);
|
||||
--primary-foreground: oklch(1 0 0);
|
||||
--primary: oklch(0.205 0 0);
|
||||
--primary-foreground: oklch(0.985 0 0);
|
||||
|
||||
--secondary: oklch(0.17 0.02 280);
|
||||
--secondary-foreground: oklch(0.92 0.005 260);
|
||||
--secondary: oklch(0.97 0 0);
|
||||
--secondary-foreground: oklch(0.205 0 0);
|
||||
|
||||
--muted: oklch(0.12 0.02 280);
|
||||
--muted-foreground: oklch(0.6 0.03 280);
|
||||
--muted: oklch(0.97 0 0);
|
||||
--muted-foreground: oklch(0.556 0 0);
|
||||
|
||||
--accent: oklch(0.17 0.02 280);
|
||||
--accent-foreground: oklch(0.92 0.005 260);
|
||||
--accent: oklch(0.97 0 0);
|
||||
--accent-foreground: oklch(0.205 0 0);
|
||||
|
||||
--destructive: oklch(0.55 0.22 20);
|
||||
--destructive: oklch(0.577 0.245 27.325);
|
||||
--destructive-foreground: oklch(1 0 0);
|
||||
|
||||
--border: oklch(0.22 0.03 280);
|
||||
--input: oklch(0.15 0.025 280);
|
||||
--ring: oklch(0.55 0.22 20);
|
||||
--border: oklch(0.922 0 0);
|
||||
--input: oklch(0.922 0 0);
|
||||
--ring: oklch(0.708 0 0);
|
||||
|
||||
--chart-1: oklch(0.55 0.22 20);
|
||||
--chart-2: oklch(0.6 0.15 180);
|
||||
--chart-3: oklch(0.65 0.2 80);
|
||||
--chart-4: oklch(0.5 0.2 300);
|
||||
--chart-5: oklch(0.55 0.1 40);
|
||||
--chart-1: oklch(0.87 0 0);
|
||||
--chart-2: oklch(0.556 0 0);
|
||||
--chart-3: oklch(0.439 0 0);
|
||||
--chart-4: oklch(0.371 0 0);
|
||||
--chart-5: oklch(0.269 0 0);
|
||||
|
||||
--sidebar: oklch(0.12 0.02 280);
|
||||
--sidebar-foreground: oklch(0.92 0.005 260);
|
||||
--sidebar-primary: oklch(0.55 0.22 20);
|
||||
--sidebar-primary-foreground: oklch(1 0 0);
|
||||
--sidebar-accent: oklch(0.17 0.02 280);
|
||||
--sidebar-accent-foreground: oklch(0.92 0.005 260);
|
||||
--sidebar-border: oklch(0.22 0.03 280);
|
||||
--sidebar-ring: oklch(0.55 0.22 20);
|
||||
--sidebar: oklch(0.985 0 0);
|
||||
--sidebar-foreground: oklch(0.145 0 0);
|
||||
--sidebar-primary: oklch(0.205 0 0);
|
||||
--sidebar-primary-foreground: oklch(0.985 0 0);
|
||||
--sidebar-accent: oklch(0.97 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.205 0 0);
|
||||
--sidebar-border: oklch(0.922 0 0);
|
||||
--sidebar-ring: oklch(0.708 0 0);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: oklch(0.15 0.025 280);
|
||||
--foreground: oklch(0.92 0.005 260);
|
||||
--card: oklch(0.12 0.02 280);
|
||||
--card-foreground: oklch(0.92 0.005 260);
|
||||
--popover: oklch(0.12 0.02 280);
|
||||
--popover-foreground: oklch(0.92 0.005 260);
|
||||
--primary: oklch(0.55 0.22 20);
|
||||
--primary-foreground: oklch(1 0 0);
|
||||
--secondary: oklch(0.17 0.02 280);
|
||||
--secondary-foreground: oklch(0.92 0.005 260);
|
||||
--muted: oklch(0.12 0.02 280);
|
||||
--muted-foreground: oklch(0.6 0.03 280);
|
||||
--accent: oklch(0.17 0.02 280);
|
||||
--accent-foreground: oklch(0.92 0.005 260);
|
||||
--destructive: oklch(0.55 0.22 20);
|
||||
--background: oklch(0.145 0 0);
|
||||
--foreground: oklch(0.985 0 0);
|
||||
--card: oklch(0.205 0 0);
|
||||
--card-foreground: oklch(0.985 0 0);
|
||||
--popover: oklch(0.205 0 0);
|
||||
--popover-foreground: oklch(0.985 0 0);
|
||||
--primary: oklch(0.922 0 0);
|
||||
--primary-foreground: oklch(0.205 0 0);
|
||||
--secondary: oklch(0.269 0 0);
|
||||
--secondary-foreground: oklch(0.985 0 0);
|
||||
--muted: oklch(0.269 0 0);
|
||||
--muted-foreground: oklch(0.708 0 0);
|
||||
--accent: oklch(0.269 0 0);
|
||||
--accent-foreground: oklch(0.985 0 0);
|
||||
--destructive: oklch(0.704 0.191 22.216);
|
||||
--destructive-foreground: oklch(1 0 0);
|
||||
--border: oklch(0.22 0.03 280);
|
||||
--input: oklch(0.15 0.025 280);
|
||||
--ring: oklch(0.55 0.22 20);
|
||||
--chart-1: oklch(0.55 0.22 20);
|
||||
--chart-2: oklch(0.6 0.15 180);
|
||||
--chart-3: oklch(0.65 0.2 80);
|
||||
--chart-4: oklch(0.5 0.2 300);
|
||||
--chart-5: oklch(0.55 0.1 40);
|
||||
--sidebar: oklch(0.12 0.02 280);
|
||||
--sidebar-foreground: oklch(0.92 0.005 260);
|
||||
--sidebar-primary: oklch(0.55 0.22 20);
|
||||
--sidebar-primary-foreground: oklch(1 0 0);
|
||||
--sidebar-accent: oklch(0.17 0.02 280);
|
||||
--sidebar-accent-foreground: oklch(0.92 0.005 260);
|
||||
--sidebar-border: oklch(0.22 0.03 280);
|
||||
--sidebar-ring: oklch(0.55 0.22 20);
|
||||
--border: oklch(1 0 0 / 10%);
|
||||
--input: oklch(1 0 0 / 15%);
|
||||
--ring: oklch(0.556 0 0);
|
||||
--chart-1: oklch(0.87 0 0);
|
||||
--chart-2: oklch(0.556 0 0);
|
||||
--chart-3: oklch(0.439 0 0);
|
||||
--chart-4: oklch(0.371 0 0);
|
||||
--chart-5: oklch(0.269 0 0);
|
||||
--sidebar: oklch(0.205 0 0);
|
||||
--sidebar-foreground: oklch(0.985 0 0);
|
||||
--sidebar-primary: oklch(0.488 0.243 264.376);
|
||||
--sidebar-primary-foreground: oklch(0.985 0 0);
|
||||
--sidebar-accent: oklch(0.269 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.985 0 0);
|
||||
--sidebar-border: oklch(1 0 0 / 10%);
|
||||
--sidebar-ring: oklch(0.556 0 0);
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -150,5 +150,6 @@ body {
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
@apply font-sans;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user