From e9f400048b5dd8e267882f3bfa709238bf9b4929 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:15:53 +0530 Subject: [PATCH] fix: Black friday deal hello bar UI issue fixed (#333) --- 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 b8c6d0c0..9c919afa 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -702,7 +702,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; @@ -717,12 +717,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; } } }