statuspage/assets/main.css

40 lines
350 B
CSS

body {
width: 400px;
margin: auto !important;
}
#header {
text-align: center;
margin-top: 20px;
}
#header #logo {
width: 150px;
margin: 5px;
}
.location {
text-align: center;
}
.location h3 {
font-size: 1em;
}
.location ul {
list-style: none;
padding: 0;
}
.up {
color: green;
}
.down {
color: red;
}
.unknown {
color: orange;
}