2015-01-20 03:44:34 +01:00
|
|
|
// colors
|
|
|
|
$blue_l: #a2d2f4;
|
2015-03-26 23:19:46 +01:00
|
|
|
$blue: #2090ea;
|
2015-01-20 03:44:34 +01:00
|
|
|
$grey_l: #f3f3f3;
|
|
|
|
$grey: #616161;
|
|
|
|
$grey_d: #454545;
|
|
|
|
|
2015-02-02 05:39:07 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto-Light';
|
|
|
|
src: url('/fonts/Roboto-Light.ttf') format('truetype');
|
|
|
|
}
|
2015-01-30 05:53:49 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
|
|
|
|
}
|
2015-02-19 01:20:28 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Italic.ttf') format('truetype');
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
src: url('/fonts/Roboto-Bold.ttf') format('truetype');
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-01-30 05:53:49 +01:00
|
|
|
$roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
2015-02-02 05:39:07 +01:00
|
|
|
$roboto-light: Roboto-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
2015-01-30 05:53:49 +01:00
|
|
|
|
|
|
|
$header-height: 36px;
|
2015-05-22 02:07:11 +02:00
|
|
|
$header-color: $blue;
|