Skip to content

Commit

Permalink
Merge pull request vlocityinc#69 from sf-industries/release-244/W-122…
Browse files Browse the repository at this point in the history
…43544-FixNowButtonStyle

W-12243544 => Fix now button style
  • Loading branch information
pjhajee authored Jan 18, 2023
2 parents 55501a6 + c285fbb commit 6cc5045
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ui/components/b2b/components/configure-offer/_b2bConfigCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
z-index: -1;
}

.nds-b2b-fixmember-container{
.nds-b2b-fixmember-error-message{
background-color: #FEF1EE;
padding: 0.5rem;

.nds-b2b-fixnow-link{
color: #C23934;
font-weight: bolder;
}
}
}

.nds-b2b-card_container {
flex: 1;
.nds-b2b-card_tabs {
Expand Down Expand Up @@ -404,3 +392,15 @@
color: $black-primary;
}
}

.nds-b2b-fixmember-container{
.nds-b2b-fixmember-error-message{
background-color: #FEF1EE;
padding: 0.5rem;

.nds-b2b-fixnow-link{
color: #C23934;
font-weight: bolder;
}
}
}

0 comments on commit 6cc5045

Please sign in to comment.