diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-08-17 12:52:36 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-08-17 15:48:50 +0100 |
commit | 2ea258e4945a996c6cabcae215ab6102d0c2037b (patch) | |
tree | 9bcbb0c8551e53b920a04e2131965bb0017a468f /web | |
parent | 676d755848465c6fec01243fd6c7df7e249d5c2b (diff) |
[fixmystreet.com] Donation link on success pages
Part of #1384.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/images/next-step-donate.png | bin | 0 -> 1034 bytes | |||
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/images/next-step-donate.png b/web/cobrands/fixmystreet.com/images/next-step-donate.png Binary files differnew file mode 100644 index 000000000..20e136fd4 --- /dev/null +++ b/web/cobrands/fixmystreet.com/images/next-step-donate.png diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index ee9d8725e..60b65569f 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -179,6 +179,7 @@ body.frontpage { .next-steps { @include clearfix; + @include flex-container(); margin-bottom: 2em; // add some space between this and the footer } |