From 550e49a64c0b8d4c96fdcea5c249305a97f90048 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Thu, 17 Sep 2020 13:02:00 -0700 Subject: [PATCH] Gas modal styling fixes (#9433) --- .../gas-modal-page-container/basic-tab-content/index.scss | 2 ++ .../gas-customization/gas-modal-page-container/index.scss | 6 +----- .../app/gas-customization/gas-price-button-group/index.scss | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss index 06587323b..113d7f187 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/basic-tab-content/index.scss @@ -14,6 +14,7 @@ } &__blurb { + width: 95%; font-size: 12px; color: $black; margin-top: 5px; @@ -21,6 +22,7 @@ } &__footer-blurb { + width: 95%; font-size: 12px; color: #979797; margin-top: 15px; diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss index d8edc10c1..63c2259f8 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/index.scss @@ -96,10 +96,6 @@ color: $scorpion; font-size: 12px; - @media screen and (max-width: $break-small) { - padding: 4px 21px; - } - &__send-info, &__transaction-info, &__total-info, @@ -139,7 +135,7 @@ } &__value { - font-size: 14px; + font-size: 12px; } } } diff --git a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss index 603bf8950..fc614d011 100644 --- a/ui/app/components/app/gas-customization/gas-price-button-group/index.scss +++ b/ui/app/components/app/gas-customization/gas-price-button-group/index.scss @@ -177,7 +177,7 @@ } &__time-estimate { - font-size: 14px; + font-size: 12px; font-weight: 500; margin-top: 4px; color: $black;