From 762919a108c8a4caa396f3d4075e1f4749cfcaa7 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 15 Aug 2025 18:25:23 +0200 Subject: [PATCH] Gift Modals: Fix styles in `ConfirmBuyGift` and `GiftResalePriceComposer` (#6103) --- src/components/modals/gift/info/GiftInfoModal.module.scss | 5 +---- .../gift/resale/GiftResalePriceComposerModal.module.scss | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/modals/gift/info/GiftInfoModal.module.scss b/src/components/modals/gift/info/GiftInfoModal.module.scss index 8e35f5438..0b2a283bc 100644 --- a/src/components/modals/gift/info/GiftInfoModal.module.scss +++ b/src/components/modals/gift/info/GiftInfoModal.module.scss @@ -8,10 +8,7 @@ .checkBoxDescription { display: flex; - - margin-bottom: 2rem; - margin-inline: 1rem; - + margin-bottom: 1rem; font-size: 0.875rem; color: var(--color-text-secondary); } diff --git a/src/components/modals/gift/resale/GiftResalePriceComposerModal.module.scss b/src/components/modals/gift/resale/GiftResalePriceComposerModal.module.scss index c1150d18f..9d31cea32 100644 --- a/src/components/modals/gift/resale/GiftResalePriceComposerModal.module.scss +++ b/src/components/modals/gift/resale/GiftResalePriceComposerModal.module.scss @@ -1,10 +1,7 @@ .checkBoxDescription, .inputPriceDescription { display: flex; - margin-bottom: 2rem; - margin-inline: 1rem; - font-size: 0.875rem; color: var(--color-text-secondary); } @@ -14,7 +11,7 @@ } .inputPriceDescription { - margin-top: 0.875rem; + margin-top: 0.5rem; margin-bottom: 1rem; }