Skip to content

Commit

Permalink
Feature/tci 1101 Photo attribution title on Hero banner (#821)
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

---------

Co-authored-by: Reshma Dhane <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane committed Jul 20, 2023
1 parent 9747dda commit 6785317
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/_patterns/02-molecules/hero/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme);
color: #F3F3F3;
font-size: 9px;
line-height: 22px;
font-family: Lato;
font-family: Lato, Helvetica, sans-serif;
}

.jcc-hero-tiles__background .jcc-signature-bottom-right {
Expand All @@ -216,6 +216,13 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme);
transform: scale(-1, -1);
}

<<<<<<< HEAD
.jcc-hero-tiles__background::before {
z-index : 0 !important;
}

=======
>>>>>>> 2.x
.jcc-hero-tiles__side .jcc-signature-bottom-right {
bottom: 0;
right: 95px;
Expand Down

0 comments on commit 6785317

Please sign in to comment.