aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/stevenage/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/stevenage/layout.scss')
-rw-r--r--web/cobrands/stevenage/layout.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss
index 4f48740dc..a94dc2a24 100644
--- a/web/cobrands/stevenage/layout.scss
+++ b/web/cobrands/stevenage/layout.scss
@@ -207,6 +207,21 @@ body.frontpage {
max-width: 60em;
}
+// Front page button colour
+#front-main {
+ #postcodeForm {
+ div {
+ input#submit {
+ color: #fff;
+ background: $primary;
+ &:hover {
+ background: lighten($primary, 10%);
+ }
+ }
+ }
+ }
+}
+
// 0c5d50bc - Added margin to front page report box to push below nav in IE6/7
.ie6, .ie7 {
#front-main {