poulpe/shared/static/css/variables.scss

26 lines
601 B
SCSS
Raw Normal View History

2018-08-04 05:38:03 +02:00
/* COLORS */
2018-08-04 18:18:34 +02:00
$main_bold_color: #FF6969;
$main_soft_color: #FF9191;
$main_white_color: #FFEBEB;
2018-08-04 05:38:03 +02:00
2018-08-04 18:18:34 +02:00
$second_bold_color: #FFB363;
$second_soft_color: #FFC282;
$second_white_color: #FFF5EB;
2018-08-04 05:38:03 +02:00
2018-08-20 13:17:10 +02:00
$third_bold_color: #48B0C7;
$third_soft_color: #8FD4E3;
$third_white_color: #DCEAED;
2018-08-04 05:38:03 +02:00
$btn-font-color: white;
$btn-bg-base: $main_bold_color;
$btn-bg-special: $main_soft_color;
$btn-border: $main_bold_color;
2018-08-04 18:18:34 +02:00
$underline-brand: $second_soft_color;
2018-08-04 05:38:03 +02:00
/* FONTS */
2018-08-04 18:18:34 +02:00
$font_brand:'Lily Script One', cursive;
2018-08-04 05:38:03 +02:00
$font_nav:'Work Sans', cursive;
2018-08-20 13:17:10 +02:00
$font_bold:'Capriola', sans-serif;
2018-08-04 05:38:03 +02:00
$font_normal:'Saira Semi Condensed', sans-serif;