Update elixir and some design changes

This commit is contained in:
Joseph Cohen
2015-06-15 17:17:49 -05:00
parent 8573b78210
commit 28110f5c8e
11 changed files with 79 additions and 61 deletions

View File

@@ -278,11 +278,13 @@ body.status-page {
&.break {
padding: 1px;
background-color: $cachet_gray_light;
background-color: $cachet-teal;
}
}
&.components {
@extend .panel;
border-color: $cachet_gray_light;
margin-bottom: 30px;
p {
@@ -296,9 +298,6 @@ body.status-page {
color: $cachet-base-dark !important;
}
.component:nth-child(2n) {
background-color: $cachet-base-medium;
}
}
}