working on a new admin dashboard

This commit is contained in:
2020-04-03 00:06:37 -05:00
parent c2e8b07de0
commit f464080639
7 changed files with 207 additions and 353 deletions

16
public/css/admin/navbar.css vendored Normal file
View File

@@ -0,0 +1,16 @@
.wrapper {
display: flex;
width: 100%;
}
#sidebar {
width: 250px;
position: fixed;
top: 0;
left: 0;
height: 100vh;
z-index: 999;
background: #7386D5;
color: #fff;
transition: all 0.3s;
}