Skip to content

Commit

Permalink
Tci 1131 hero banner attr landscape color (#828)
Browse files Browse the repository at this point in the history
* H4 css added for Aside editor config

* Code refactored

* Change hero background image color

---------

Co-authored-by: Reshma Dhane <reshmaingavale@gmail.com>
  • Loading branch information
reshmai and Reshma Dhane authored Aug 18, 2023
1 parent 4961386 commit 8e465b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_patterns/02-molecules/hero/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,13 @@ $_config: map-merge-by-keys($_config_schemes, base, $_config_schemes, $scheme);
}

.jcc-hero-tiles__background .jcc-signature-bottom-right {
bottom: 8px;
bottom: 0;
right: 0;
text-orientation: mixed;
writing-mode: vertical-lr;
transform: scale(-1, -1);
background: rgba(69,69,69,0.7);
padding: 8px 0;
}

.jcc-hero-tiles__background::before {
Expand Down

0 comments on commit 8e465b1

Please sign in to comment.