Skip to content

Commit

Permalink
Fix #803 - Change .hidden to .is-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Aug 4, 2021
1 parent 3c0eadb commit 889fff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scss/partials/vpn-promo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
--vpn-purple: #C5C8FB;
}

.vpn-promo-banner + .micro-survey-banner.hidden {
.vpn-promo-banner + .micro-survey-banner.is-hidden {
display: none;
}

Expand Down

0 comments on commit 889fff1

Please sign in to comment.