aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-07-01 15:36:21 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-04 16:11:23 +0100
commit0652febc3f56ca37e72b2e97ed539ed489f48ffa (patch)
treef12cf7992f563550cef5f215ce6fef343612d827
parent6c28ff3f803e34cd99a17eaeda5e628d9ca70d64 (diff)
add footer from WDTK
-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 76e0c0b..25d2d59 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%);
}
}