aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_sass/variables.scss
blob: 57194310bc873e65d3654b7d45e8017589cb3249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$primary-font: 'Source Sans Pro', sans-serif;
$primary-color: #0775F8;
$text-color-primary: #48586b;
$border-color: #dae1e7;
$bg-light: #f1f5f8;
$blue: #0775F8;
$purple: #6D75F1;
$green: #00CECE;
$red: #F7444E;
$orange: #F27013;

$tag-colors: ("blue": $blue,
    "purple": $purple,
    "green": $green,
    "red": $red,
    "orange": $orange);