From 5ad4b21cdfd4bde3f579dddd27b558f497545dd6 Mon Sep 17 00:00:00 2001 From: Mira Fedas <30750556+mirafedas@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:16:44 +0200 Subject: [PATCH] MWPW-148002: Adjust Strike-through price font size for: merch-card (all variations) (#2459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * descreased strikethrough price font size * use milo style variable for font size --------- Co-authored-by: Ilyas Stéphane Türkben --- libs/blocks/merch/merch.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/blocks/merch/merch.css b/libs/blocks/merch/merch.css index e4a89dad3c..5b73ff82fe 100644 --- a/libs/blocks/merch/merch.css +++ b/libs/blocks/merch/merch.css @@ -8,6 +8,8 @@ span[data-wcs-osi] { } span.placeholder-resolved[data-template="strikethrough"], span.price.price-strikethrough { + font-size: var(--type-body-xs-size); + font-weight: normal; text-decoration: line-through; }