From 2280c4cd080a49123a4a4c67ea00f6abef5eef78 Mon Sep 17 00:00:00 2001 From: reshmai Date: Fri, 18 Aug 2023 15:45:39 -0500 Subject: [PATCH] Tci 1131 hero banner attr landscape color (#829) * H4 css added for Aside editor config * Code refactored * Change hero background image color * changed color code for attribution title --------- Co-authored-by: Reshma Dhane --- source/_patterns/02-molecules/hero/_hero.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/02-molecules/hero/_hero.scss b/source/_patterns/02-molecules/hero/_hero.scss index 445ce0b15..f260192ef 100644 --- a/source/_patterns/02-molecules/hero/_hero.scss +++ b/source/_patterns/02-molecules/hero/_hero.scss @@ -229,6 +229,6 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme); .jcc-hero-tiles__side .jcc-signature-bottom-right { bottom: 0; right: 0; - background: rgba(92, 92, 92, 0.7); + background: rgba(45, 45, 45, 0.7); padding: 0 8px; }