Olian04
2/20/2017 - 10:37 AM

Sass file used to store global constants used throughout the code base (MVK project for KTH CSC 2017).

Sass file used to store global constants used throughout the code base (MVK project for KTH CSC 2017).

// The main SASS file. Import this file to have access to global variables.

// ----- Global colors -------
// Handy colors
$white: #FFFFFF;
$black: #000000;

// ----- KTH specifics -----
$kth-color-blue: #2258A5; // #0064B0
$kth-color-light-blue: #2E7CC0;
$kth-color-green: #B0C92A;
$kth-color-grey: #65656C;

// ----- Icons -----
$icon-color-dark-blue: #183052;
$icon-color-white: #F3F3F3 ;
$icon-color-dark-gray: #818087;
$icon-color-light-gray: #CACACA;
$icon-map: #65656C;

// ----- Design 2.0 colors -----
$v2-side-bar-left: #7099D1;
$v2-side-bar-right: #D8D8D8;
$v2-deliveries-bar: #FBBA00;
$v2-search-button-text-highlight: #159FDB;
$v2-search-inline-icon: #AFCA0B;
$v2-search-inline-text: #9E9EA4;
$v2-background-gray: #E9EAE9;
$v2-text-gray: #9E9EA4;
$v2-text-black: #393938;

// ----- Global fonts -----

// ----- KTH specifics -----
$kth-font-title: Arial;