feature: login and my page

This commit is contained in:
antv
2026-07-02 15:42:47 +07:00
parent c993f848cb
commit 89790539b7
41 changed files with 1062 additions and 769 deletions
+9
View File
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@font-face {
font-family: 'SVN-Poppins-Regular';
src: url('/fonts/FZ Poppins-Regular.ttf') format('truetype');
@@ -85,6 +87,10 @@
--color-calendar-header: #4b729f;
--color-terminal-bg: #263238;
--color-terminal-base: #b0bec5;
--color-terminal-accent: #90a4ae;
--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
--shadow-sidebar: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
--shadow-header: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
@@ -261,3 +267,6 @@ select.form-input {
.table-action-link {
@apply hover:text-primary-hover font-semibold underline underline-offset-2;
}
@import "./login.css";