Split up component groups to make it more obvious

This commit is contained in:
James Brooks
2016-02-24 13:36:27 +00:00
parent f92761437d
commit 9a3b073fc6
3 changed files with 26 additions and 10 deletions

View File

@@ -83,6 +83,10 @@ body.status-page {
font-weight: 600;
}
h4 + .timeline {
margin-bottom: 10px;
}
.timeline {
.content-wrapper {
margin-top: 40px;
@@ -296,7 +300,14 @@ body.status-page {
&.components {
@extend .panel;
border-color: $cachet_gray_light;
margin-bottom: 30px;
&:last-child {
margin-bottom: 30px;
}
+ .components {
margin-top: 5px;
}
p {
margin-bottom: 10px;