diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-09-15 12:34:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-17 15:59:12 +0100 |
commit | 17938519ca2784569d5ab3cfd4287dad0da17da5 (patch) | |
tree | 020af44753277e8cdac77f36a04245adf252a192 /web | |
parent | 7dad4736b0550cf53439d87591e4c79dce85ca0f (diff) |
Improve "check your emails" page layout.
Use the same layout as the "success" screen you will see after
you click the emailed link.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/images/inbox-in-circle-100px.png | bin | 0 -> 1725 bytes | |||
-rw-r--r-- | web/cobrands/sass/_base.scss | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png b/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png Binary files differnew file mode 100644 index 000000000..d06685489 --- /dev/null +++ b/web/cobrands/fixmystreet/images/inbox-in-circle-100px.png diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a660bf928..2ee708903 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1603,10 +1603,15 @@ table.nicetable { text-align: center; background: transparent url(/cobrands/fixmystreet/images/tick-in-circle-100px.png) center 1em no-repeat; + &.confirmation-header--failure { background-image: url(/cobrands/fixmystreet/images/sad-face-in-circle-100px.png); } + &.confirmation-header--inbox { + background-image: url(/cobrands/fixmystreet/images/inbox-in-circle-100px.png); + } + h1, h2 { margin: 0; line-height: 1.2em; |