From 87f7be2182c45f5162214b060fbc19d75cbfd306 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 1 Nov 2016 13:13:07 -0500 Subject: [PATCH] Updates close page and adds a second one. Close pages text are different depending whether feedback was provided or not. --- close.html | 28 +++++++++++++++++++++++++--- close2.html | 32 ++++++++++++++++++++++++++++++++ css/_redirect_page.scss | 33 +++++++++++++++++++++++++++++++-- css/_variables.scss | 2 ++ 4 files changed, 90 insertions(+), 5 deletions(-) create mode 100644 close2.html diff --git a/close.html b/close.html index ec4302df9..48752e6e3 100644 --- a/close.html +++ b/close.html @@ -1,8 +1,30 @@ + + - -
Thank you for your feedback!
+ +
+
+

Thank you for your feedback!

+
+
+

+ Did you know? + +

+
+
+
- \ No newline at end of file + diff --git a/close2.html b/close2.html new file mode 100644 index 000000000..57db65936 --- /dev/null +++ b/close2.html @@ -0,0 +1,32 @@ + + + + + + + +
+
+

+
+
+

+ Did you know? + +

+
+
+
+ + diff --git a/css/_redirect_page.scss b/css/_redirect_page.scss index 5408762da..172e6dfe1 100644 --- a/css/_redirect_page.scss +++ b/css/_redirect_page.scss @@ -6,7 +6,36 @@ html, body { } .redirectPageMessage { + width: 30%; + margin: 20% auto; text-align: center; - font-size: 36px; - margin-top: 20%; + font-size: 24px; + + .thanks-msg { + border-bottom: 1px solid $defaultLightFontColor; + padding-left: 30px; + padding-right: 30px; + p { + margin: 30px auto; + font-size: 24px; + line-height: 24px; + } + } + .hint-msg{ + p { + margin: 26px auto; + font-weight: 600; + font-size: 16px; + line-height: 18px; + .hint-msg__holder{ + font-weight: 200; + } + } + .happy-software{ + width: 120px; + height: 86px; + margin: 0 auto; + background: $happySoftwareBackground; + } + } } diff --git a/css/_variables.scss b/css/_variables.scss index 421497793..8d1d5d517 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -92,6 +92,8 @@ $borderRadius: 4px; $defaultWatermarkLink: '../images/watermark.png'; $sidebarWidth: 200px; +$happySoftwareBackground: transparent; + /** * Z-indexes. TODO: Replace this by a function. */