From e4e68f4526b4d28fa55a9ad154c675b89bc2f2de Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 18 Aug 2021 16:24:59 +0200 Subject: [PATCH] Refined multi-tier discount label --- ghost/portal/src/components/common/ProductsSection.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index a59453cab8..15cecc2ecd 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -93,9 +93,9 @@ export const ProductsSectionStyles = ({site}) => { .gh-portal-products-priceswitch .gh-portal-discount-label { position: relative; - font-size: 1.3rem; - letter-spacing: 0.3px; - margin: 0 0 0 4px; + font-size: 1.25rem; + letter-spacing: 0.25px; + margin: 0 0 0 6px; padding: 2px 6px; top: unset; left: unset; @@ -103,8 +103,8 @@ export const ProductsSectionStyles = ({site}) => { width: unset; } - .gh-portal-products-priceswitch. gh-portal-discount-label:before { - border-radius: 5px; + .gh-portal-products-priceswitch .gh-portal-discount-label:before { + border-radius: 3px; } .gh-portal-products-grid {