From f83340cae4835a66376d5ed5e0c3642090c58888 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 28 Apr 2020 17:22:20 -0300 Subject: [PATCH] Update button styles to reduce size The buttons are now closer in size to the buttons in the designs. The button styles will be updated to match the designs more closely in a separate PR. --- .../unconnected-account-alert.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/app/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss b/ui/app/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss index 3729d870a853..1a1b75f7f1c6 100644 --- a/ui/app/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss +++ b/ui/app/components/app/alerts/unconnected-account-alert/unconnected-account-alert.scss @@ -14,6 +14,12 @@ button:first-child { margin-right: 24px; } + + button { + font-size: 14px; + line-height: 20px; + padding: 8px; + } } &__error {