diff --git a/web/themes/custom/materiotheme/assets/dist/main.css b/web/themes/custom/materiotheme/assets/dist/main.css index 323fe9d..15b3694 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.css +++ b/web/themes/custom/materiotheme/assets/dist/main.css @@ -2235,7 +2235,9 @@ article.card { background-color: #ff9f50; padding: 1em; } #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main label, - #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main legend { + #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main legend, + #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-contact-information, + #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main fieldset#edit-review-payment-information { color: #fff; } #main-content form.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main fieldset { border: none; diff --git a/web/themes/custom/materiotheme/assets/styles/main.scss b/web/themes/custom/materiotheme/assets/styles/main.scss index f81ca89..8183315 100644 --- a/web/themes/custom/materiotheme/assets/styles/main.scss +++ b/web/themes/custom/materiotheme/assets/styles/main.scss @@ -1499,7 +1499,9 @@ article.card{ background-color: $color-webshowroom; padding: 1em; label, - legend{ + legend, + fieldset#edit-review-contact-information, + fieldset#edit-review-payment-information{ color: #fff; } fieldset{