Skip to content

Commit

Permalink
review comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akodaganur committed Nov 15, 2022
1 parent 4b5c47d commit 9af2de1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9af2de1

Please sign in to comment.