mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-02-05 07:56:30 -05:00
Pre-conf work 2025
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user