Created
April 21, 2011 11:14
-
-
Save ilpoldo/934191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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