From 0513aa083812a1668abfb6bbecd9d393a115b1fe Mon Sep 17 00:00:00 2001 From: Zhiting Lin Date: Fri, 24 Aug 2018 15:12:39 +0800 Subject: [PATCH] update console style. --- src/features/app/components/Modal/Modal.scss | 6 +++--- src/features/shared/components/ConsoleSection/ConsoleSection.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/features/app/components/Modal/Modal.scss b/src/features/app/components/Modal/Modal.scss index 455b697..37f909d 100644 --- a/src/features/app/components/Modal/Modal.scss +++ b/src/features/app/components/Modal/Modal.scss @@ -48,8 +48,8 @@ } .title { - height: 50px; - padding: 10px 30px; + height: 55px; + padding: $gutter-size/2 $gutter-size; border-bottom: 1px solid $border-color; font-size: $font-size-section-title; color: $text-strong-color; @@ -58,5 +58,5 @@ .close { position: absolute; right: 10px; - top: 5px; + top: 10px; } diff --git a/src/features/shared/components/ConsoleSection/ConsoleSection.scss b/src/features/shared/components/ConsoleSection/ConsoleSection.scss index 6ca273e..de6c614 100644 --- a/src/features/shared/components/ConsoleSection/ConsoleSection.scss +++ b/src/features/shared/components/ConsoleSection/ConsoleSection.scss @@ -4,7 +4,7 @@ .reactConsoleContainer { box-sizing: border-box; - height: calc(100% - 116px); + height: calc(100% - 121px); padding: 30px; overflow: scroll; background-color: $background-content-color; -- 2.11.0