Make footer simpler

This commit is contained in:
Joseph Cohen
2015-10-24 12:48:40 -05:00
parent a8b279c2e6
commit df8e9ea101
8 changed files with 68 additions and 61 deletions

View File

@@ -316,12 +316,17 @@ body.status-page {
width: 100%;
bottom: 0;
height: 60px;
padding: 40px 0 60px 0;
padding: 30px 0 60px 0;
border-top: 1px solid $cachet_gray_light;
background-color: lighten($cachet_gray_light, 5%);
color: $cachet-gray-darker;
font-size: 13px;
line-height: 30px;
text-align: center;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
.btn {
text-shadow: none;
}
.icons {
a.icon-link {