forked from UKSOURCE/hailearning.edu.vn
feat: complete publications and research sections and resolve conflicts
This commit is contained in:
@@ -1,37 +1,17 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Mobile Menu Styles */
|
||||
@import "./components/layout/Header/mobile-menu.css";
|
||||
|
||||
.collapse {
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.collapse.show {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* Header Responsive Styles */
|
||||
@import "./components/layout/Header/header-responsive.css";
|
||||
|
||||
|
||||
|
||||
@import "./components/home/home.css";
|
||||
@import "./components/about/about.css";
|
||||
@import "./components/research/research.css";
|
||||
@import "./components/publications/publications.css";
|
||||
@theme {
|
||||
|
||||
--color-brand-blue: #1b254b;
|
||||
|
||||
--color-brand-accent: #3b82f6;
|
||||
|
||||
--color-brand-light: #f8fbff;
|
||||
|
||||
--color-ui-bg: #f9fafb;
|
||||
|
||||
--color-ui-text: #111827;
|
||||
|
||||
--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);
|
||||
|
||||
--shadow-hover: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);
|
||||
@@ -44,9 +24,3 @@
|
||||
@apply border border-[--color-ui-border] bg-white;
|
||||
}
|
||||
}
|
||||
|
||||
/* Research Page Styles */
|
||||
@import "./components/research/research.css";
|
||||
|
||||
/* Publications Page Styles */
|
||||
@import "./components/publications/publications.css";
|
||||
|
||||
Reference in New Issue
Block a user