From 4faac3ec34ae6dc8868f1507d51fd6994dbf5f5a Mon Sep 17 00:00:00 2001 From: maksim Date: Mon, 23 Jun 2025 10:11:10 +0300 Subject: [PATCH] =?UTF-8?q?Task=206899=20|=20=D0=BF=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=80=D0=B7=D0=B8=D0=BD=D1=8B=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D1=87=D0=B5?= =?UTF-8?q?=D0=BA=D0=B0=D1=83=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/checkout/assets/css/checkout.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css b/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css index f7929e7..f27fe37 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css +++ b/wp-content/themes/cosmopet/modules/shop/components/checkout/assets/css/checkout.css @@ -692,14 +692,7 @@ border-radius: 4px; padding: 5px; } -.remove-item { - background: #ff4d4d; - color: white; - border: none; - padding: 5px 10px; - cursor: pointer; - border-radius: 4px; + +.form-row{ + margin-top: 1rem; } -.remove-item:hover { - background: #e63939; -} \ No newline at end of file