From 3162a2747c0e54f729405caaef777519e4ded4dc Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Thu, 25 Oct 2018 01:25:39 -0230 Subject: Redesign of gas customization basic tab. --- .../basic-tab-content/index.scss | 25 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss') diff --git a/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss b/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss index b7b6c0f94..e34e4e328 100644 --- a/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss +++ b/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss @@ -1,13 +1,28 @@ .basic-tab-content { display: flex; flex-direction: column; - align-items: center; - margin-bottom: 22px; - height: 291px; + align-items: flex-start; + padding-left: 21px; + height: 324px; + background: #F5F7F8; + border-bottom: 1px solid #d2d8dd; &__title { margin-top: 19px; - font-size: 20px; - color: $scorpion; + font-size: 16px; + color: $black; + } + + &__blurb { + font-size: 12px; + color: $black; + margin-top: 5px; + margin-bottom: 15px; + } + + &__footer-blurb { + font-size: 12px; + color: #979797; + margin-top: 15px; } } -- cgit v1.2.3