Shrink "Become a Sustainer" font size in badge dialog

This commit is contained in:
Evan Hahn 2021-11-18 11:53:39 -06:00 committed by GitHub
parent c0444f66a1
commit 86a52c3cbf
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;
}