is-monitor/is-monitor-frontend/src/app/app.component.css

43 lines
476 B
CSS
Raw Normal View History

2019-09-30 14:32:24 +02:00
.spacer {
flex: 1;
}
.toolbar {
height: 60px;
display: flex;
align-items: center;
}
.toolbar img {
2019-10-17 16:44:15 +02:00
margin: 0 10px;
2019-09-30 14:32:24 +02:00
}
2019-10-17 16:44:15 +02:00
#content {
max-height: 950px;
}
#content::after {
content: "";
clear: both;
display: block;
}
#monitor-ui>footer {
height: 90px;
margin-top: 5px;
}
#monitor-ui>footer>h5 {
2019-09-30 14:32:24 +02:00
margin: 0px;
text-align: center;
}
2019-10-17 16:44:15 +02:00
#monitor-ui>footer>h5.and {
2019-09-30 14:32:24 +02:00
font-size: 70%;
2019-10-17 16:44:15 +02:00
}
#list-and-details {
float: left;
width: 50%;
margin-left: 5px;
2019-09-30 14:32:24 +02:00
}