complete story 10.6

This commit is contained in:
Naser Mansour
2026-01-03 04:03:38 +02:00
parent bd587b37fb
commit d69026a8e1
28 changed files with 242 additions and 84 deletions
+12 -10
View File
@@ -1808,11 +1808,11 @@ resources/lang/
--font-arabic: 'Cairo', sans-serif;
--font-english: 'Montserrat', sans-serif;
/* Brand colors */
--color-navy: #0A1F44;
--color-gold: #D4AF37;
--color-gold-light: #F4E4B8;
--color-cream: #F9F7F4;
/* Brand colors - Updated in Epic 10 */
--color-charcoal: #4A4A42;
--color-warm-gray: #C9C4BA;
--color-off-white: #E8E4DC;
--color-deep-black: #1A1A1A;
}
/* RTL utilities */
@@ -3111,13 +3111,15 @@ select, separator, skeleton, switch, text, textarea, tooltip
### B. Color Palette
> **Note:** Color palette updated in Epic 10 (Brand Color Refresh).
> See `docs/brand.md` for complete brand guidelines.
| Name | Hex | CSS Variable | Usage |
|------|-----|--------------|-------|
| Dark Navy Blue | `#0A1F44` | `--color-navy` | Primary background |
| Gold | `#D4AF37` | `--color-gold` | Accents, buttons |
| Light Gold | `#F4E4B8` | `--color-gold-light` | Hover states |
| Off-White | `#F9F7F4` | `--color-cream` | Text on dark, cards |
| Charcoal Gray | `#2C3E50` | `--color-charcoal` | Secondary text |
| Charcoal | `#4A4A42` | `--color-charcoal` | Primary brand, buttons |
| Warm Gray | `#C9C4BA` | `--color-warm-gray` | Accents, borders |
| Off-White | `#E8E4DC` | `--color-off-white` | Backgrounds, cards |
| Deep Black | `#1A1A1A` | `--color-deep-black` | Text, footer |
| Success Green | `#27AE60` | `--color-success` | Success states |
| Warning Red | `#E74C3C` | `--color-danger` | Error states |
| Pending Yellow | `#F39C12` | `--color-warning` | Pending states |