Skip to content

Commit

Permalink
Fix content container shadow when set to transparent (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored and KaichenWang committed Jan 5, 2022
1 parent 0089907 commit ec8d982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/section-image-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@
--color-button-text: 255, 255, 255;
--alpha-button-background: 0;
}

.banner--desktop-transparent .content-container:after {
display: none;
}
}

@media screen and (max-width: 749px) {
Expand Down

0 comments on commit ec8d982

Please sign in to comment.