Moves splt private and public files

This commit is contained in:
Marijn Jansen
2017-01-13 14:26:38 +01:00
parent 120e02f4d1
commit faf5442528
37 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,26 @@
.menu {
position: fixed;
z-index: 50;
left: 0;
top: 80px;
height: calc(100% - 80px);
width: 256px;
background-color: white;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu h4 {
padding: 10px;
}
.nav-list li {
padding: 5px 20px;
}
.more-item {
padding: 5px 20px;
color: #666;
font-size: 14px;
}