From 630c0a61916e972bb6d99a02e2f7103351525035 Mon Sep 17 00:00:00 2001 From: lev Date: Wed, 9 Feb 2022 18:54:25 +0500 Subject: [PATCH] =?UTF-8?q?=D1=87=D1=83=D1=82=D0=BA=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=B1=D1=80=D0=B0=D0=BB=D1=81=D1=8F=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20?= =?UTF-8?q?=D1=87=D0=B5=D0=BA=D0=B1=D0=BE=D0=BA=D1=81=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderForm.tsx | 2 +- src/styles/inputs.css | 22 +--------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/src/components/OrderForm.tsx b/src/components/OrderForm.tsx index 8b56261..b33cad8 100644 --- a/src/components/OrderForm.tsx +++ b/src/components/OrderForm.tsx @@ -102,7 +102,7 @@ function Checkboxes({checkboxes, setCheckbox}) { />

- до {checkbox.name == 'Демонтаж старой таблички' ? 2990 : 6990} ₽ + {/*до {checkbox.name == 'Демонтаж старой таблички' ? 2990 : 6990} ₽*/}

{checkbox.name} diff --git a/src/styles/inputs.css b/src/styles/inputs.css index 7648641..455272d 100644 --- a/src/styles/inputs.css +++ b/src/styles/inputs.css @@ -81,7 +81,7 @@ justify-content: center; align-items: center; height: 6rem; - width: 20rem; + /*width: 20rem;*/ min-height: 66px; min-width: 236px; border-radius: 56px; @@ -90,11 +90,6 @@ } .check__input:checked + .check__box { - height: 6rem; - width: 20rem; - min-height: 66px; - min-width: 236px; - border-radius: 56px; border-color: #FEC72E; } @@ -106,21 +101,11 @@ .check__input:checked:focus + .check__box { - height: 6rem; - width: 20rem; - min-height: 66px; - min-width: 236px; - border-radius: 56px; border-color: #FEC72E; } .check__input:hover + .check__box, .check__input:focus-visible + .check__box { - height: 6rem; - width: 20rem; - min-height: 66px; - min-width: 236px; - border-radius: 56px; border-color: #FFFFFF; } @@ -130,11 +115,6 @@ } .check__input:checked:focus-visible + .check__box { - height: 6rem; - width: 20rem; - min-height: 66px; - min-width: 236px; - border-radius: 56px; border-color: #FEC72E; outline: 5px solid #ffffff; }