File: /home/imensosw/orgchart.imenso.co/src/style/sidebar.css
.navbar {
background-color: #060b26;
height: 50px;
justify-content: start;
align-items: center;
}
.menu-bars {
font-size: 1.5rem ;
}
.menu-bars_close{
font-size: 1.5rem;
}
.menu-bars_close:hover{
background-color: #1a83ff;
}
.nav-menu {
background-color: #060b26;
width: 250px;
height: 100vh;
display: flex;
justify-content: center;
position: absolute;
top: 0;
left: -100%;
z-index: 9;
transition: 850ms;
}
.nav-menu.active {
left: 0;
transition: 350ms;
}
.nav-text {
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
height: 60px;
}
.nav-text a {
text-decoration: none;
color: #f5f5f5;
font-size: 14px;
width: 95%;
height: 100%;
display: flex;
align-items: center;
padding: 0 16px;
border-radius: 4px;
}
.nav-text :hover {
background-color: #1a83ff;
}
.nav-menu-items {
width: 100%;
}
.navbar-toggle {
width: 100%;
height: 80px;
display: flex;
justify-content: flex-end;
align-items: center;
}
span {
margin-left: 16px;
}
.logout_btn{
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
height: 60px;
}
.logout_btn :hover {
background-color: #1a83ff;
}