Component list changes

This commit is contained in:
James Brooks
2015-06-15 21:42:55 +01:00
parent 2669d4330e
commit 4f25318271
3 changed files with 12 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ body.status-page {
.list-group {
// margin-bottom: 20px;
padding-left: 0;
border-radius: 0;
// border-radius: 0;
.list-group-item {
border-radius: 0;
@@ -284,12 +284,21 @@ body.status-page {
&.components {
margin-bottom: 30px;
p {
margin-bottom: 10px;
}
.badge {
color: transparent;
}
a {
color: $cachet-base-dark !important;
}
.component:nth-child(2n) {
background-color: $cachet-base-medium;
}
}
}