Shrink "Become a Sustainer" font size in badge dialog

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-11-18 10:09:07 -08:00 committed by GitHub
parent c331f481d4
commit 96230abde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -115,6 +115,12 @@
&__instructions-button {
width: 100%;
// We use this selector for specificity.
&.module-Button {
font-size: 17px;
}
&--hidden {
visibility: hidden;
}