feat: create Partnership component and styles

This commit is contained in:
hkiett265
2026-04-13 22:15:20 +07:00
parent 8592f68918
commit ad68b7d8c4
22 changed files with 299 additions and 1510 deletions

View File

@@ -13,3 +13,24 @@
/* Header Responsive Styles */
@import "./components/layout/Header/header-responsive.css";
@theme {
--color-brand-blue: #1b254b;
--color-brand-light: #f8fbff;
--color-ui-muted: #6b7280;
--color-ui-border: #e5e7eb;
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
@layer components {
.bento-item {
@apply border border-[--color-ui-border] bg-white;
}
}