working on a new admin dashboard
This commit is contained in:
16
public/css/admin/navbar.css
vendored
Normal file
16
public/css/admin/navbar.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user