Make debug/config sidebar headers consistent

This commit is contained in:
Nick O'Leary
2016-01-12 23:55:18 +00:00
parent cb8fe8462a
commit fa4006619e
6 changed files with 25 additions and 31 deletions

View File

@@ -62,6 +62,14 @@
padding: 2px 8px;
}
.sidebar-header {
color: #666;
text-align: right;
padding: 8px 10px;
background: #f3f3f3;
border-bottom: 1px solid $secondary-border-color;
}
#sidebar-footer {
@include component-footer;
}
@@ -75,3 +83,6 @@
line-height: 13px;
padding: 5px 8px;
}
.sidebar-header-button:not(:first-child) {
border-left: none;
}