Skip to content

Commit

Permalink
MWPW-166012: ABM text styling on suggested card
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Jan 21, 2025
1 parent a4101ed commit bef3210
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
6 changes: 5 additions & 1 deletion libs/deps/mas/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions libs/deps/mas/merch-card.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion libs/features/mas/dist/mas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion libs/features/mas/src/variants/ccd-suggested.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@ export class CCDSuggested extends VariantLayout {
:host([variant='ccd-suggested']) ::slotted([slot='price']) {
font-size: var(--consonant-merch-card-body-xs-font-size);
line-height: var(--consonant-merch-card-body-xs-line-height);
min-width: fit-content;
}
:host([variant='ccd-suggested']) ::slotted([slot='price']) em {
font-size: var(--consonant-merch-card-body-xxs-font-size);
line-height: var(--consonant-merch-card-body-xxs-line-height);
}
:host([variant='ccd-suggested']) ::slotted([slot='cta']) {
Expand Down

0 comments on commit bef3210

Please sign in to comment.