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
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Nov 18, 2021
1 parent c331f48 commit 96230ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/components/BadgeDialog.scss
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 96230ab

Please sign in to comment.