Trying to fix gf-form styles

This commit is contained in:
Matt
2016-02-20 10:18:16 -05:00
5 changed files with 15 additions and 17 deletions

View File

@@ -18,7 +18,6 @@
}
}
$color-page-hero-bg: #2e2e2e;
.page-container {
background-color: $page-bg;
background-position: left;
@@ -30,7 +29,7 @@ $color-page-hero-bg: #2e2e2e;
margin-left: 0;
min-height: calc(100% - 54px);
padding-bottom: $spacer * 5;
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 5%) 98%);
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 4%) 98%);
}
.page-header {