Skip to content

Commit

Permalink
DEX-16338 - Added awards support for default banner also
Browse files Browse the repository at this point in the history
  • Loading branch information
vradulescu-bd committed Dec 15, 2023
1 parent b535ae1 commit 40a81e9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions solutions/blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ main .hero .discount-bubble .discount-bubble-1 {
main .hero .wrapper-plan-discount {
margin: 0 0 10px;
display: -webkit-box;
display: flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
Expand Down Expand Up @@ -375,7 +374,7 @@ main .hero ul li::after {
z-index: 2;
}

main .hero.black-background ul.hero-awards {
main .hero ul.hero-awards {
display: flex;
flex-flow: row wrap;
align-items: center;
Expand All @@ -385,19 +384,19 @@ main .hero.black-background ul.hero-awards {
text-align: left;
}

main .hero.black-background ul.hero-awards li {
main .hero .hero-content ul.hero-awards li {
display: block;
min-height: 20px;
margin: 0 20px 30px 0;
padding: 0;
width: auto;
}

main .hero.black-background ul.hero-awards li::before {
main .hero ul.hero-awards li::before {
content: none;
}

main .hero.black-background ul.hero-awards li picture img{
main .hero ul.hero-awards li picture img {
display: block;
height: 80px;
width: auto;
Expand Down Expand Up @@ -509,7 +508,7 @@ main .hero .hero-awards li::after {
letter-spacing: .96px;
}

main .hero.black-background ul.hero-awards {
main .hero ul.hero-awards {
display: flex;
flex-direction: row;
align-items: center;
Expand All @@ -518,7 +517,7 @@ main .hero .hero-awards li::after {
padding: 40px 0 0;
}

main .hero.black-background ul.hero-awards li {
main .hero ul.hero-awards li {
display: block;
min-height: 20px;
margin: 9px 20px 0 0;
Expand Down

0 comments on commit 40a81e9

Please sign in to comment.