From 54bc114144e7d5156b0c906a7b03acc77133afc3 Mon Sep 17 00:00:00 2001 From: Axel Cureno Basurto Date: Thu, 28 Mar 2024 11:09:41 -0700 Subject: [PATCH] Update merch-card.js --- libs/deps/merch-card.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libs/deps/merch-card.js b/libs/deps/merch-card.js index 2d5e69da937..ed2ab380b98 100644 --- a/libs/deps/merch-card.js +++ b/libs/deps/merch-card.js @@ -1,4 +1,4 @@ -// branch: MWPW-136871 commit: 3682b0a6a4275226dcd69bc03c04848a1203c228 Thu, 28 Mar 2024 17:48:23 GMT +// branch: MWPW-136871 commit: 3682b0a6a4275226dcd69bc03c04848a1203c228 Thu, 28 Mar 2024 18:03:38 GMT import{html as n,LitElement as O}from"/libs/deps/lit-all.min.js";import{css as x,unsafeCSS as p}from"/libs/deps/lit-all.min.js";var d="(max-width: 767px)";var i="(min-width: 768px)",c="(min-width: 1200px)",s="(min-width: 1600px)";var w=x` :host { position: relative; @@ -237,6 +237,10 @@ import{html as n,LitElement as O}from"/libs/deps/lit-all.min.js";import{css as x margin-top: 2px; } + :host([variant='twp']) .twp-badge { + padding: 4px 10px 5px 10px; + } + :host([variant='twp']) .top-section { flex: 0; display: flex; @@ -687,7 +691,8 @@ merch-card[variant="twp"] [slot="body-xs-top"] { } merch-card[variant="twp"] [slot="body-xs"] ul { - padding-left: 0; + padding: 0; + margin: 0; } merch-card[variant="twp"] [slot="body-xs"] ul li {