Skip to content

Commit

Permalink
Update ccd-suggested variant width to 305px
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Nov 13, 2024
1 parent 7b01bb4 commit 9c831c9
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 @@ -1323,7 +1323,7 @@ merch-card[variant='twp'] merch-offer-select {
}
`);var Qa=`
:root {
--merch-card-ccd-suggested-width: 302px;
--merch-card-ccd-suggested-width: 305px;
--merch-card-ccd-suggested-height: 205px;
--merch-card-ccd-suggested-background-img-size: 119px;
}
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 @@ -1347,7 +1347,7 @@ merch-card[variant='twp'] merch-offer-select {
}
`};import{html as Bt,css as Gt}from"../lit-all.min.js";var yt=`
:root {
--merch-card-ccd-suggested-width: 302px;
--merch-card-ccd-suggested-width: 305px;
--merch-card-ccd-suggested-height: 205px;
--merch-card-ccd-suggested-background-img-size: 119px;
}
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 @@ -1323,7 +1323,7 @@ merch-card[variant='twp'] merch-offer-select {
}
`);var Qa=`
:root {
--merch-card-ccd-suggested-width: 302px;
--merch-card-ccd-suggested-width: 305px;
--merch-card-ccd-suggested-height: 205px;
--merch-card-ccd-suggested-background-img-size: 119px;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const CSS = `
:root {
--merch-card-ccd-suggested-width: 302px;
--merch-card-ccd-suggested-width: 305px;
--merch-card-ccd-suggested-height: 205px;
--merch-card-ccd-suggested-background-img-size: 119px;
}
Expand Down

0 comments on commit 9c831c9

Please sign in to comment.