Merge pull request 'refactor: update primary color variables and adjust styles in dashboard and login pages' (#34) from hoanganh-03022026-appointment-contact-pricing into main

Reviewed-on: UKSOURCE/cms.hailearning.edu.vn#34
This commit is contained in:
2026-02-09 06:24:23 +00:00
4 changed files with 9 additions and 9 deletions

View File

@@ -5,10 +5,10 @@
:root { :root {
/* Primary Colors (Gold/Cinnamon) */ /* Primary Colors (Gold/Cinnamon) */
--primary-color: #0048b4; --primary-color: #0a2347;
--primary-rgb: 188, 159, 105; --primary-rgb: 188, 159, 105;
--primary-light: #0038b4; --primary-light: #0a2347;
--primary-dark: #0028b4; --primary-dark: #0a2347;
--primary-soft: rgba(188, 159, 105, 0.1); --primary-soft: rgba(188, 159, 105, 0.1);
/* Secondary Colors */ /* Secondary Colors */
@@ -20,7 +20,7 @@
--success-soft: rgba(40, 167, 69, 0.1); --success-soft: rgba(40, 167, 69, 0.1);
--warning-color: #ffc107; --warning-color: #ffc107;
--warning-soft: rgba(255, 193, 7, 0.1); --warning-soft: rgba(255, 193, 7, 0.1);
--danger-color: #dc3545; --danger-color: #BF3432;
--danger-soft: rgba(220, 53, 69, 0.1); --danger-soft: rgba(220, 53, 69, 0.1);
--info-color: #17a2b8; --info-color: #17a2b8;
--info-soft: rgba(23, 162, 184, 0.1); --info-soft: rgba(23, 162, 184, 0.1);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -359,7 +359,7 @@
<!-- System Info --> <!-- System Info -->
<div class="card"> <div class="card">
<div class="card-header" style=" <div class="card-header" style="
background: linear-gradient(135deg, #0048b4, #0028b4); background: #0a2347;
color: white; color: white;
"> ">
<h5 class="mb-0">System Information</h5> <h5 class="mb-0">System Information</h5>

View File

@@ -14,9 +14,9 @@
<!-- Custom CSS --> <!-- Custom CSS -->
<style> <style>
:root { :root {
--primary-color: #2563eb; --primary-color: #0a2347;
--primary-light: #3b82f6; --primary-light: #0a2347;
--primary-dark: #1d4ed8; --primary-dark: #0a2347;
--text-on-primary: #ffffff; --text-on-primary: #ffffff;
} }
@@ -117,7 +117,7 @@
} }
.btn-shine { .btn-shine {
background: linear-gradient(90deg, #1d4ed8, #2563eb, #3b82f6, #60a5fa); background: #0a2347;
color: white; color: white;
border: none; border: none;
padding: 12px 30px; padding: 12px 30px;