2015-07-26 21:39:11 +02:00
|
|
|
//these are the main variables used in the sass file
|
|
|
|
|
|
|
|
|
2015-07-27 12:15:24 +02:00
|
|
|
|
2015-07-28 10:46:59 +02:00
|
|
|
|
|
|
|
$site-width : 100%
|
|
|
|
$gut-width : 2.5%
|
2015-07-27 12:15:24 +02:00
|
|
|
$space : 1rem
|
|
|
|
// colors
|
2015-07-26 21:39:11 +02:00
|
|
|
|
2015-07-27 14:53:52 +02:00
|
|
|
$light-grey: #C3C3C3
|
2015-07-28 10:40:52 +02:00
|
|
|
$color-green: #A1B775
|
2015-07-26 21:39:11 +02:00
|
|
|
$color-red: #EF5D43
|
2015-07-27 14:53:52 +02:00
|
|
|
$color-blue: #39434F
|
2015-07-27 12:15:24 +02:00
|
|
|
$dark-grey : #444
|
2015-07-26 21:39:11 +02:00
|
|
|
|
2015-07-27 14:53:52 +02:00
|
|
|
|
2015-07-26 21:39:11 +02:00
|
|
|
$main-color-light: #aaa
|
2015-07-27 14:53:52 +02:00
|
|
|
$main-color-dark: #222
|
2015-07-26 21:39:11 +02:00
|
|
|
$main-color-color: $color-green
|
2015-07-28 10:40:52 +02:00
|
|
|
$main-background-color: #EBEBEB
|
|
|
|
$bloc-light-color : #FDFCFA
|
2015-07-26 21:39:11 +02:00
|
|
|
|
2015-07-28 10:40:52 +02:00
|
|
|
$bloc-background-color: #EBEBEB
|
2015-07-26 21:39:11 +02:00
|
|
|
|
|
|
|
$defaut-font-color: $dark-grey
|
|
|
|
|
2015-07-28 10:40:52 +02:00
|
|
|
$global-font-size : 14px
|
2015-07-27 12:15:24 +02:00
|
|
|
$main-font-size : 1rem
|
|
|
|
$main-line-height : 1.4rem
|
|
|
|
|
2015-07-26 21:39:11 +02:00
|
|
|
|
|
|
|
/* FONTS */
|
|
|
|
|
|
|
|
$main-font-family: "Roboto", sans-serif
|
|
|
|
$symbol-font-family: "fontello"
|
2015-07-27 12:15:24 +02:00
|
|
|
$serif-font-family: "Droid", serif
|
2015-07-29 03:28:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* usefull vars */
|
|
|
|
|
|
|
|
$mini-usr-img : 40px
|
|
|
|
$usr-img : 64px
|