Features: - Complete Next.js 16 app with TypeScript and Tailwind CSS - Customer-facing price calculator form with validation - Admin mode showing detailed price breakdowns - Accurate price calculations matching business requirements - Responsive design with custom shadcn/ui theme - API endpoint for quote requests - Danish postal code distance calculations - Complete test coverage against documentation examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
118 lines
No EOL
5.3 KiB
Text
118 lines
No EOL
5.3 KiB
Text
:root {
|
|
--background: oklch(0.985 0.0014 39.68);
|
|
--foreground: oklch(0.2683 0.0043 41.05);
|
|
--card: var(--color-white);
|
|
--card-foreground: oklch(0.2683 0.0043 41.05);
|
|
--popover: var(--color-white);
|
|
--popover-foreground: oklch(0.2683 0.0043 41.05);
|
|
--primary: oklch(0.8651 0.1153 207.08);
|
|
--primary-foreground: var(--color-black);
|
|
--secondary: oklch(0.72 0.1613 29.29);
|
|
--secondary-foreground: var(--color-black);
|
|
--muted: oklch(0.9674 0.0029 40.41);
|
|
--muted-foreground: oklch(0.4426 0.0055 43.48);
|
|
--accent: oklch(0.9674 0.0029 40.41);
|
|
--accent-foreground: oklch(0.2683 0.0043 41.05);
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
--border: oklch(0.9227 0.0041 40.62);
|
|
--input: oklch(0.8693 0.0046 41.1);
|
|
--ring: oklch(0.8651 0.1153 207.08);
|
|
--chart-1: oklch(0.8651 0.1153 207.08);
|
|
--chart-2: oklch(0.72 0.1613 29.29);
|
|
--chart-3: oklch(0.7886 0.1393 211.4);
|
|
--chart-4: oklch(0.8154 0.1004 27.92);
|
|
--chart-5: oklch(0.8651 0.1153 207.08);
|
|
--sidebar: var(--color-white);
|
|
--sidebar-foreground: oklch(0.2683 0.0043 41.05);
|
|
--sidebar-primary: oklch(0.8651 0.1153 207.08);
|
|
--sidebar-primary-foreground: var(--color-black);
|
|
--sidebar-accent: oklch(0.985 0.0014 39.68);
|
|
--sidebar-accent-foreground: oklch(0.2683 0.0043 41.05);
|
|
--sidebar-border: oklch(0.9227 0.0041 40.62);
|
|
--sidebar-ring: oklch(0.8651 0.1153 207.08);
|
|
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
--radius: 1rem;
|
|
}
|
|
|
|
.dark {
|
|
--background: oklch(0.1465 0.0038 39.55);
|
|
--foreground: oklch(0.9227 0.0041 40.62);
|
|
--card: oklch(0.213 0.0041 40.86);
|
|
--card-foreground: oklch(0.9227 0.0041 40.62);
|
|
--popover: oklch(0.213 0.0041 40.86);
|
|
--popover-foreground: oklch(0.9227 0.0041 40.62);
|
|
--primary: oklch(0.8651 0.1153 207.08);
|
|
--primary-foreground: var(--color-black);
|
|
--secondary: oklch(0.72 0.1613 29.29);
|
|
--secondary-foreground: var(--color-black);
|
|
--muted: oklch(0.2683 0.0043 41.05);
|
|
--muted-foreground: oklch(0.8693 0.0046 41.1);
|
|
--accent: oklch(0.2683 0.0043 41.05);
|
|
--accent-foreground: oklch(0.9227 0.0041 40.62);
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
--border: oklch(0.2683 0.0043 41.05);
|
|
--input: oklch(0.3732 0.0051 42.7);
|
|
--ring: oklch(0.8651 0.1153 207.08);
|
|
--chart-1: oklch(0.8651 0.1153 207.08);
|
|
--chart-2: oklch(0.72 0.1613 29.29);
|
|
--chart-3: oklch(0.7886 0.1393 211.4);
|
|
--chart-4: oklch(0.8154 0.1004 27.92);
|
|
--chart-5: oklch(0.8651 0.1153 207.08);
|
|
--sidebar: oklch(0.213 0.0041 40.86);
|
|
--sidebar-foreground: oklch(0.9227 0.0041 40.62);
|
|
--sidebar-primary: oklch(0.8651 0.1153 207.08);
|
|
--sidebar-primary-foreground: var(--color-black);
|
|
--sidebar-accent: oklch(0.2683 0.0043 41.05);
|
|
--sidebar-accent-foreground: oklch(0.9227 0.0041 40.62);
|
|
--sidebar-border: oklch(0.2683 0.0043 41.05);
|
|
--sidebar-ring: oklch(0.8651 0.1153 207.08);
|
|
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
--radius: 1rem;
|
|
}
|
|
|
|
@theme inline {
|
|
--color-background: var(--background);
|
|
--color-foreground: var(--foreground);
|
|
--color-card: var(--card);
|
|
--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-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);
|
|
|
|
--font-sans: var(--font-sans);
|
|
--font-mono: var(--font-mono);
|
|
--font-serif: var(--font-serif);
|
|
|
|
--radius-sm: calc(var(--radius) - 4px);
|
|
--radius-md: calc(var(--radius) - 2px);
|
|
--radius-lg: var(--radius);
|
|
--radius-xl: calc(var(--radius) + 4px);
|
|
} |