99 lines
2.1 KiB
SCSS
99 lines
2.1 KiB
SCSS
// main: global.scss
|
|
$main_c7: #375362;
|
|
$main_c6: #4F778C;
|
|
$main_c5: #5D8CA6;
|
|
$main_c3: #BDD2DE;
|
|
$main_c1: #F0FAFF;
|
|
|
|
$neutral_c2 : #F2EDDC;
|
|
$neutral_c1: #FFFBEF;
|
|
|
|
$activity_c8: #4FADB8;
|
|
$activity_c7: #5ED1DC;
|
|
$activity_c3: #CAE4E7;
|
|
|
|
$event_c8: #3488A6;
|
|
$event_c7: #3999BA;
|
|
$event_c3: #AAD5E2;
|
|
|
|
$todo_c8: #F19F5D;
|
|
$todo_c7: #FF9C4D;
|
|
$todo_c3: #FFDEBC;
|
|
|
|
$equipment_c8: #E75571;
|
|
$equipment_c7: #FF5C79;
|
|
$equipment_c3: #FECAD6;
|
|
|
|
$staff_c8: #3BAD89;
|
|
$staff_c7: #42C2A2;
|
|
$staff_c3: #A9E1D7;
|
|
|
|
/* LEGACY COLORS*/
|
|
$main_bold_color: #FF6969;
|
|
$main_soft_color: #FF9191;
|
|
$main_white_color: #FFEBEB;
|
|
|
|
$second_bold_color: #FFB363;
|
|
$second_soft_color: #FFC282;
|
|
$second_white_color: #FFF5EB;
|
|
|
|
$third_bold_color: #48B0C7;
|
|
$third_soft_color: #8FD4E3;
|
|
$third_white_color: #DCEAED;
|
|
|
|
/* COLORS */
|
|
/* Header */
|
|
$header-background: $main_c7;
|
|
$header-second-backgroud: $main_c5;
|
|
$header-color: white;
|
|
$underline-brand: $equipment_c7;
|
|
|
|
/* Général */
|
|
$html-background: $neutral_c1;
|
|
$content-background: $neutral_c1;
|
|
$content-border: $main_c7;
|
|
$aside-background: $main_c7;
|
|
$aside-inverted-background: $main_c5;
|
|
|
|
$title_border: $main_c7;
|
|
|
|
/* Le reste */
|
|
$btn-font-color: white;
|
|
$btn-bg-base: $main_bold_color;
|
|
$btn-bg-special: $main_soft_color;
|
|
$btn-border: $main_bold_color;
|
|
|
|
$yes_color: #55C487;
|
|
$no_color: #E36268;
|
|
$dunno_color: #5599C4;
|
|
|
|
/* Titres */
|
|
$h1_background: $main_c6;
|
|
$h2_background: $main_c3;
|
|
$h3_background: $main_c1;
|
|
|
|
$h1_background_activity: $activity_c8;
|
|
$h2_background_activity: $activity_c7;
|
|
$h3_background_activity: $main_c1;
|
|
|
|
$h1_background_event: $event_c8;
|
|
$h2_background_event: $event_c7;
|
|
$h3_background_event: $main_c1;
|
|
|
|
$h1_background_todo: $todo_c8;
|
|
$h2_background_todo: $todo_c7;
|
|
$h3_background_todo: $main_c1;
|
|
|
|
$h1_background_equipment: $equipment_c8;
|
|
$h2_background_equipment: $equipment_c7;
|
|
$h3_background_equipment: $main_c1;
|
|
|
|
$h1_background_staff: $staff_c8;
|
|
$h2_background_staff: $staff_c7;
|
|
$h3_background_staff: $main_c1;
|
|
|
|
/* FONTS */
|
|
$font_brand:'Lily Script One', cursive;
|
|
$font_nav:'Work Sans', cursive;
|
|
$font_bold:'Capriola', sans-serif;
|
|
$font_normal:'Saira Semi Condensed', sans-serif;
|