Skip to content

Commit 7a5e166

Browse files
authored
Merge pull request #59 from sf-industries/release-242/W-12194282
W-12194282 : Mass discount styling changes to match UX design
2 parents d254cd9 + cb91548 commit 7a5e166

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ui/components/b2b/components/_tokens.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $b2b-checkbox-red: #FFC2C2;
1919
$b2b-header-gray: #C4C4C4;
2020
$b2b-section-title-black: #0B0B0B;
2121
$b2b-pill-text-orange: #FF8A00;
22+
$b2b-pill-border-gray: #C5C5C5;
2223
$b2b-section-background-gray: rgba(221, 219, 218, 0.33);
2324
$b2b-section-description-black: #000000;
2425
$b2b-modal-title-gray: #979797;

ui/components/b2b/components/cart-summary/_b2bDiscountPanel.scss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,24 @@
1414

1515
.nds-b2b-section-tile_title {
1616
color: $b2b-section-title-black;
17+
line-height: 1.5rem;
1718
}
1819

1920
.nds-b2b-section-tile_pill {
2021
background: $b2b-section-background-gray;
2122
color: $b2b-pill-text-orange;
2223
font-weight: 700;
23-
padding: 0.2rem;
24-
border-radius: 0.75rem
24+
font-size: 0.6rem;
25+
line-height: 0.75rem;
26+
width: fit-content;
27+
padding: 0.2rem 1rem;
28+
border-radius: 0.6rem;
29+
border: 0.3px solid $b2b-pill-border-gray;
30+
}
31+
32+
.nds-b2b-section-status-icon {
33+
height: 1.2rem;
34+
width: 1.2rem;
2535
}
2636

2737
.nds-accordion__section {

0 commit comments

Comments
 (0)