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; }