mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Collection: amélioration + lancement d'événements
This commit is contained in:
@@ -6,8 +6,8 @@ $chill-yellow: #eec84a;
|
||||
$chill-orange: #e2793d;
|
||||
$chill-red: #df4949;
|
||||
$chill-gray: #ececec;
|
||||
$chill-beige :#cabb9f;
|
||||
$chill-pink :#dd506d;
|
||||
$chill-beige: #cabb9f;
|
||||
$chill-pink: #dd506d;
|
||||
$chill-dark-gray: #333333;
|
||||
$chill-light-gray: #b2b2b2;
|
||||
$chill-llight-gray: $chill-light-gray;
|
||||
@@ -32,3 +32,34 @@ $yellow: $chill-yellow;
|
||||
$black: #111111;
|
||||
$white: #ffffff;
|
||||
$light-grey: $chill-light-gray;
|
||||
|
||||
/*
|
||||
due to a bug in sass, we must re-declare the variable in css
|
||||
(use of a sass variable after -- does not work)
|
||||
*/
|
||||
:root {
|
||||
--chill-blue: #334d5c;
|
||||
--chill-green: #43b29d;
|
||||
--chill-green-dark: #328474;
|
||||
--chill-yellow: #eec84a;
|
||||
--chill-orange: #e2793d;
|
||||
--chill-red: #df4949;
|
||||
--chill-gray: #ececec;
|
||||
--chill-beige: #cabb9f;
|
||||
--chill-pink: #dd506d;
|
||||
--chill-dark-gray: #333333;
|
||||
--chill-light-gray: #b2b2b2;
|
||||
--chill-llight-gray: #b2b2b2;
|
||||
|
||||
--dark-grey: #333333;
|
||||
|
||||
--orange: #e2793d;
|
||||
--red: #df4949;
|
||||
--green: #43b29d;
|
||||
--blue: #334d5c;
|
||||
--yellow: #eec84a;
|
||||
|
||||
--black: #111111;
|
||||
--white: #ffffff;
|
||||
--light-grey: #b2b2b2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user