Skip to content

Instantly share code, notes, and snippets.

@Olian04
Last active May 22, 2017 15:19
Show Gist options
  • Save Olian04/3e01e011bf2cfbd92a4bdf4d5ac97850 to your computer and use it in GitHub Desktop.
Save Olian04/3e01e011bf2cfbd92a4bdf4d5ac97850 to your computer and use it in GitHub Desktop.
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment