Skip to content

Commit

Permalink
Fix #1015 - Survey background colors are now purple when user is premium
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 17, 2021
1 parent fd495b3 commit 1f6fb1e
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 1f6fb1e

Please sign in to comment.