removing compass

This commit is contained in:
Adam Bradley
2013-09-09 12:06:17 -05:00
parent 0ba0343f11
commit bcaef572fe
35 changed files with 2878 additions and 3971 deletions

View File

@ -7,8 +7,7 @@ $brandWarning: #f0ad4e;
$brandDanger: #d9534f;
$brandInfo: #5bc0de;
// Grays
// Global Gray Colors
// -------------------------------
$black: #000 !default;
$grayDarker: #222 !default;
@ -19,7 +18,7 @@ $grayLighter: #eee !default;
$white: #fff !default;
// Accent colors
// Global Accent Colors
// -------------------------------
$blue: #049cdb !default;
$blueDark: #0064cd !default;
@ -31,7 +30,7 @@ $pink: #c3325f !default;
$purple: #7a43b6 !default;
// Fonts
// Global Fonts
// -------------------------------
$sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$lightSansFontFamily: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
@ -39,6 +38,13 @@ $serifFontFamily: Georgia, "Times New Roman", Times, serif !default;
$monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace !default;
// Base
// -------------------------------
$baseFontFamily: $sansFontFamily;
$baseBackgroundColor: #fff;
$textColor: $grayDark !default;
// Forms
// -------------------------
$inputBackground: $white !default;
@ -50,13 +56,6 @@ $inputHeight: $baseFontSize + 10px; // base line-height + 8px
$placeholderText: $grayLight !default;
// Base
// -------------------------------
$baseFontFamily: $sansFontFamily;
$baseBackgroundColor: #fff;
$textColor: $grayDark !default;
// Typography
// -------------------------------
$lightColor: #fff;