Changed menu view

This commit is contained in:
Lars van Hijfte
2017-01-23 13:17:01 +01:00
parent a165878aa8
commit 1ec8de71f0
5 changed files with 19 additions and 12 deletions

View File

@@ -8,11 +8,13 @@
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);
background-color: #EEE;
/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}
.menu section {
margin: 0 5px 10px 5px;
background-color: white;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}