mirror of
https://git.coastit.co.za/caitlin/CRM_ENVR.git
synced 2026-07-10 11:15:43 +02:00
36 lines
1.2 KiB
CSS
36 lines
1.2 KiB
CSS
/* ============================================================================
|
|
Default Theme — Clean, Professional SaaS Design Tokens
|
|
This is the standard CRM appearance. No Spidey branding or assets.
|
|
============================================================================ */
|
|
|
|
.theme-default {
|
|
--background: 222.2 84% 4.9%;
|
|
--foreground: 210 40% 98%;
|
|
--card: 222.2 84% 4.9%;
|
|
--card-foreground: 210 40% 98%;
|
|
--popover: 222.2 84% 4.9%;
|
|
--popover-foreground: 210 40% 98%;
|
|
--primary: 210 80% 52%;
|
|
--primary-foreground: 222.2 47.4% 11.2%;
|
|
--secondary: 217.2 32.6% 17.5%;
|
|
--secondary-foreground: 210 40% 98%;
|
|
--muted: 217.2 32.6% 17.5%;
|
|
--muted-foreground: 215 20.2% 65.1%;
|
|
--accent: 217.2 32.6% 17.5%;
|
|
--accent-foreground: 210 40% 98%;
|
|
--destructive: 0 62.8% 30.6%;
|
|
--destructive-foreground: 210 40% 98%;
|
|
--border: 215 25% 22%;
|
|
--input: 215 25% 22%;
|
|
--ring: 210 80% 52%;
|
|
--radius: 0.5rem;
|
|
--sidebar: 222.2 84% 4.9%;
|
|
--sidebar-foreground: 210 40% 98%;
|
|
--sidebar-primary: 210 80% 52%;
|
|
--sidebar-primary-foreground: 0 0% 100%;
|
|
--sidebar-accent: 217.2 32.6% 17.5%;
|
|
--sidebar-accent-foreground: 210 40% 98%;
|
|
--sidebar-border: 215 25% 22%;
|
|
--sidebar-ring: 210 80% 52%;
|
|
}
|