ux: tabs update

This commit is contained in:
Torkel Ödegaard 2017-12-03 16:22:59 +01:00
parent a47bf7dfd9
commit 15f46b8534
2 changed files with 4 additions and 2 deletions

View File

@ -232,5 +232,5 @@ $dashboard-padding: $panel-margin * 2;
$panel-padding: 0px 10px 5px 10px; $panel-padding: 0px 10px 5px 10px;
// tabs // tabs
$tabs-padding: 10px 15px 10px; $tabs-padding: 9px 15px 9px;

View File

@ -12,8 +12,10 @@
} }
.tabbed-view-header { .tabbed-view-header {
background: $page-header-bg;
box-shadow: $page-header-shadow;
border-bottom: 1px solid $page-header-border-color;
@include clearfix(); @include clearfix();
@include brand-bottom-border();
} }
.tabbed-view-title { .tabbed-view-title {