Skip to content

Commit

Permalink
Feature/tci 1101 hero title on image (#826)
Browse files Browse the repository at this point in the history
* 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 <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane authored Jul 26, 2023
1 parent c4725a9 commit 071d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_patterns/02-molecules/hero/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 071d521

Please sign in to comment.