Created
April 16, 2015 11:04
-
-
Save pixelcoder/7bb4f9705794fb4a190d to your computer and use it in GitHub Desktop.
SCSS: Definitions
This file contains hidden or 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
$default_colour: #2b2b2b; | |
$primary_colour: #e14d43; | |
$secondary_colour: #0074a2; | |
$info_colour: #fbf5da; | |
$success_colour: #ebfeeb; | |
$error_colour: #fef1f0; | |
$primary_font_stack_regular: 'opensansregular', sans-serif; | |
$primary_font_stack_italic: 'opensansregularitalic', sans-serif; | |
$primary_font_stack_bold: 'opensansbold', sans-serif; | |
$primary_font_stack_bold_italic: 'opensansbolditalic', sans-serif; | |
$secondary_font_stack_regular: 'titillium_bold', sans-serif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment