Skip to content

Commit

Permalink
Merge pull request #46 from sf-industries/release-242/W-11777149_quot…
Browse files Browse the repository at this point in the history
…e_clone

W-11777149 ==> add css for quote clone model
  • Loading branch information
pjhajee authored Oct 11, 2022
2 parents e83d7ee + 430e2e5 commit 8f552a6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/b2b/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@import '../components/cart-summary/b2bButtonResp';
@import '../components/cart-summary/b2bDropdown';
@import '../components/cart-summary/b2bCart';
@import '../components/cart-summary/b2bQuoteClone';
//Modal components
@import '../components/modal/b2bModal';
@import '../components/modal/b2bInputs';
Expand Down
53 changes: 53 additions & 0 deletions ui/components/b2b/components/cart-summary/_b2bQuoteClone.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
.nds-b2b-quote-clone-header {
font-weight: 400;
font-size: 1.25rem;
text-align: center;
color: $newport-black-primary;
}

.nds-b2b-quote-clone-content {
margin: 2.25rem;
.nds-b2b-quote-clone-title{
font-weight: 400;
font-size: 0.8rem;
line-height: 1.25rem;
color: $newport-black-primary;
}
.nds-b2b-quote-clone-input-label {
font-weight: 400;
font-size: 0.8rem;
line-height: 1.125rem;
color: $palette-gray-11;
margin-top: 1rem;
}
.nds-b2b-quote-clone-input{
background: $white-primary;
border: 0.063 solid $newport-border-gray;
border-radius: 0.25rem;
width: 19rem;
height: 2rem;
}
.nds-b2b-quote-clone-option-title {
font-weight: 400;
font-size: 0.8rem;
line-height: 1.25rem;
color: $newport-black-primary;
margin-top: 2.5rem;
margin-bottom: 1rem;
}
.nds-b2b-quote-clone-option {
display: flex;
align-items: center;
.nds-b2b-quote-clone-option-text {
font-weight: 400;
font-size: 0.8rem;
line-height: 1.25rem;
color: $palette-gray-11;
margin-left: 0.4rem;
}
}
}

.nds-b2b-quote-clone-footer {
background-color: $palette-gray-90;
}

0 comments on commit 8f552a6

Please sign in to comment.