|
|
@ -71,11 +71,32 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sidebar-header {
|
|
|
|
.sidebar-header {
|
|
|
|
|
|
|
|
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
background: #272822;
|
|
|
|
background: #272822;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&-logo {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > img {
|
|
|
|
|
|
|
|
//width: 40px;
|
|
|
|
|
|
|
|
//height: auto;
|
|
|
|
|
|
|
|
max-width: 130px !important;
|
|
|
|
|
|
|
|
max-height: 40px !important;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > .logo-label {
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
color: darkgrey;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#sidebarCollapse {
|
|
|
|
#sidebarCollapse {
|
|
|
|