Files
shadcn-ui/apps/v4/app/(examples)/dashboard-02/theme.css
shadcn b7afb5aa1e feat(v4): dashboard 02 (#6950)
* feat(v4): dashboard 02

* fix: lint
2025-03-17 15:00:23 +04:00

24 lines
466 B
CSS

:root,
.theme-custom {
--font-sans: var(--font-inter);
--header-height: calc(var(--spacing) * 12 + 1px);
--primary: oklch(0.546 0.245 262.881);
--primary-foreground: oklch(0.97 0.014 254.604);
@media (min-width: 1024px) {
--radius: 0.6rem;
--text-lg: 1.05rem;
--text-base: 0.85rem;
--text-sm: 0.8rem;
--spacing: 0.222222rem;
}
[data-slot="card"] {
--spacing: 0.16rem;
}
}
.dark {
--primary: oklch(0.623 0.214 259.815);
}