side nav bar for admin dashboard
This commit is contained in:
14
public/css/admin/navbar.css
vendored
14
public/css/admin/navbar.css
vendored
@@ -3,7 +3,19 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
.sidebar {
|
||||||
|
width: 100px;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100vh;
|
||||||
|
z-index: 999;
|
||||||
|
background: #7386D5;
|
||||||
|
color: #fff;
|
||||||
|
transition: all 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-sticky {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user