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

View File

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