forked from UKSOURCE/cms.hailearning.edu.vn
refactor: update primary color variables and adjust styles in dashboard and login pages
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
:root {
|
||||
/* Primary Colors (Gold/Cinnamon) */
|
||||
--primary-color: #0048b4;
|
||||
--primary-color: #0a2347;
|
||||
--primary-rgb: 188, 159, 105;
|
||||
--primary-light: #0038b4;
|
||||
--primary-dark: #0028b4;
|
||||
--primary-light: #0a2347;
|
||||
--primary-dark: #0a2347;
|
||||
--primary-soft: rgba(188, 159, 105, 0.1);
|
||||
|
||||
/* Secondary Colors */
|
||||
@@ -20,7 +20,7 @@
|
||||
--success-soft: rgba(40, 167, 69, 0.1);
|
||||
--warning-color: #ffc107;
|
||||
--warning-soft: rgba(255, 193, 7, 0.1);
|
||||
--danger-color: #dc3545;
|
||||
--danger-color: #BF3432;
|
||||
--danger-soft: rgba(220, 53, 69, 0.1);
|
||||
--info-color: #17a2b8;
|
||||
--info-soft: rgba(23, 162, 184, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user