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

43 lines
476 B
CSS

.spacer {
flex: 1;
}
.toolbar {
height: 60px;
display: flex;
align-items: center;
}
.toolbar img {
margin: 0 10px;
}
#content {
max-height: 950px;
}
#content::after {
content: "";
clear: both;
display: block;
}
#monitor-ui>footer {
height: 90px;
margin-top: 5px;
}
#monitor-ui>footer>h5 {
margin: 0px;
text-align: center;
}
#monitor-ui>footer>h5.and {
font-size: 70%;
}
#list-and-details {
float: left;
width: 50%;
margin-left: 5px;
}