2014-10-26 17:07:35 +00:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// Variables
|
2014-07-19 20:33:48 +02:00
|
|
|
//
|
2014-10-26 17:07:35 +00:00
|
|
|
// * Colours
|
|
|
|
// * Default style values
|
|
|
|
// * Dropdown & Popover triangles
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
2014-05-21 19:17:39 +02:00
|
|
|
|
2014-10-26 17:07:35 +00:00
|
|
|
// Colours
|
2014-05-21 19:17:39 +02:00
|
|
|
$darkgrey: #242628;
|
|
|
|
$grey: #35393b;
|
|
|
|
$midgrey: #7d878a;
|
|
|
|
$lightgrey: #e2edf2;
|
2014-08-18 18:08:52 +01:00
|
|
|
$lightestgrey: #FCFCFC;
|
2014-05-21 19:17:39 +02:00
|
|
|
$brown: #aaa9a2;
|
|
|
|
$midbrown: #c0bfb6;
|
|
|
|
$lightbrown: #edece4;
|
|
|
|
$blue: #5BA4E5;
|
|
|
|
$red: #e25440;
|
|
|
|
$orange: #F2A925;
|
|
|
|
$green: #9FBB58;
|
|
|
|
|
|
|
|
|
2014-10-26 17:07:35 +00:00
|
|
|
// Default style values
|
2014-07-19 20:33:48 +02:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-10-26 17:07:35 +00:00
|
|
|
$border-radius: 3px;
|
|
|
|
$box-shadow: rgba(0,0,0,0.05) 0 1px 5px;
|
|
|
|
$settings-menu-transition: 0.4s;
|
|
|
|
$settings-menu-bezier: 0.1, 0.7, 0.1, 1;
|
2014-05-21 19:17:39 +02:00
|
|
|
$font-family: 'Open Sans', sans-serif;
|
2014-09-25 18:33:57 +03:00
|
|
|
$font-family-mono: monospace;
|
2014-07-19 20:33:48 +02:00
|
|
|
|
2014-07-31 16:06:25 +01:00
|
|
|
|
2014-10-26 17:07:35 +00:00
|
|
|
// Dropdown & Popover triangles
|
2014-08-05 15:12:27 +01:00
|
|
|
$dropdown_triangle: 8px;
|
2014-09-29 12:17:27 +01:00
|
|
|
$popover_triangle: 14px;
|
2014-10-26 17:07:35 +00:00
|
|
|
$popover_triangle_shallow_multiplier: 0.8; // Adjusts the height of the triangle relative to its width, so it's 0.8x the height of the width
|