From 071d5213d2c6d08f1d55dc6fb05b4564f322ecfa Mon Sep 17 00:00:00 2001 From: reshmai Date: Tue, 25 Jul 2023 19:36:54 -0500 Subject: [PATCH] Feature/tci 1101 hero title on image (#826) * H4 css added for Aside editor config * Code refactored * Signature title field added into twig * Image signature title added * TCI-1101--Signature title attribute added for Hero banner * TCI-1101--Added null check for div * removed z-index for photo attribution text * Conflicts resolved * Changed css for Photo attribution * TCI-1101--background color change --------- 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 57cb6566d..393fc0276 100644 --- a/source/_patterns/02-molecules/hero/_hero.scss +++ b/source/_patterns/02-molecules/hero/_hero.scss @@ -227,6 +227,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(0, 94, 162, 0.7); + background: rgba(92, 92, 92, 0.7); padding: 0 8px; }