Pre-conf work 2025

This commit is contained in:
2025-09-02 08:25:41 -04:00
parent 550021a18e
commit 4acbec6288
75 changed files with 8047 additions and 5228 deletions

View File

@@ -179,4 +179,17 @@
@apply bg-background text-foreground;
letter-spacing: var(--tracking-normal);
}
/* Tabs (shadcn/radix) global theming */
[data-slot="tabs-list"] {
@apply bg-muted text-muted-foreground inline-flex h-9 items-center justify-center rounded-md p-1;
}
[data-slot="tabs-trigger"] {
@apply ring-offset-background focus-visible:ring-ring inline-flex items-center justify-center rounded-sm border border-transparent px-3 py-1.5 text-sm font-medium whitespace-nowrap transition-all focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50;
}
[data-slot="tabs-trigger"][data-state="active"] {
@apply bg-background text-foreground shadow;
}
}