From 02bbe258699db6c68d1695252903626b32904e8e Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:09:16 +0530 Subject: [PATCH] fix: Black friday deal hello bar UI issue fixed --- src/templates/page.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/templates/page.scss b/src/templates/page.scss index b60d615..cc4998d 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -721,7 +721,7 @@ table{ .leadin-preview-wrapper { h4 { @apply font-bold; - font-size: 1.6rem; + font-size: 16px; line-height: normal; color: #000000 !important; margin: 0 auto; @@ -736,12 +736,11 @@ table{ } .leadin-button { @apply font-bold text-center; - font-size: 1.4rem; + font-size: 14px; color: #fff !important; border-radius: 3px; background-color: #191919 !important; font-style: normal; - height: 2.7rem; } } }