argos/dmp-frontend/src/app/ui/sidebar/sidebar.component.css

35 lines
457 B
CSS
Raw Normal View History

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
width: 230px;
border-top: 1px solid #fff;
border-bottom: 2px solid #d4d4d4;
margin-top: 0.5rem;
margin-bottom: 0.8rem;
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;
}