Skip to content

Commit

Permalink
Merge branch 'feature/component-creation' of https://github.com/shama…
Browse files Browse the repository at this point in the history
…lijadhav/piramalfinance into feature/component-creation
  • Loading branch information
Sm1pleScr1pt committed Jun 25, 2024
2 parents abd4d2e + fe022dc commit 862aea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ main img {


/* common classes for banner background start */
.teaser.block.bg--lilen>.background{
.teaser.block.--lilen>.background{
background-color: var(--lilen);
}

.teaser.block.bg--rosewhite>.background{
.teaser.block.--rosewhite>.background{
background-color: var(--rosewhite);
}

Expand All @@ -430,7 +430,7 @@ main img {
background-size: 100% 100%;
}

.teaser.block.bg----skyblue>.background {
.teaser.block.--skyblue>.background {
background-color: var(--skyblue);
}
/* common classes for banner background end */
Expand Down

0 comments on commit 862aea7

Please sign in to comment.