From f316079bfad8061b488018791c081583c7d5ea65 Mon Sep 17 00:00:00 2001 From: ha77an Date: Tue, 9 Jun 2020 13:24:08 +0300 Subject: [PATCH] edited steps style and app bar --- client/src/components/App/index.js | 6 +++--- client/src/components/common/AppBar/style.css | 1 + client/src/components/pages/application/Steps/style.css | 4 ++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/client/src/components/App/index.js b/client/src/components/App/index.js index ab0aa20..939ee44 100644 --- a/client/src/components/App/index.js +++ b/client/src/components/App/index.js @@ -197,6 +197,9 @@ const App = () => { UserAvatar={avatar} loading={loading} /> + {pathname !== '/myprofile' && ( + + )} { path="/myprofile" render={() => } /> - {pathname !== '/myprofile' && ( - - )} diff --git a/client/src/components/common/AppBar/style.css b/client/src/components/common/AppBar/style.css index ab0b10c..dd3410f 100644 --- a/client/src/components/common/AppBar/style.css +++ b/client/src/components/common/AppBar/style.css @@ -15,5 +15,6 @@ @media only screen and (max-width: 610px) { .logo{ margin-left: 3rem; + margin-top: 0.5rem; } } \ No newline at end of file diff --git a/client/src/components/pages/application/Steps/style.css b/client/src/components/pages/application/Steps/style.css index 8dd9f9b..699049b 100644 --- a/client/src/components/pages/application/Steps/style.css +++ b/client/src/components/pages/application/Steps/style.css @@ -47,6 +47,9 @@ margin-left: 1rem; list-style: none; } +.steps h6 { + font-size: 1.5rem; +} @media only screen and (max-width: 1150px) { .text_Welcome { @@ -159,6 +162,7 @@ padding-right: 5%; padding-left: 5%; margin-left: 0; + padding-bottom: 30%; width: 35rem; z-index: 1; }