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

View File

@@ -1,15 +1,23 @@
///// HOMEPAGE
/// Chill brand colors
$chill-blue: #334d5c;
$chill-green: rgba(67, 178, 157, 0.61);
$chill-beige: #d3c7b1;
$chill-red: #dc516d;
$chill-pink: #e57469;
$chill-orange: #e89463;
$chill-lightgray: #efefef;
$chill-yellow: #f1d275;
$chill-blue: #333333;
$chill-green: #43B09B;
$chill-yellow: #EDC74B;
$chill-orange: #E27A3E;
$chill-red: #DE4849;
$chill-lightgray: #EBEBEB;
$chill-beige: #C9B99E;
$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
$bg-dark-blue: #0d242e;
$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; }