2014-04-06 14:14:03 +00:00
|
|
|
/*
|
|
|
|
Neat Overrides
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import "neat-helpers";
|
|
|
|
|
|
|
|
$column: 90px;
|
|
|
|
$gutter: 30px;
|
|
|
|
$grid-columns: 12;
|
|
|
|
$max-width: em(1180);
|
|
|
|
|
|
|
|
/*
|
|
|
|
Neat Breakpoints
|
|
|
|
*/
|
|
|
|
|
|
|
|
$medium-screen: em(640);
|
|
|
|
$large-screen: em(860);
|
|
|
|
|
|
|
|
$medium-screen-up: new-breakpoint(min-width $medium-screen 4);
|
|
|
|
$large-screen-up: new-breakpoint(min-width $large-screen 8);
|
|
|
|
|
|
|
|
/*
|
|
|
|
Typography
|
|
|
|
*/
|
|
|
|
|
2014-04-15 09:59:52 +00:00
|
|
|
$open-sans: 'Open Sans', sans-serif;
|
|
|
|
$montserrat: 'Montserrat', sans-serif;
|
|
|
|
$fontawesome: 'FontAwesome';
|
2014-04-06 14:14:03 +00:00
|
|
|
$sans-serif: $open-sans;
|
|
|
|
|
|
|
|
$base-font-family: $sans-serif;
|
2014-04-13 11:16:51 +00:00
|
|
|
$header-font-family: $montserrat;
|
2014-04-06 14:14:03 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
Sizes
|
|
|
|
*/
|
|
|
|
|
|
|
|
$base-font-size: 1em;
|
|
|
|
$base-line-height: $base-font-size * 1.5;
|
|
|
|
$base-border-radius: em(3);
|
|
|
|
|
|
|
|
/*
|
|
|
|
Colours
|
|
|
|
*/
|
2014-04-08 23:28:46 +00:00
|
|
|
|
2014-04-12 01:35:42 +00:00
|
|
|
$red: #de8650;
|
2014-04-08 23:28:46 +00:00
|
|
|
$green: #1f7f5c;
|
|
|
|
$blue: #5a9aa8;
|
|
|
|
$purple: #6a5a8c;
|
|
|
|
$gold: #FFD700;
|
2014-04-09 20:44:04 +00:00
|
|
|
|
2014-04-09 23:43:20 +00:00
|
|
|
$dark-blue: #046;
|
2014-04-06 14:14:03 +00:00
|
|
|
$dark-gray: #232323;
|
2014-04-09 23:43:20 +00:00
|
|
|
|
2014-04-08 23:28:46 +00:00
|
|
|
$medium-gray: #2e2e2e;
|
2014-04-09 20:44:04 +00:00
|
|
|
|
|
|
|
$light-blue: #F3F3FB;
|
2014-04-06 14:14:03 +00:00
|
|
|
$light-gray: #DDD;
|
2014-04-08 23:28:46 +00:00
|
|
|
$light-red: #e56c69;
|
2014-04-06 14:14:03 +00:00
|
|
|
$light-yellow: #FFF6BF;
|
2014-04-08 23:28:46 +00:00
|
|
|
$light-green: #1f7f5c;
|
2014-04-06 14:14:03 +00:00
|
|
|
|
|
|
|
$base-body-color: white;
|
2014-04-08 23:28:46 +00:00
|
|
|
$base-font-color: #232323;
|
2014-04-06 14:14:03 +00:00
|
|
|
$base-accent-color: $blue;
|
2014-04-08 23:28:46 +00:00
|
|
|
$base-link-color: #285258;
|
2014-04-06 14:14:03 +00:00
|
|
|
$hover-link-color: darken($base-accent-color, 15);
|
|
|
|
$base-border-color: $light-gray;
|
|
|
|
|
|
|
|
$error-color: $light-red;
|
|
|
|
$notice-color: $light-yellow;
|
|
|
|
$success-color: $light-green;
|
|
|
|
|
|
|
|
$background-primary: #232323;
|
|
|
|
$background-secondary: #ece9e1;
|
|
|
|
$background-tertiary: #e2dfd8;
|
|
|
|
|
|
|
|
$text-primary: #232323;
|
|
|
|
$text-secondary: #888888;
|
|
|
|
$text-tertiary: #666666;
|
|
|
|
|
|
|
|
$link-primary: #285258;
|
|
|
|
|
|
|
|
$navbar-primary: #232323;
|
|
|
|
$navbar-secondary: #5a9aa8;
|
|
|
|
$navbar-border: #2e2e2e;
|
|
|
|
$navbar-text: white;
|
|
|
|
|
|
|
|
$flash-text: white;
|
|
|
|
$flash-notice: #5a9aa8;
|
2014-04-15 22:04:43 +00:00
|
|
|
$flash-success: $green;
|
2014-04-12 01:35:42 +00:00
|
|
|
$flash-warning: $red;
|
2014-04-06 14:14:03 +00:00
|
|
|
$flash-error: #e56c69;
|
|
|
|
|
2014-04-15 09:59:52 +00:00
|
|
|
$input-font-size: em(16);
|
2014-04-06 14:14:03 +00:00
|
|
|
$input-primary: white;
|
|
|
|
$input-secondary: #5a9aa8;
|
|
|
|
$input-text: #232323;
|
2014-04-08 23:28:46 +00:00
|
|
|
$input-border-width: em(3);
|
2014-04-09 20:44:04 +00:00
|
|
|
$input-border-colour: darken($light-blue, 10);
|
2014-04-08 23:28:46 +00:00
|
|
|
$input-padding: em(11);
|
|
|
|
|
|
|
|
$input-dark-background-colour: $dark-gray;
|
2014-04-09 20:44:04 +00:00
|
|
|
$input-dark-border-colour: $light-gray;
|
|
|
|
$input-dark-border-width: em(2);
|
2014-04-08 23:28:46 +00:00
|
|
|
$input-dark-border-hover-colour: $blue;
|
|
|
|
$input-dark-border-focus-colour: $green;
|
2014-04-06 14:14:03 +00:00
|
|
|
|
|
|
|
$button-primary: #5a9aa8;
|
2014-04-15 22:04:43 +00:00
|
|
|
$button-secondary: $green;
|
2014-04-06 14:14:03 +00:00
|
|
|
$button-text: white;
|