|
@@ -3,12 +3,10 @@
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] #page { // adding #page here to override default wc styles without !important
|
|
body[class*="woocommerce"] #page { // adding #page here to override default wc styles without !important
|
|
|
|
|
|
- .woocommerce-order {
|
|
|
|
- h2 {
|
|
|
|
- font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
|
|
|
- font-size: map-deep-get($config-global, "font", "size", "lg");
|
|
|
|
- font-weight: bold;
|
|
|
|
- }
|
|
|
|
|
|
+ .woocommerce-order h2 {
|
|
|
|
+ font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
|
|
|
+ font-size: map-deep-get($config-global, "font", "size", "lg");
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
.woocommerce-order-overview.order_details {
|
|
.woocommerce-order-overview.order_details {
|
|
@@ -48,14 +46,8 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .woocommerce-form-coupon-toggle {
|
|
|
|
- .woocommerce-info {
|
|
|
|
- // margin-bottom: 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- & + .checkout_coupon {
|
|
|
|
- margin-bottom: map-deep-get($config-global, "spacing", "vertical");
|
|
|
|
- }
|
|
|
|
|
|
+ .woocommerce-form-coupon-toggle + .checkout_coupon {
|
|
|
|
+ margin-bottom: map-deep-get($config-global, "spacing", "vertical");
|
|
}
|
|
}
|
|
|
|
|
|
form.checkout_coupon,
|
|
form.checkout_coupon,
|
|
@@ -110,16 +102,14 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .checkout {
|
|
|
|
-
|
|
|
|
- .create-account small {
|
|
|
|
- font-size: map-deep-get($config-global, "font", "size", "xs");
|
|
|
|
- color: map-deep-get($config-global, "color", "foreground", "light");
|
|
|
|
- }
|
|
|
|
|
|
+ .checkout .create-account small {
|
|
|
|
+ font-size: map-deep-get($config-global, "font", "size", "xs");
|
|
|
|
+ color: map-deep-get($config-global, "color", "foreground", "light");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#payment {
|
|
#payment {
|
|
|
|
+
|
|
background: transparent;
|
|
background: transparent;
|
|
border: map-deep-get($config-woocommerce, "table", "border", "width") solid map-deep-get($config-woocommerce, "table", "border", "color");
|
|
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");
|
|
border-radius: map-deep-get($config-woocommerce, "table", "border", "radius");
|
|
@@ -172,11 +162,8 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
color: map-deep-get($config-global, "color", "foreground", "light");
|
|
color: map-deep-get($config-global, "color", "foreground", "light");
|
|
}
|
|
}
|
|
|
|
|
|
- .woocommerce-SavedPaymentMethods {
|
|
|
|
-
|
|
|
|
- .woocommerce-SavedPaymentMethods-tokenInput {
|
|
|
|
- margin-right: map-deep-get($config-global, "spacing", "unit");
|
|
|
|
- }
|
|
|
|
|
|
+ .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
|
|
|
|
+ margin-right: map-deep-get($config-global, "spacing", "unit");
|
|
}
|
|
}
|
|
|
|
|
|
.wc-credit-card-form {
|
|
.wc-credit-card-form {
|
|
@@ -227,10 +214,8 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
border-color: map-deep-get($config-woocommerce, "table", "border", "color");
|
|
border-color: map-deep-get($config-woocommerce, "table", "border", "color");
|
|
}
|
|
}
|
|
|
|
|
|
- .woocommerce-invalid {
|
|
|
|
- #terms {
|
|
|
|
- outline-color: map-deep-get($config-global, "color", "alert", "error");
|
|
|
|
- }
|
|
|
|
|
|
+ .woocommerce-invalid #terms {
|
|
|
|
+ outline-color: map-deep-get($config-global, "color", "alert", "error");
|
|
}
|
|
}
|
|
|
|
|
|
.checkout h3 {
|
|
.checkout h3 {
|
|
@@ -243,9 +228,7 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
border-color: map-deep-get($config-woocommerce, "table", "border", "color");
|
|
border-color: map-deep-get($config-woocommerce, "table", "border", "color");
|
|
}
|
|
}
|
|
|
|
|
|
- .woocommerce-invalid {
|
|
|
|
- #terms {
|
|
|
|
- outline-color: map-deep-get($config-global, "color", "alert", "error");
|
|
|
|
- }
|
|
|
|
|
|
+ .woocommerce-invalid #terms {
|
|
|
|
+ outline-color: map-deep-get($config-global, "color", "alert", "error");
|
|
}
|
|
}
|
|
}
|
|
}
|