From 96230abde5d7be5c71f2064de0262622f7b60440 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:09:07 -0800 Subject: [PATCH] Shrink "Become a Sustainer" font size in badge dialog Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- stylesheets/components/BadgeDialog.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/components/BadgeDialog.scss b/stylesheets/components/BadgeDialog.scss index 2d62542fb..b6415bdce 100644 --- a/stylesheets/components/BadgeDialog.scss +++ b/stylesheets/components/BadgeDialog.scss @@ -115,6 +115,12 @@ &__instructions-button { width: 100%; + + // We use this selector for specificity. + &.module-Button { + font-size: 17px; + } + &--hidden { visibility: hidden; }