2014-11-13 13:38:31 +00:00
|
|
|
/**
|
|
|
|
* WooCommerce CSS Variables
|
|
|
|
*/
|
|
|
|
|
|
|
|
$woocommerce: #a46497;
|
|
|
|
$green: #7ad03a;
|
|
|
|
$red: #a00;
|
|
|
|
$orange: #ffba00;
|
|
|
|
$blue: #2ea2cc;
|
|
|
|
|
2016-12-19 11:28:09 +00:00
|
|
|
$primary: #a46497; // Primary color for buttons (alt)
|
|
|
|
$primarytext: desaturate(lighten($primary, 50%), 18%); // Text on primary color bg
|
2014-09-22 17:35:48 +00:00
|
|
|
|
2014-11-13 13:38:31 +00:00
|
|
|
$secondary: desaturate(lighten($primary, 40%), 21%); // Secondary buttons
|
2016-12-19 11:28:09 +00:00
|
|
|
$secondarytext: desaturate(darken($secondary, 60%), 21%); // Text on secondary color bg
|
2014-09-22 17:35:48 +00:00
|
|
|
|
|
|
|
$highlight: adjust-hue($primary, 150deg); // Prices, In stock labels, sales flash
|
2016-12-19 11:28:09 +00:00
|
|
|
$highlightext: desaturate(lighten($highlight, 50%), 18%); // Text on highlight color bg
|
2014-09-22 17:35:48 +00:00
|
|
|
|
|
|
|
$contentbg: #fff; // Content BG - Tabs (active state)
|
2014-11-13 13:38:31 +00:00
|
|
|
$subtext: #777; // small, breadcrumbs etc
|