From d43a525a43cd12b24a8b89ff532a0cb93db8f7df Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 6 Feb 2024 16:48:21 +0100 Subject: [PATCH] PaymentModal: Fix layout of the payment modal (#4204) --- src/components/payment/Checkout.module.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/payment/Checkout.module.scss b/src/components/payment/Checkout.module.scss index 03002887a..66cf8d972 100644 --- a/src/components/payment/Checkout.module.scss +++ b/src/components/payment/Checkout.module.scss @@ -106,7 +106,8 @@ border-radius: 1rem; width: 1.5rem; height: 1.5rem; - margin-right: 2rem; + margin-inline-start: 0.125rem; + margin-inline-end: 1.25rem; } .provider.stripe { @@ -136,9 +137,9 @@ } .tos-checkbox { - margin-left: 0.5rem; - padding-left: 4rem; - + margin-left: 0.625rem; + padding-left: 3.1875rem; + :global(.Checkbox-main) { &::before, &::after {