Dashboard tabs should match other tabs on the site

This commit is contained in:
Andrew Nicolaou 2019-10-20 17:38:04 +02:00
parent 36f305e2e7
commit 66704e3788
1 changed files with 6 additions and 2 deletions

View File

@ -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 {