|
|
|
@@ -1,6 +1,9 @@
|
|
|
|
|
@import "tailwindcss";
|
|
|
|
|
@import "tw-animate-css";
|
|
|
|
|
|
|
|
|
|
@plugin "tailwindcss-animate";
|
|
|
|
|
@source "../../../apps/**/*.{ts,tsx}";
|
|
|
|
|
@source "../../../components/**/*.{ts,tsx}";
|
|
|
|
|
@source "../**/*.{ts,tsx}";
|
|
|
|
|
|
|
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
|
|
|
|
|
@@ -10,58 +13,72 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--background: hsl(0 0% 100%);
|
|
|
|
|
--foreground: hsl(240 10% 3.9%);
|
|
|
|
|
--card: hsl(0 0% 100%);
|
|
|
|
|
--card-foreground: hsl(240 10% 3.9%);
|
|
|
|
|
--popover: hsl(0 0% 100%);
|
|
|
|
|
--popover-foreground: hsl(240 10% 3.9%);
|
|
|
|
|
--primary: hsl(240 5.9% 10%);
|
|
|
|
|
--primary-foreground: hsl(0 0% 98%);
|
|
|
|
|
--secondary: hsl(240 4.8% 95.9%);
|
|
|
|
|
--secondary-foreground: hsl(240 5.9% 10%);
|
|
|
|
|
--muted: hsl(240 4.8% 95.9%);
|
|
|
|
|
--muted-foreground: hsl(240 3.8% 46.1%);
|
|
|
|
|
--accent: hsl(240 4.8% 95.9%);
|
|
|
|
|
--accent-foreground: hsl(240 5.9% 10%);
|
|
|
|
|
--destructive: hsl(0 84.2% 60.2%);
|
|
|
|
|
--destructive-foreground: hsl(0 0% 98%);
|
|
|
|
|
--border: hsl(240 5.9% 90%);
|
|
|
|
|
--input: hsl(240 5.9% 90%);
|
|
|
|
|
--ring: hsl(240 10% 3.9%);
|
|
|
|
|
--chart-1: hsl(12 76% 61%);
|
|
|
|
|
--chart-2: hsl(173 58% 39%);
|
|
|
|
|
--chart-3: hsl(197 37% 24%);
|
|
|
|
|
--chart-4: hsl(43 74% 66%);
|
|
|
|
|
--chart-5: hsl(27 87% 67%);
|
|
|
|
|
--radius: 0.3rem;
|
|
|
|
|
--radius: 0.625rem;
|
|
|
|
|
--background: oklch(1 0 0);
|
|
|
|
|
--foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--card: oklch(1 0 0);
|
|
|
|
|
--card-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--popover: oklch(1 0 0);
|
|
|
|
|
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--primary: oklch(0.21 0.006 285.885);
|
|
|
|
|
--primary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--secondary: oklch(0.967 0.001 286.375);
|
|
|
|
|
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--muted: oklch(0.967 0.001 286.375);
|
|
|
|
|
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
|
|
|
--accent: oklch(0.967 0.001 286.375);
|
|
|
|
|
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
|
|
|
--border: oklch(0.92 0.004 286.32);
|
|
|
|
|
--input: oklch(0.92 0.004 286.32);
|
|
|
|
|
--ring: oklch(0.705 0.015 286.067);
|
|
|
|
|
--chart-1: oklch(0.646 0.222 41.116);
|
|
|
|
|
--chart-2: oklch(0.6 0.118 184.704);
|
|
|
|
|
--chart-3: oklch(0.398 0.07 227.392);
|
|
|
|
|
--chart-4: oklch(0.828 0.189 84.429);
|
|
|
|
|
--chart-5: oklch(0.769 0.188 70.08);
|
|
|
|
|
--sidebar: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--sidebar-primary: oklch(0.21 0.006 285.885);
|
|
|
|
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
|
|
|
--sidebar-ring: oklch(0.705 0.015 286.067);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark {
|
|
|
|
|
--background: hsl(240 10% 3.9%);
|
|
|
|
|
--foreground: hsl(0 0% 98%);
|
|
|
|
|
--card: hsl(240 10% 3.9%);
|
|
|
|
|
--card-foreground: hsl(0 0% 98%);
|
|
|
|
|
--popover: hsl(240 10% 3.9%);
|
|
|
|
|
--popover-foreground: hsl(0 0% 98%);
|
|
|
|
|
--primary: hsl(0 0% 98%);
|
|
|
|
|
--primary-foreground: hsl(240 5.9% 10%);
|
|
|
|
|
--secondary: hsl(240 3.7% 15.9%);
|
|
|
|
|
--secondary-foreground: hsl(0 0% 98%);
|
|
|
|
|
--muted: hsl(240 3.7% 15.9%);
|
|
|
|
|
--muted-foreground: hsl(240 5% 64.9%);
|
|
|
|
|
--accent: hsl(240 3.7% 15.9%);
|
|
|
|
|
--accent-foreground: hsl(0 0% 98%);
|
|
|
|
|
--destructive: hsl(0 62.8% 30.6%);
|
|
|
|
|
--destructive-foreground: hsl(0 0% 98%);
|
|
|
|
|
--border: hsl(240 3.7% 15.9%);
|
|
|
|
|
--input: hsl(240 3.7% 15.9%);
|
|
|
|
|
--ring: hsl(240 4.9% 83.9%);
|
|
|
|
|
--chart-1: hsl(220 70% 50%);
|
|
|
|
|
--chart-2: hsl(160 60% 45%);
|
|
|
|
|
--chart-3: hsl(30 80% 55%);
|
|
|
|
|
--chart-4: hsl(280 65% 60%);
|
|
|
|
|
--chart-5: hsl(340 75% 55%);
|
|
|
|
|
--background: oklch(0.141 0.005 285.823);
|
|
|
|
|
--foreground: oklch(0.985 0 0);
|
|
|
|
|
--card: oklch(0.21 0.006 285.885);
|
|
|
|
|
--card-foreground: oklch(0.985 0 0);
|
|
|
|
|
--popover: oklch(0.21 0.006 285.885);
|
|
|
|
|
--popover-foreground: oklch(0.985 0 0);
|
|
|
|
|
--primary: oklch(0.92 0.004 286.32);
|
|
|
|
|
--primary-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--secondary: oklch(0.274 0.006 286.033);
|
|
|
|
|
--secondary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--muted: oklch(0.274 0.006 286.033);
|
|
|
|
|
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
|
|
|
--accent: oklch(0.274 0.006 286.033);
|
|
|
|
|
--accent-foreground: oklch(0.985 0 0);
|
|
|
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
|
|
|
--border: oklch(1 0 0 / 10%);
|
|
|
|
|
--input: oklch(1 0 0 / 15%);
|
|
|
|
|
--ring: oklch(0.552 0.016 285.938);
|
|
|
|
|
--chart-1: oklch(0.488 0.243 264.376);
|
|
|
|
|
--chart-2: oklch(0.696 0.17 162.48);
|
|
|
|
|
--chart-3: oklch(0.769 0.188 70.08);
|
|
|
|
|
--chart-4: oklch(0.627 0.265 303.9);
|
|
|
|
|
--chart-5: oklch(0.645 0.246 16.439);
|
|
|
|
|
--sidebar: oklch(0.21 0.006 285.885);
|
|
|
|
|
--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.274 0.006 286.033);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-border: oklch(1 0 0 / 10%);
|
|
|
|
|
--sidebar-ring: oklch(0.552 0.016 285.938);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@theme inline {
|
|
|
|
@@ -93,6 +110,14 @@
|
|
|
|
|
--radius-md: calc(var(--radius) - 2px);
|
|
|
|
|
--radius-lg: var(--radius);
|
|
|
|
|
--radius-xl: calc(var(--radius) + 4px);
|
|
|
|
|
--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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
@@ -104,22 +129,7 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabs-list-container {
|
|
|
|
|
@apply relative;
|
|
|
|
|
|
|
|
|
|
/* Add fade effect for overflow indication */
|
|
|
|
|
&::after {
|
|
|
|
|
content: "";
|
|
|
|
|
@apply absolute right-0 top-0 h-full w-8
|
|
|
|
|
bg-gradient-to-l from-background to-transparent
|
|
|
|
|
pointer-events-none
|
|
|
|
|
md:hidden;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Custom scrollbar for tabs list */
|
|
|
|
|
.tabs-list {
|
|
|
|
|
@apply pb-0.5 overflow-x-auto;
|
|
|
|
|
scrollbar-width: thin;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -134,8 +144,3 @@
|
|
|
|
|
.tabs-list::-webkit-scrollbar-thumb {
|
|
|
|
|
@apply bg-muted-foreground/20 hover:bg-muted-foreground/30 rounded-full;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Ensure tab triggers have consistent sizing */
|
|
|
|
|
.tab-trigger {
|
|
|
|
|
@apply whitespace-nowrap text-sm;
|
|
|
|
|
}
|
|
|
|
|