Reorganising file structure
This commit is contained in:
parent
df85ee4450
commit
3ef7fb2d98
11 changed files with 0 additions and 7 deletions
|
@ -1,38 +0,0 @@
|
|||
// Base
|
||||
|
||||
$color: #222;
|
||||
$bodyBackgroundColour: #fff;
|
||||
|
||||
$baseFontStack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
$baseFontSize: 14;
|
||||
$baseLineHeight: 1.5;
|
||||
$marginBottom: ($baseFontSize * $baseLineHeight);
|
||||
|
||||
$h1FontSize: 28;
|
||||
$h2FontSize: 24;
|
||||
$h3FontSize: 21;
|
||||
$h4FontSize: 18;
|
||||
$h5FontSize: 16;
|
||||
$h6FontSize: 16;
|
||||
|
||||
// Lists
|
||||
|
||||
$listMarginLeft: 24;
|
||||
|
||||
// Scaffolding
|
||||
|
||||
$containerWidth: 1200;
|
||||
$containerPadding: 40;
|
||||
$columnGutter: 20;
|
||||
$columnCount: 12;
|
||||
$columnWidth: ( ( $containerWidth + $columnGutter ) - ( $columnGutter * $columnCount ) ) / $columnCount;
|
||||
|
||||
// Tables
|
||||
|
||||
$tableBorderColour: #ddd;
|
||||
|
||||
// Forms
|
||||
$inputBorderColour: #ccc;
|
||||
$inputBackgroundColour: #fff;
|
||||
$btnBorderColour: #ccc;
|
||||
$btnBackgroundColour: #eee;
|
Loading…
Add table
Add a link
Reference in a new issue