From a05e55d119039ef70562c01cfed8c40f46953dcc Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Tue, 17 Nov 2020 09:48:42 -0600 Subject: [PATCH] Improve the readability of cart confirmation --- assets/css/twenty-twenty-one.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index a817dfdb7f7..c80cdfff3d6 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -211,11 +211,6 @@ a.button { } } -.woocommerce-message { - background: #eee; - color: $body-color; -} - .woocommerce-error { color: #fff; background: #b22222; @@ -245,6 +240,7 @@ a.button { } } +.woocommerce-message, .woocommerce-info { background: #eee; color: #000; @@ -2012,7 +2008,7 @@ a.reset_variations { } input[type=checkbox] { - width: 25px !important; + width: 25px !important; } } @@ -2174,7 +2170,9 @@ a.reset_variations { .woocommerce-page { .related.products { + ul.products[class*=columns-] { + li.product { padding: 0 2vw 3em 0 !important; margin-bottom: 2em; @@ -2299,6 +2297,7 @@ a.reset_variations { } .related.products { + ul.products { display: flex; flex-direction: column;