2014-07-19 22:33:48 +04:00
|
|
|
//
|
|
|
|
// Colours
|
|
|
|
// --------------------------------------------------
|
2014-05-21 21:17:39 +04:00
|
|
|
|
|
|
|
$darkgrey: #242628;
|
|
|
|
$grey: #35393b;
|
|
|
|
$midgrey: #7d878a;
|
|
|
|
$lightgrey: #e2edf2;
|
|
|
|
$brown: #aaa9a2;
|
|
|
|
$midbrown: #c0bfb6;
|
|
|
|
$lightbrown: #edece4;
|
|
|
|
$blue: #5BA4E5;
|
|
|
|
$red: #e25440;
|
|
|
|
$orange: #F2A925;
|
|
|
|
$green: #9FBB58;
|
|
|
|
|
2014-07-31 19:06:25 +04:00
|
|
|
$list-colours:
|
2014-05-21 21:17:39 +04:00
|
|
|
('darkgrey' $darkgrey)
|
|
|
|
('grey' $grey)
|
|
|
|
('midgrey' $midgrey)
|
|
|
|
('lightgrey' $lightgrey)
|
|
|
|
('brown' $brown)
|
|
|
|
('midbrown' $midbrown)
|
|
|
|
('lightbrown' $lightbrown)
|
|
|
|
('blue' $blue)
|
|
|
|
('red' $red)
|
|
|
|
('orange' $orange)
|
|
|
|
('green' $green);
|
|
|
|
|
|
|
|
|
2014-07-19 22:33:48 +04:00
|
|
|
//
|
|
|
|
// Styles
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-08-04 19:57:33 +04:00
|
|
|
$rounded: 3px;
|
2014-07-19 22:33:48 +04:00
|
|
|
$shadow: rgba(0,0,0,0.05) 0 1px 5px;
|
|
|
|
$default-transition-duration: 0.3s;
|
2014-05-21 21:17:39 +04:00
|
|
|
|
|
|
|
$font-family: 'Open Sans', sans-serif;
|
2014-07-19 22:33:48 +04:00
|
|
|
$font-family-mono: Inconsolata, monospace;
|
|
|
|
|
2014-07-31 19:06:25 +04:00
|
|
|
$at2x: 2 device-pixel-ratio;
|
|
|
|
|
|
|
|
$dropdown_triangle: 8px;
|