healthchecks/static/css/my_checks_mobile.css

59 lines
801 B
CSS

#checks-list {
list-style: none;
padding: 0;
margin-top: 48px;
}
#checks-list li {
margin-bottom: 48px;
position: relative;
}
#checks-list h2 {
font-size: 18px;
font-weight: 400;
}
#checks-list h2 code {
display: block;
font-size: 12px;
margin-top: 4px;
padding: 0;
}
#checks-list .remove-link {
color: #AAA;
position: absolute;
top: 0;
right: 0;
font-size: 20px;
}
#checks-list .unnamed {
color: #999;
font-style: italic;
}
#checks-list th {
width: 100px;
}
#checks-list .label {
text-transform: uppercase;
}
.label-new, .label-paused {
background-color: #777777;
}
.label-up {
background-color: #22bc66;
}
.label-grace {
background-color: #f0ad4e;
}
.label-down {
background-color: #d9534f;
}