mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
339 B
SCSS
16 lines
339 B
SCSS
/*
|
|
* ADDITIONNAL COLORS VARIABLES
|
|
*/
|
|
|
|
// Contexts banners
|
|
$chill-person-context: $chill-green;
|
|
$chill-accourse-context: #718596;
|
|
$chill-household-context: #929d69;
|
|
|
|
// Badges colors
|
|
$social-issue-color: #4bafe8;
|
|
$social-action-color: $orange;
|
|
$activity-color: yellowgreen;
|
|
$budget-resource-color: #608b89;
|
|
$budget-charge-color: #e03851;
|