|
@@ -73,9 +73,7 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
}
|
|
|
|
|
|
#add_payment_method {
|
|
|
-
|
|
|
table.cart {
|
|
|
-
|
|
|
.product-thumbnail {
|
|
|
min-width: map-deep-get($config-global, "spacing", "horizontal");
|
|
|
}
|
|
@@ -90,26 +88,29 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
margin: 0 map-deep-get($config-global, "spacing", "unit") 0 0;
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .wc-proceed-to-checkout {
|
|
|
+ .wc-proceed-to-checkout {
|
|
|
|
|
|
- padding: map-deep-get($config-global, "spacing", "vertical") 0;
|
|
|
+ padding: map-deep-get($config-global, "spacing", "vertical") 0;
|
|
|
|
|
|
- a.checkout-button {
|
|
|
- margin-bottom: map-deep-get($config-global, "spacing", "vertical");
|
|
|
- font-size: map-deep-get($config-global, "font", "size", "md");
|
|
|
- padding: map-deep-get($config-global, "spacing", "unit");
|
|
|
- }
|
|
|
+ a.checkout-button {
|
|
|
+ margin-bottom: map-deep-get($config-global, "spacing", "unit");
|
|
|
+ font-size: map-deep-get($config-global, "font", "size", "md");
|
|
|
+ padding: map-deep-get($config-global, "spacing", "unit");
|
|
|
}
|
|
|
|
|
|
- .checkout .create-account small {
|
|
|
- font-size: map-deep-get($config-global, "font", "size", "xs");
|
|
|
- color: map-deep-get($config-global, "color", "foreground", "light");
|
|
|
+ a.wcppec-checkout-buttons__button {
|
|
|
+ padding-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- #payment {
|
|
|
+ .checkout .create-account small {
|
|
|
+ font-size: map-deep-get($config-global, "font", "size", "xs");
|
|
|
+ color: map-deep-get($config-global, "color", "foreground", "light");
|
|
|
+ }
|
|
|
|
|
|
+ #payment {
|
|
|
background: transparent;
|
|
|
border: map-deep-get($config-woocommerce, "table", "border", "width") solid map-deep-get($config-woocommerce, "table", "border", "color");
|
|
|
border-radius: map-deep-get($config-woocommerce, "table", "border", "radius");
|