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

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
{
"dist/css/all.css": "dist/css/all-44605339.css",
"dist/css/all.css": "dist/css/all-90472d29.css",
"dist/js/all.js": "dist/js/all-c132bc1e.js"
}

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;
}
}
}