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

29 lines
383 B
CSS
Raw Normal View History

2019-04-24 11:26:53 +02:00
.logo-img {
2019-05-02 14:43:02 +02:00
width: 60px;
display: block;
max-height: none;
margin-left: 100px;
2019-04-24 11:26:53 +02:00
}
.logo-img img {
2019-05-02 14:43:02 +02:00
width: 60px;
top: 0px;
position: inherit;
2019-04-24 11:26:53 +02:00
}
.sidebarSubtitle p {
2019-05-02 14:43:02 +02:00
margin-left: 20px;
color: rgb(166, 166, 166);
2019-04-24 11:26:53 +02:00
}
.nav hr {
2019-05-02 14:43:02 +02:00
width: 230px;
border-top: 1px solid #fff;
border-bottom: 2px solid #d4d4d4;
}
.sidebar-footer {
position: relative;
height: 48%;
2019-04-24 11:26:53 +02:00
}