gui: add header to sidebar
This commit is contained in:
parent
68de68fd25
commit
27752b2270
3 changed files with 15 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue