Skip to content

Commit

Permalink
Merge pull request #291 from hlxsites/284-colour-hero-banner
Browse files Browse the repository at this point in the history
284 Adding classes to capture the large hero background colours
  • Loading branch information
davenichols-DHLS authored Feb 19, 2024
2 parents 8236ab6 + 352701f commit 218ba96
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions styles/Typo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,34 @@ form.hs-form .hs-input[type="checkbox"] {
background-color: #ededed;
}

.hero.large.background-orange{
background-color: #e47031;
}

.hero.large.background-yellow{
background-color: #ec8f2d;
}

.hero.large.background-green{
background-color: #78a12e;
}

.hero.large.background-red{
background-color: #d1222b;
}

.hero.large.background-blue{
background-color: #005796;
}

.hero.large.background-black{
background-color: #0d233e;
}

.hero.large.background-purple{
background-color: #6f2a8e;
}

.hero.large > div:nth-child(1) picture > img {
position: absolute;
top: 0;
Expand Down

0 comments on commit 218ba96

Please sign in to comment.