Skip to content

Instantly share code, notes, and snippets.

@ilpoldo
Created April 21, 2011 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpoldo/934191 to your computer and use it in GitHub Desktop.
Save ilpoldo/934191 to your computer and use it in GitHub Desktop.
// Here is where you can define your constants for your application and to configure the blueprint framework.
// Feel free to delete these if you want keep the defaults:
$blueprint-grid-columns: 24;
$blueprint-container-size: 950px;
$blueprint-grid-margin: 10px;
// Use this to calculate the width based on the total width.
// Or you can set !blueprint_grid_width to a fixed value and unset !blueprint_container_size -- it will be calculated for you.
$blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin;
$gigavine-white: #fff;
$gigavine-dark-blue: #465560;
$gigavine-light-grey: #8a949a;
$gigavine-medium-grey: #5c5c5c;
$gigavine-dark-grey: #747f87;
$darkest: #222;
$accent-red-bg: #fae8f1;
$accent-yellow-bg: #fff6f1;
$accent-blue-bg: #e8f1fa;
$accent-azure-bg: #eef5f5;
$accent-green-bg: #f9f9ec;
$accent-company: #ff9966;
$accent-creative: #660000;
$accent-languages: #0066cc;
$accent-technology: #cc0066;
$accent-contact: #669933;
$gigavine-backgorund: #F7F7E4;
$gigavine-green: #007f7b;
$gigavine-fushia: #cc0066;
$gigavine-light-gray: #ececec;
$gigavine-gray: #c0c2c3;
$gigavine-dark-gray: #747f87;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment