Sha256: c1bab06e87d34ec3076e7dd11a8e99735e54d18d506c64694c0937bbd4c5c456

Contents?: true

Size: 913 Bytes

Versions: 3

Compression:

Stored size: 913 Bytes

Contents

$total-columns  : 12;
$column-width   : 5.3em;
$gutter-width   : 1.2em;
$grid-padding   : 2 * $gutter-width;


// Breakpoints

$small: 600px;
$medium: 900px;

//Colors
$link-blue: #13A7C7;
$link-dark-blue: #10869f;
$dark-grey: #333;
$hero-grey: #8c8c8c;
$main-nav-grey: #bababa;
$med-grey:#484848;
$light-grey: #ddd;
$lightest-grey: #eee;

//Font Stacks
$sans-serif: helvetica, arial, sans-serif;

//Typography
$copy-font-family: $sans-serif;
$copy-font-size: 16px;
$copy-line-height: 1.8;

$header-font-family: $sans-serif;
$header-font-weight: bold;
$header-font-style: normal;
$header-font-color: #222;
$header-line-height: 1.3;
$header-letter-spacing: -1px;

$header-top-margin: .2em;
$header-bottom-margin: .5em;
$header-text-rendering: optimizeLegibility;

$h1-font-size: pem(44px);
$h2-font-size: pem(37px);
$h3-font-size: pem(27px);
$h4-font-size: pem(23px);
$h5-font-size: pem(18px);
$h6-font-size: 1em;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
my-compass-framework-1.0.5 templates/project/global/_variables.scss
my-compass-framework-1.0.4 templates/project/global/_variables.scss
my-compass-framework-1.0.0 templates/project/global/_variables.scss