forked from UKSOURCE/cms.hailearning.edu.vn
first commit
This commit is contained in:
@@ -1,47 +1,62 @@
|
||||
/**
|
||||
* CMS Design System Variables
|
||||
* Standardized colors, spacing, and typography
|
||||
*/
|
||||
|
||||
:root {
|
||||
/* Primary Colors (Gold/Cinnamon) */
|
||||
/* Primary Colors (Navy) */
|
||||
--primary-color: #0a2347;
|
||||
--primary-rgb: 188, 159, 105;
|
||||
--primary-light: #0a2347;
|
||||
--primary-dark: #0a2347;
|
||||
--primary-soft: rgba(188, 159, 105, 0.1);
|
||||
--primary-rgb: 10, 35, 71;
|
||||
--primary-light: #1a3a6b;
|
||||
--primary-dark: #061529;
|
||||
--primary-soft: rgba(10, 35, 71, 0.07);
|
||||
|
||||
/* Accent (Gold) */
|
||||
--accent-color: #bc9f69;
|
||||
--accent-light: #d4b98a;
|
||||
--accent-soft: rgba(188, 159, 105, 0.12);
|
||||
|
||||
/* Secondary Colors */
|
||||
--secondary-color: #6c757d;
|
||||
--secondary-soft: rgba(108, 117, 125, 0.1);
|
||||
|
||||
/* Status Colors */
|
||||
--success-color: #28a745;
|
||||
--success-soft: rgba(40, 167, 69, 0.1);
|
||||
--warning-color: #ffc107;
|
||||
--warning-soft: rgba(255, 193, 7, 0.1);
|
||||
--danger-color: #BF3432;
|
||||
--danger-soft: rgba(220, 53, 69, 0.1);
|
||||
--info-color: #17a2b8;
|
||||
--info-soft: rgba(23, 162, 184, 0.1);
|
||||
--success-color: #1a7a4a;
|
||||
--success-soft: rgba(26, 122, 74, 0.1);
|
||||
--warning-color: #d97706;
|
||||
--warning-soft: rgba(217, 119, 6, 0.1);
|
||||
--danger-color: #c0392b;
|
||||
--danger-soft: rgba(192, 57, 43, 0.1);
|
||||
--info-color: #0e7490;
|
||||
--info-soft: rgba(14, 116, 144, 0.1);
|
||||
|
||||
/* Neutral Colors / Backgrounds */
|
||||
--bg-body: #f5f7fa;
|
||||
--bg-body: #f0f2f7;
|
||||
--bg-card: #ffffff;
|
||||
--bg-header: #ffffff;
|
||||
--border-color: #e9ecef;
|
||||
--text-main: #333333;
|
||||
--text-muted: #6c757d;
|
||||
--border-color: #e2e8f0;
|
||||
--border-light: #f1f5f9;
|
||||
--text-main: #1e293b;
|
||||
--text-muted: #64748b;
|
||||
--text-white: #ffffff;
|
||||
|
||||
/* Sidebar */
|
||||
--sidebar-bg: #0a2347;
|
||||
--sidebar-text: rgba(255,255,255,0.75);
|
||||
--sidebar-text-active: #ffffff;
|
||||
--sidebar-hover-bg: rgba(255,255,255,0.08);
|
||||
--sidebar-active-bg: rgba(188,159,105,0.18);
|
||||
--sidebar-active-border: #bc9f69;
|
||||
--sidebar-section-color: rgba(188,159,105,0.7);
|
||||
|
||||
/* Typography */
|
||||
--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
--font-size-base: 1rem;
|
||||
--font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
--font-size-base: 0.9375rem;
|
||||
--font-size-sm: 0.875rem;
|
||||
--font-size-xs: 0.75rem;
|
||||
--font-size-lg: 1.25rem;
|
||||
--font-size-lg: 1.125rem;
|
||||
--font-weight-normal: 400;
|
||||
--font-weight-medium: 500;
|
||||
--font-weight-semibold: 600;
|
||||
--font-weight-bold: 700;
|
||||
|
||||
/* Spacing & Borders */
|
||||
@@ -51,16 +66,16 @@
|
||||
--spacing-4: 1.5rem;
|
||||
--spacing-5: 3rem;
|
||||
|
||||
--border-radius: 8px;
|
||||
--border-radius-sm: 4px;
|
||||
--border-radius-lg: 12px;
|
||||
--border-radius: 10px;
|
||||
--border-radius-sm: 6px;
|
||||
--border-radius-lg: 14px;
|
||||
--border-radius-full: 50px;
|
||||
|
||||
/* Shadows & Elevation */
|
||||
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
|
||||
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05);
|
||||
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
||||
--shadow-header: 0 2px 10px rgba(0, 0, 0, 0.05);
|
||||
--shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
|
||||
--shadow-md: 0 4px 12px rgba(0,0,0,0.08);
|
||||
--shadow-lg: 0 10px 30px rgba(0,0,0,0.1);
|
||||
--shadow-header: 0 1px 0 rgba(0,0,0,0.06);
|
||||
|
||||
/* Transitions */
|
||||
--transition-base: all 0.2s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user