2019-04-24 11:26:53 +02:00
|
|
|
.logo-img {
|
2019-05-08 14:48:57 +02:00
|
|
|
width: 60px;
|
|
|
|
display: block;
|
|
|
|
max-height: none;
|
2019-09-17 12:55:18 +02:00
|
|
|
margin-left: 50px;
|
2019-04-24 11:26:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo-img img {
|
2019-09-17 12:55:18 +02:00
|
|
|
width: 155px;
|
2019-05-08 14:48:57 +02:00
|
|
|
top: 0px;
|
|
|
|
position: inherit;
|
2019-04-24 11:26:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebarSubtitle p {
|
2019-05-08 14:48:57 +02:00
|
|
|
margin-left: 20px;
|
|
|
|
color: rgb(166, 166, 166);
|
2019-04-24 11:26:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav hr {
|
2019-05-08 14:48:57 +02:00
|
|
|
border-top: 1px solid #fff;
|
2020-06-26 11:08:51 +02:00
|
|
|
border-bottom: 1px solid #E1E1E1;
|
2019-05-02 14:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-footer {
|
2019-05-08 14:48:57 +02:00
|
|
|
margin-top: auto;
|
2019-04-24 11:26:53 +02:00
|
|
|
}
|
2019-05-10 13:12:45 +02:00
|
|
|
|
|
|
|
.sidebar-nav {
|
|
|
|
background: white;
|
|
|
|
height: 70px;
|
|
|
|
}
|
2020-06-26 11:08:51 +02:00
|
|
|
|
|
|
|
.nav-row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px 20px;
|
|
|
|
text-align: left;
|
|
|
|
letter-spacing: 0px;
|
|
|
|
color: #000000;
|
|
|
|
opacity: 1;
|
|
|
|
font-size: 0.93rem;
|
|
|
|
font-family: 'Roboto',sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-row:hover {
|
|
|
|
background-color: #ececec;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: #6B6B6B;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-row span {
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-list {
|
|
|
|
padding-top: 0px !important;
|
|
|
|
display: flex !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-list div {
|
|
|
|
width: 100%;
|
|
|
|
}
|