Skip to content

Commit

Permalink
GH-93: Fix bug from intro of x-overlay-- mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Oct 27, 2021
1 parent 88a2a3e commit 57d8eeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
.s-home__banner .o-section__banner-overlay {
@extend %x-overlay--curtain;
}
.s-home__banner .o-section--style-dark .o-section__banner-overlay {
.s-home__banner.o-section--style-dark .o-section__banner-overlay {
--color-bkgd-rgb: var(--global-color-primary--x-dark-rgb);
}
.s-home__banner .o-section--style-light .o-section__banner-overlay {
.s-home__banner.o-section--style-light .o-section__banner-overlay {
--color-bkgd-rgb: var(--global-color-primary--x-light-rgb);
}

Expand Down

0 comments on commit 57d8eeb

Please sign in to comment.