feat: update UI dashboard page
This commit is contained in:
+2
-17
@@ -1,27 +1,12 @@
|
||||
:root {
|
||||
--bg: #f6f7f9;
|
||||
--surface: #ffffff;
|
||||
--surface-muted: #f0f3f7;
|
||||
--border: #dfe3ea;
|
||||
--text: #1d2433;
|
||||
--text-muted: #667085;
|
||||
--primary: #2563eb;
|
||||
--primary-dark: #1d4ed8;
|
||||
--primary-soft: #e9f0ff;
|
||||
--primary-contrast: #ffffff;
|
||||
--interactive-hover: #f0f3f7;
|
||||
--interactive-active: #e9f0ff;
|
||||
--focus: #2563eb;
|
||||
--shadow: 0 16px 42px rgba(29, 36, 51, 0.08);
|
||||
--shadow-color: rgba(0, 0, 0, 0.05);
|
||||
--sidebar-width: 264px;
|
||||
--sidebar-collapsed-width: 88px;
|
||||
|
||||
font-family:
|
||||
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||
sans-serif;
|
||||
color: var(--text);
|
||||
background: var(--bg);
|
||||
color: var(--color-app-text);
|
||||
background: var(--color-app-bg);
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
Reference in New Issue
Block a user