forked from UKSOURCE/hailearning.edu.vn
feat: Create FE home page and about page
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Mobile Menu Styles */
|
||||
@import "./components/layout/Header/mobile-menu.css";
|
||||
@import "./components/layout/Header/header-responsive.css";
|
||||
@import "./components/home/home.css";
|
||||
@import "./components/about/about.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;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse {
|
||||
visibility: visible !important;
|
||||
@@ -10,27 +25,3 @@
|
||||
.collapse.show {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user