From 1c24708e253ad2241620d04aed3bf7e9cd3ea1f0 Mon Sep 17 00:00:00 2001 From: hsing Date: Fri, 12 Feb 2021 22:26:48 -0500 Subject: [PATCH] Update cart form quantity and coupon code input style --- .../client/legacy/css/twenty-twenty-one.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss b/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss index 199deae3fc8..903ccaccb67 100644 --- a/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss +++ b/plugins/woocommerce/client/legacy/css/twenty-twenty-one.scss @@ -127,11 +127,13 @@ a.button { } .site-main { + .woocommerce-breadcrumb { margin-bottom: var(--global--spacing-vertical); font-size: 0.88889em; font-family: $headings; } + .woocommerce-products-header { margin-top: var(--global--spacing-vertical); } @@ -2887,6 +2889,8 @@ a.reset_variations { .woocommerce-cart-form { + text-align: center; + .shop_table_responsive { margin-top: var(--global--spacing-vertical); margin-bottom: var(--global--spacing-vertical); @@ -2895,8 +2899,9 @@ a.reset_variations { border: none; } - #coupon_code { + input#coupon_code.input-text { min-width: 9rem; + width: auto !important; } } @@ -2920,6 +2925,11 @@ a.reset_variations { height: auto !important; } } + + input.qty { + width: 6em; + text-align: center; + } } .cart-collaterals {