Skip to content

Commit

Permalink
Merge pull request #1021 from mozilla/1015-banner-premium-visibility
Browse files Browse the repository at this point in the history
Fix #1015 - Survey background colors are now purple when user is premium
  • Loading branch information
codemist authored Aug 20, 2021
2 parents 1d8eccb + 1f6fb1e commit 7b194f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/scss/partials/banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
ul {
list-style-type: none;
}

.is-premium & {
background-color: $color-purple-90;
}
}

.micro-survey-banner {
Expand Down

0 comments on commit 7b194f2

Please sign in to comment.