From 56dfa4c0ab21142e18ce818b5b6a15eb06e1eedd Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Thu, 5 Feb 2026 11:29:55 +0100 Subject: [PATCH] =?UTF-8?q?refactor(scss):=20mise=20=C3=A0=20jour=20des=20?= =?UTF-8?q?couleurs=20de=20la=20marque=20Chill=20et=20suppression=20des=20?= =?UTF-8?q?anciennes=20d=C3=A9finitions=20de=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/custom.scss | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 52f6d82..f4785f3 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -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; } -