Uecko_ERP/packages/shadcn-ui/src/styles/globals.css

207 lines
7.3 KiB
CSS
Raw Normal View History

2025-07-07 18:25:13 +00:00
@import "tailwindcss";
2025-05-19 16:15:01 +00:00
@import "tw-animate-css";
2025-05-02 21:43:51 +00:00
@custom-variant dark (&:is(.dark *));
2025-07-08 17:23:29 +00:00
/**
*
https://themecn.dev/api/registry/eyJsIjp7ImJnIjoiMCwwLDEwMCIsImZnIjoiMjE5LDEwLDQiLCJwIjoiMjE5LDgzLDU4IiwicyI6IjIxOSwyMyw5NiIsImEiOiIyMDUsMTAwLDY3IiwiZCI6IjM1Ny4xOCwxMDAsNDUifSwiciI6MC41fQ==
**/
@theme {
--sapphire-50: #f2f5ff;
--sapphire-100: #e3eaff;
--sapphire-200: #c6d4ff;
--sapphire-300: #a1b8ff;
--sapphire-400: #7696ff;
--sapphire-500: #4b74ff;
--sapphire-600: #2152ff;
--sapphire-700: #0033e6;
--sapphire-800: #0029cc;
--sapphire-900: #001f99;
--sapphire-950: #001466;
--graphite-50: #f8f9fc;
--graphite-100: #f1f2f9;
--graphite-200: #e2e4f0;
--graphite-300: #cbd0e1;
--graphite-400: #949db8;
--graphite-500: #646e8b;
--graphite-600: #475269;
--graphite-700: #333b55;
--graphite-800: #1e233b;
--graphite-900: #0f121a;
--graphite-950: #020307;
--magenta-50: #fff0f7;
--magenta-100: #ffdcec;
--magenta-200: #ffbfdd;
--magenta-300: #ff9aca;
--magenta-400: #ff70b4;
--magenta-500: #ff479e;
--magenta-600: #ff1a88;
--magenta-700: #e60070;
--magenta-800: #cc0063;
--magenta-900: #99004a;
--magenta-950: #660031;
}
2025-05-02 21:43:51 +00:00
:root {
2025-07-08 17:23:29 +00:00
--background: oklch(0.9911 0 0);
--foreground: oklch(0.2046 0 0);
--card: oklch(0.9911 0 0);
--card-foreground: oklch(0.2046 0 0);
--popover: oklch(0.9911 0 0);
--popover-foreground: oklch(0.4386 0 0);
--primary: var(--sapphire-600);
--primary-foreground: var(--sapphire-50);
--secondary: var(--graphite-600);
--secondary-foreground: var(--graphite-50);
--muted: oklch(0.9461 0 0);
--muted-foreground: oklch(0.2435 0 0);
--accent: var(--magenta-60);
--accent-foreground: var(--magenta-50);
--destructive: oklch(0.5795 0.2369 28.4251);
--destructive-foreground: oklch(0.9934 0.0032 17.2118);
--border: var(--graphite-300);
--input: var(--graphite-300);
--ring: var(--sapphire-500);
--chart-1: oklch(0.6202 0.1561 261.2713);
--chart-2: oklch(0.6611 0.1491 261.8026);
--chart-3: oklch(0.7537 0.1098 262.1599);
--chart-4: oklch(0.4174 0.1322 261.2301);
--chart-5: oklch(0.3372 0.0777 261.8039);
--sidebar: var(--graphite-800);
--sidebar-foreground: var(--graphite-50);
--sidebar-primary: var(--sapphire-500);
--sidebar-primary-foreground: var(--graphite-900);
--sidebar-accent: var(--graphite-200);
--sidebar-accent-foreground: var(--graphite-700);
--sidebar-border: var(--graphite-200);
--sidebar-ring: var(--sapphire-500);
--font-sans: Geist, sans-serif;
--font-serif: Merriweather, serif;
--font-mono: Geist Mono, monospace;
--radius: 0.5rem;
--shadow-2xs: 0px 1px 3px 0px hsl(0 0% 0% / 0.09);
--shadow-xs: 0px 1px 3px 0px hsl(0 0% 0% / 0.09);
--shadow-sm: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 1px 2px -1px hsl(0 0% 0% / 0.17);
--shadow: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 1px 2px -1px hsl(0 0% 0% / 0.17);
--shadow-md: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 2px 4px -1px hsl(0 0% 0% / 0.17);
--shadow-lg: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 4px 6px -1px hsl(0 0% 0% / 0.17);
--shadow-xl: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 8px 10px -1px hsl(0 0% 0% / 0.17);
--shadow-2xl: 0px 1px 3px 0px hsl(0 0% 0% / 0.43);
--tracking-normal: 0em;
--spacing: 0.25rem;
2025-05-02 21:43:51 +00:00
}
.dark {
2025-07-08 17:23:29 +00:00
--background: oklch(0.1822 0 0);
--foreground: oklch(0.9288 0.0126 255.5078);
--card: oklch(0.2046 0 0);
--card-foreground: oklch(0.9288 0.0126 255.5078);
--popover: oklch(0.2603 0 0);
--popover-foreground: oklch(0.7348 0 0);
--primary: oklch(0.4365 0.1044 156.7556);
--primary-foreground: oklch(0.9213 0.0135 167.1556);
--secondary: oklch(0.2603 0 0);
--secondary-foreground: oklch(0.9851 0 0);
--muted: oklch(0.2393 0 0);
--muted-foreground: oklch(0.7122 0 0);
--accent: oklch(0.3132 0 0);
--accent-foreground: oklch(0.9851 0 0);
--destructive: oklch(0.3123 0.0852 29.7877);
--destructive-foreground: oklch(0.9368 0.0045 34.3092);
--border: oklch(0.2809 0 0);
--input: oklch(0.2603 0 0);
--ring: oklch(0.8003 0.1821 151.711);
--chart-1: oklch(0.8003 0.1821 151.711);
--chart-2: oklch(0.7137 0.1434 254.624);
--chart-3: oklch(0.709 0.1592 293.5412);
--chart-4: oklch(0.8369 0.1644 84.4286);
--chart-5: oklch(0.7845 0.1325 181.912);
--sidebar: oklch(0.1822 0 0);
--sidebar-foreground: oklch(0.6301 0 0);
--sidebar-primary: oklch(0.4365 0.1044 156.7556);
--sidebar-primary-foreground: oklch(0.9213 0.0135 167.1556);
--sidebar-accent: oklch(0.3132 0 0);
--sidebar-accent-foreground: oklch(0.9851 0 0);
--sidebar-border: oklch(0.2809 0 0);
--sidebar-ring: oklch(0.8003 0.1821 151.711);
--font-sans: Geist, sans-serif;
--font-serif: Merriweather, serif;
--font-mono: "Geist Mono", monospace;
--radius: 0.5rem;
--shadow-2xs: 0px 1px 3px 0px hsl(0 0% 0% / 0.09);
--shadow-xs: 0px 1px 3px 0px hsl(0 0% 0% / 0.09);
--shadow-sm: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 1px 2px -1px hsl(0 0% 0% / 0.17);
--shadow: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 1px 2px -1px hsl(0 0% 0% / 0.17);
--shadow-md: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 2px 4px -1px hsl(0 0% 0% / 0.17);
--shadow-lg: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 4px 6px -1px hsl(0 0% 0% / 0.17);
--shadow-xl: 0px 1px 3px 0px hsl(0 0% 0% / 0.17), 0px 8px 10px -1px hsl(0 0% 0% / 0.17);
--shadow-2xl: 0px 1px 3px 0px hsl(0 0% 0% / 0.43);
2025-05-02 21:43:51 +00:00
}
2025-07-07 18:25:13 +00:00
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
2025-07-08 17:23:29 +00:00
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--color-accent: var(--accent);
--color-accent-foreground: var(--accent-foreground);
--color-destructive: var(--destructive);
--color-destructive-foreground: var(--destructive-foreground);
--color-border: var(--border);
--color-input: var(--input);
--color-ring: var(--ring);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
2025-07-07 18:25:13 +00:00
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
2025-07-08 17:23:29 +00:00
--shadow-2xs: var(--shadow-2xs);
--shadow-xs: var(--shadow-xs);
--shadow-sm: var(--shadow-sm);
--shadow: var(--shadow);
--shadow-md: var(--shadow-md);
--shadow-lg: var(--shadow-lg);
--shadow-xl: var(--shadow-xl);
--shadow-2xl: var(--shadow-2xl);
2025-07-07 18:25:13 +00:00
}
2025-05-19 16:39:12 +00:00
2025-05-02 21:43:51 +00:00
@layer base {
* {
@apply border-border outline-ring/50;
2025-05-19 16:39:12 +00:00
@apply transition-colors duration-300; /* Added transition for smooth color changes */
2025-05-02 21:43:51 +00:00
}
body {
@apply bg-background text-foreground;
}
2025-07-07 18:25:13 +00:00
}
2025-07-08 17:23:29 +00:00
@source "../components";