From fc021341e510c04726f74b7b2748a7e773508bc5 Mon Sep 17 00:00:00 2001 From: Vinay Date: Thu, 22 Dec 2022 12:18:54 +0530 Subject: [PATCH 1/2] W-11956135: Reprice action for ESM Cart. --- .../configure-offer/_b2bAttributeConfigOffer.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss b/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss index 8c442a263..5fb0c589f 100644 --- a/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss +++ b/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss @@ -180,3 +180,11 @@ color: $black-primary; } } + +.nds-b2b-rapid-content { + margin: -2.5rem 1.5rem auto; +} + +.nds-b2b-rapid-content span { + width: 2.5rem; +} \ No newline at end of file From 8d4510f072f64689a2709b5dffd257347492ce84 Mon Sep 17 00:00:00 2001 From: Vinay Date: Thu, 22 Dec 2022 13:22:16 +0530 Subject: [PATCH 2/2] Review comments addressed. --- .../configure-offer/_b2bAttributeConfigOffer.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss b/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss index 5fb0c589f..47595037b 100644 --- a/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss +++ b/ui/components/b2b/components/configure-offer/_b2bAttributeConfigOffer.scss @@ -183,8 +183,8 @@ .nds-b2b-rapid-content { margin: -2.5rem 1.5rem auto; -} -.nds-b2b-rapid-content span { - width: 2.5rem; + span { + width: 2.5rem; + } } \ No newline at end of file