This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2017-08-01 13:21:13 +00:00
|
|
|
/*
|
|
|
|
Theme Name: _s
|
|
|
|
|
|
|
|
WooCommerce styles override
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* WooCommerce color variables
|
|
|
|
*/
|
|
|
|
$woocommerce__color-error: #e2401c;
|
|
|
|
$woocommerce__color-success: #0f834d;
|
2020-04-05 20:49:27 +00:00
|
|
|
$woocommerce__color-info: #3d9cd2;
|
2017-08-01 13:21:13 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Imports
|
|
|
|
*/
|
|
|
|
@import "variables-site/variables-site";
|
|
|
|
@import "mixins/mixins-master";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Shop tables
|
|
|
|
*/
|
|
|
|
@import "shop/tables";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Products
|
|
|
|
*/
|
|
|
|
@import "shop/products";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Single product
|
|
|
|
*/
|
|
|
|
@import "shop/single-product";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Checkout
|
|
|
|
*/
|
|
|
|
@import "shop/checkout";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* General WooCommerce components
|
|
|
|
*/
|
|
|
|
@import "shop/components";
|
|
|
|
|
|
|
|
/**
|
|
|
|
* WooCommerce widgets
|
|
|
|
*/
|
2017-08-30 11:03:53 +00:00
|
|
|
@import "shop/widgets";
|