Mise à jour du layout

This commit is contained in:
Rampeur
2025-08-13 01:28:11 +02:00
parent 0a6cbc0c00
commit 977104aac2
22 changed files with 267 additions and 313 deletions
+68
View File
@@ -1,6 +1,74 @@
/* Custom Theme Palettes */
$md-custom-primary: (
50 : #e6e9f3,
100 : #c0c7e3,
200 : #97a3d0,
300 : #6e80bd,
400 : #4f64af,
500 : #2c4aa3,
600 : #264399,
700 : #1c398e,
800 : #123082,
900 : #001f6c,
A100 : #77a9ff,
A200 : #4489ff,
A400 : #1169ff,
A700 : #005bf6,
contrast: (
50 : #000000,
100 : #000000,
200 : #000000,
300 : #000000,
400 : #ffffff,
500 : #ffffff,
600 : #ffffff,
700 : #ffffff,
800 : #ffffff,
900 : #ffffff,
A100 : #000000,
A200 : #000000,
A400 : #ffffff,
A700 : #ffffff,
)
);
$md-custom-primary-blue: (
50 : #e3f0fa,
100 : #bad9f3,
200 : #90c2ea,
300 : #67aae1,
400 : #4b99dc,
500 : #3389d6,
600 : #2d7cc9,
700 : #266bb7,
800 : #205aa5,
900 : #163e86,
A100 : #77a9ff,
A200 : #4489ff,
A400 : #1169ff,
A700 : #005bf6,
contrast: (
50 : #000000,
100 : #000000,
200 : #000000,
300 : #000000,
400 : #000000,
500 : #000000,
600 : #000000,
700 : #ffffff,
800 : #ffffff,
900 : #ffffff,
A100 : #000000,
A200 : #000000,
A400 : #ffffff,
A700 : #ffffff,
)
);
$md-custom-primary-green: (
50 : #f6fbf9,
100 : #e9f5f1,
200 : #dbeee8,