aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-08-04 17:33:27 +0100
committerGareth Rees <gareth@mysociety.org>2015-08-04 17:33:27 +0100
commitc6bf3703bfd41c0461138389a233e0d6007e6f1b (patch)
tree7d493bb32434d66ad3f9d9bd362aac997c66666d
parent6c0ebcbc11656398fc56ca10d4ddd21d4c656e42 (diff)
parent0652febc3f56ca37e72b2e97ed539ed489f48ffa (diff)
Merge remote-tracking branch 'origin/new-footer' into develop
-rw-r--r--assets/stylesheets/responsive/custom.scss28
1 files changed, 18 insertions, 10 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 9debf2f..7d37cfa 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -422,21 +422,29 @@ a.link_button_green_large {
/* Footer */
#footer {
- background-color: $footer-bg;
- color: $footer-color;
- padding: 2em 4em;
- font-family: $sans-serif-font-family;
+ background-color: $color_black;
+ color: $color_mid_grey;
a {
text-decoration: none;
- color: $footer-link-color;
+ color: $color_white;
+ &:hover,
+ &:active,
+ &:focus {
+ color: $color_bright_green;
+ text-decoration: underline;
+ }
}
- ul > li:nth-child(4n+1) {
- padding-top: 0;
+}
+
+.footer__about {
+ h2 {
+ color: $color_white;
}
+}
- ul li {
- padding: 1em 0 0 0 ;
- text-align: bottom;
+.footer__final {
+ .row {
+ border-top: 1px solid lighten($color_black, 6%);
}
}