Theming of Cachet is much simpler with more color settings

This commit is contained in:
James Brooks
2015-08-24 22:39:11 +01:00
parent 4f05f910e9
commit 6b362fd88d
16 changed files with 304 additions and 173 deletions

View File

@@ -27,6 +27,10 @@ body.status-page {
}
}
p, strong {
color: $cachet-base-dark;
}
.tooltip {
.tooltip-inner {
padding: 8px 12px;
@@ -269,7 +273,6 @@ body.status-page {
}
&.group-name {
font-size: 1.2em;
background-color: $cachet_gray_light;
padding: {
top: 0.6em;