2014-01-30 12:20:51 +01:00
|
|
|
// Base
|
|
|
|
|
2014-02-03 23:10:54 +01:00
|
|
|
$base-colour: #444;
|
2014-01-30 12:20:51 +01:00
|
|
|
$base-background-colour: #fff;
|
|
|
|
|
|
|
|
$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2014-02-03 23:10:54 +01:00
|
|
|
$base-font-size: 16;
|
2014-01-30 12:20:51 +01:00
|
|
|
$base-line-height: 1.5;
|
2014-02-18 12:42:46 +01:00
|
|
|
$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
|
2014-01-30 12:20:51 +01:00
|
|
|
|
2014-02-03 16:33:44 +01:00
|
|
|
// Media Queries
|
|
|
|
|
|
|
|
$mobile: 640px;
|
|
|
|
|
2014-01-30 12:20:51 +01:00
|
|
|
// Scaffolding
|
|
|
|
|
2014-02-14 12:47:14 +01:00
|
|
|
$max-width: 940px;
|
|
|
|
$grid-columns: 12;
|
|
|
|
$gutter: 20;
|
2014-01-30 12:20:51 +01:00
|
|
|
|
2014-02-18 12:42:46 +01:00
|
|
|
// Custom colours etc.
|