From 4b5c47d38398eb6259970d461167bd8a574de147 Mon Sep 17 00:00:00 2001 From: Aminsab Abdulrahim Kodaganur Date: Mon, 14 Nov 2022 15:55:24 +0530 Subject: [PATCH 1/2] custom css for alignment of pop-over --- .../configure-offer/_b2bOfferConfig.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss b/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss index 1b00f654f1..59705fe650 100644 --- a/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss +++ b/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss @@ -14,9 +14,25 @@ } } +.nds-b2b-grey-35{ + color:$grey-35; +} + .b2b-config-offer { padding-bottom: 2rem; background: $white-smoke; + .nds-b2b-inline-block-relative{ + display:inline-block; + position:relative; + } + .nds-b2b-popover-alignment{ + position:absolute; + left: 0; + top:2rem; + width:48rem; + max-height: 25rem; + overflow-y: auto; + } @media screen and (min-width: 48rem){ padding: 1rem 1rem 9rem; } From 9af2de1223a7a605e59ce3f6354ae582465ca569 Mon Sep 17 00:00:00 2001 From: Aminsab Abdulrahim Kodaganur Date: Tue, 15 Nov 2022 12:12:51 +0530 Subject: [PATCH 2/2] review comment fixed --- .../configure-offer/_b2bOfferConfig.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss b/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss index 59705fe650..1875494ef7 100644 --- a/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss +++ b/ui/components/b2b/components/configure-offer/_b2bOfferConfig.scss @@ -14,22 +14,22 @@ } } -.nds-b2b-grey-35{ - color:$grey-35; +.nds-b2b-grey-35 { + color: $grey-35; } .b2b-config-offer { padding-bottom: 2rem; background: $white-smoke; - .nds-b2b-inline-block-relative{ - display:inline-block; - position:relative; + .nds-b2b-inline-block-relative { + display: inline-block; + position: relative; } - .nds-b2b-popover-alignment{ - position:absolute; + .nds-b2b-popover-alignment { + position: absolute; left: 0; - top:2rem; - width:48rem; + top: 2rem; + width: 48rem; max-height: 25rem; overflow-y: auto; }