_variables.scss 669 B

123456789101112131415161718192021
  1. /**
  2. * WooCommerce CSS Variables
  3. */
  4. $woocommerce: #a46497;
  5. $green: #7ad03a;
  6. $red: #a00;
  7. $orange: #ffba00;
  8. $blue: #2ea2cc;
  9. $primary: #15b6b8; // Primary color for buttons (alt)
  10. $primarytext: #fff; // Text on primary color bg
  11. $secondary: #ebe9eb; // Secondary buttons
  12. $secondarytext: #515151; // Text on secondary color bg
  13. $highlight: #15b6b8; // Prices, In stock labels, sales flash
  14. $highlightext: #fff; // Text on highlight color bg
  15. $contentbg: #fff; // Content BG - Tabs (active state)
  16. $subtext: #777; // small, breadcrumbs etc