From 66704e378844ccd2adc397515ec2a7a075e3c29b Mon Sep 17 00:00:00 2001 From: Andrew Nicolaou Date: Sun, 20 Oct 2019 17:38:04 +0200 Subject: [PATCH] Dashboard tabs should match other tabs on the site --- client/styles/components/_dashboard-header.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/styles/components/_dashboard-header.scss b/client/styles/components/_dashboard-header.scss index 953958fa..57e6c626 100644 --- a/client/styles/components/_dashboard-header.scss +++ b/client/styles/components/_dashboard-header.scss @@ -15,6 +15,10 @@ padding: 0 66px; } +.dashboard-header__switcher { + flex: 1; +} + .dashboard-header__tabs { display: flex; padding-top: #{24 / $base-font-size}rem; @@ -39,7 +43,7 @@ } } - font-size: #{21 / $base-font-size}rem; + font-size: #{12 / $base-font-size}rem; } .dashboard-header__tab--selected { @@ -51,8 +55,8 @@ } .dashboard-header__tab__title { - font-weight: bold; margin: 0; + padding: 0 #{5 /$base-font-size}rem; } .dashboard-header__nav {