aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2014-07-11 16:57:52 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-07-11 17:46:43 +0100
commit1f098ec45532a692d81b18179c0b14586b0d7da3 (patch)
tree2f8f7d6d40e404b5e869d3dddccb92b8ada0854c /web
parent02585760f34de4c80e785b6bb0c8aa7de30b3430 (diff)
New layout for token confirmation screens.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss69
-rw-r--r--web/cobrands/fixmystreet/images/advert-app-watercolour.jpgbin0 -> 22469 bytes
2 files changed, 69 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 381864d58..c33f927f8 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -20,3 +20,72 @@
p#international_message { margin: auto; padding: 0.5em 2em; max-width: 40em; text-align: center; }
#message_close { float: right; }
}
+
+.confirmation-header {
+ padding: 2em 1em;
+
+ @media only screen and (min-width: 48em) {
+ padding: 3em 0;
+ text-align: center;
+ }
+
+ h1 {
+ margin-top: 0;
+ }
+
+ p {
+ font-size: 1.3em;
+ line-height: 1.4em;
+ margin-bottom: 0;
+ }
+
+ p + p {
+ margin-top: 0.5em;
+ }
+}
+
+.advert-mobile-apps {
+ margin: 0 -1em; // counteract padding on parent
+ background-color: #fff9cc;
+ padding: 2em;
+
+ @media only screen and (min-width: 48em) {
+ padding-left: 37%;
+ background: #fff9cc url(/cobrands/fixmystreet/images/advert-app-watercolour.jpg) 7% 50% no-repeat;
+ }
+
+ h1 {
+ margin-top: 0;
+ }
+
+ p {
+ font-size: 1.3em;
+ line-height: 1.4em;
+ }
+
+ .app-links {
+ @include clearfix;
+ margin-bottom: 1em;
+
+ a {
+ float: left;
+ margin-right: 1em;
+ }
+
+ a[href*="itunes.apple.com"] {
+ margin-top: 3px; // compensate for slightly smaller itunes button
+ }
+ }
+
+ .desktop-advice {
+ clear: left;
+ font-size: 1em;
+ line-height: 1.2em;
+ color: #745D17; // brown
+
+ @media only screen and (min-width: 48em) {
+ width: 28em; // break line at a nice point
+ }
+ }
+}
+
diff --git a/web/cobrands/fixmystreet/images/advert-app-watercolour.jpg b/web/cobrands/fixmystreet/images/advert-app-watercolour.jpg
new file mode 100644
index 000000000..9c372fed5
--- /dev/null
+++ b/web/cobrands/fixmystreet/images/advert-app-watercolour.jpg
Binary files differ