gui: add header to sidebar

This commit is contained in:
Nils Schneider 2015-07-08 21:28:26 +02:00
commit 27752b2270
3 changed files with 15 additions and 5 deletions

View file

@ -33,13 +33,16 @@ $buttondistance: 12pt;
}
}
.tabs, header {
background: rgba(0, 0, 0, 0.02);
}
.tabs {
padding: 1em 0 0 !important;
margin: 0;
list-style: none;
display: flex;
font-family: Roboto;
background: rgba(0, 0, 0, 0.02);
@include shadow(1);
}