Split spree variable changes into per-feature files, add an eaterprises feature for default layout

This commit is contained in:
Rohan Mitchell
2013-04-22 16:12:50 +10:00
parent a90f060b28
commit 3dd4e074fc
23 changed files with 180 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ $c_red: #e45353; /* Error red */
$layout_background_color: #FFFFFF;
$title_text_color: #404042;
$body_text_color: #404042;
$link_text_color: #006066;
$link_text_color: #00ADEE;
$product_background_color: #FFFFFF;
$product_title_text_color: #404042;
@@ -56,3 +56,6 @@ $ff_base: 'Ubuntu', sans-serif;
$input_box_font_size: 13px;
$base_font_size: 12px;
$button_border_color: rgba(0, 138, 189, .75);
@import "./variables_changes.css.scss";