refactor(scss): mise à jour des couleurs de la marque Chill et suppression des anciennes définitions de badge

This commit is contained in:
Boris Waaub
2026-02-05 11:29:55 +01:00
parent fe4fc1b4e3
commit 56dfa4c0ab
+16 -18
View File
@@ -1,15 +1,23 @@
///// HOMEPAGE ///// HOMEPAGE
/// Chill brand colors /// Chill brand colors
$chill-blue: #334d5c; $chill-blue: #333333;
$chill-green: rgba(67, 178, 157, 0.61); $chill-green: #43B09B;
$chill-beige: #d3c7b1; $chill-yellow: #EDC74B;
$chill-red: #dc516d; $chill-orange: #E27A3E;
$chill-pink: #e57469; $chill-red: #DE4849;
$chill-orange: #e89463; $chill-lightgray: #EBEBEB;
$chill-lightgray: #efefef; $chill-beige: #C9B99E;
$chill-yellow: #f1d275; $chill-pink: #D50B51;
$chill-light-blue: #a0dcff;
.badge-generation-document { --badge-color: #D50B51; }
.badge-rapport-rgpd { --badge-color: #43B09B; }
.badge-rapports-statistiques { --badge-color: #C9B99E; }
.badge-suivi-accompagnements { --badge-color: #EDC74B; }
.badge-suivi-decisions { --badge-color: #a0dcff; }
.badge-suivi-usagers{ --badge-color: #333333; }
/// Other custom colors /// Other custom colors
$bg-dark-blue: #0d242e; $bg-dark-blue: #0d242e;
$bg-light-blue: #a0dcff; $bg-light-blue: #a0dcff;
@@ -589,13 +597,3 @@ figure.image {
} }
} }
} }
.badge-chill-blue { --badge-color: #334d5c; }
.badge-chill-green { --badge-color: rgba(67, 178, 157, 0.61); }
.badge-chill-beige { --badge-color: #d3c7b1; }
.badge-chill-red { --badge-color: #dc516d; }
.badge-chill-pink { --badge-color: #e57469; }
.badge-chill-orange { --badge-color: #e89463; }
.badge-chill-lightgray { --badge-color: #efefef; }
.badge-chill-yellow { --badge-color: #f1d275; }