Skip to content

Commit

Permalink
Shrink "Become a Sustainer" font size in badge dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored Nov 18, 2021
1 parent c0444f6 commit 86a52c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/components/BadgeDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@

&__instructions-button {
width: 100%;

// We use this selector for specificity.
&.module-Button {
font-size: 17px;
}

&--hidden {
visibility: hidden;
}
Expand Down

0 comments on commit 86a52c3

Please sign in to comment.