Initial navigation tree

This commit is contained in:
Jori Lallo
2016-06-18 11:40:11 -07:00
parent d2479c199e
commit 591050a1e3
9 changed files with 607 additions and 7 deletions

View File

@@ -1,4 +1,9 @@
.actions {
display: flex;
flex-direction: row;
}
}
.sidebar {
width: 250px;
padding: 40px 20px;
}