Skip to content

Commit

Permalink
Reduce padding-top for body-xs in ccd-suggested variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Nov 13, 2024
1 parent bcf1702 commit 7b01bb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ merch-card[variant="ccd-suggested"] [slot="cta"] a {
:host([variant='ccd-suggested']) ::slotted([slot='body-xs']) {
color: var(--ccd-gray-700-dark, #464646);
padding-top: 8px;
padding-top: 6px;
}
:host([variant='ccd-suggested'].wide-strip) ::slotted([slot='body-xs']) {
Expand Down
2 changes: 1 addition & 1 deletion libs/deps/mas/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ merch-card[variant="ccd-suggested"] [slot="cta"] a {
:host([variant='ccd-suggested']) ::slotted([slot='body-xs']) {
color: var(--ccd-gray-700-dark, #464646);
padding-top: 8px;
padding-top: 6px;
}
:host([variant='ccd-suggested'].wide-strip) ::slotted([slot='body-xs']) {
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/mas/dist/mas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ merch-card[variant="ccd-suggested"] [slot="cta"] a {
:host([variant='ccd-suggested']) ::slotted([slot='body-xs']) {
color: var(--ccd-gray-700-dark, #464646);
padding-top: 8px;
padding-top: 6px;
}
:host([variant='ccd-suggested'].wide-strip) ::slotted([slot='body-xs']) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class CCDSuggested extends VariantLayout {
:host([variant='ccd-suggested']) ::slotted([slot='body-xs']) {
color: var(--ccd-gray-700-dark, #464646);
padding-top: 8px;
padding-top: 6px;
}
:host([variant='ccd-suggested'].wide-strip) ::slotted([slot='body-xs']) {
Expand Down

0 comments on commit 7b01bb4

Please sign in to comment.