From 48c99e796fde71ed3c7d931d86cf756613ec4947 Mon Sep 17 00:00:00 2001 From: yanas Date: Thu, 22 Sep 2016 15:25:13 -0500 Subject: [PATCH] Includes content to close html. --- close.html | 8 ++++++++ css/_close.scss | 16 ++++++++++++++++ css/main.scss | 2 ++ 3 files changed, 26 insertions(+) create mode 100644 css/_close.scss diff --git a/close.html b/close.html index e69de29bb..ce1b54158 100644 --- a/close.html +++ b/close.html @@ -0,0 +1,8 @@ + + + + + +
Thank you for your feedback!
+ + \ No newline at end of file diff --git a/css/_close.scss b/css/_close.scss new file mode 100644 index 000000000..f6cf5fb00 --- /dev/null +++ b/css/_close.scss @@ -0,0 +1,16 @@ +html, body { + margin:0px; + width: 100%; + height:100%; + color: $defaultColor; + background: $defaultBackground; + font-size: 12px; + font-weight: 400; + overflow: hidden; + text-align: center; +} + +.closeMessage { + font-size: 36px; + margin-top: 20%; +} diff --git a/css/main.scss b/css/main.scss index 214cd599f..132102468 100644 --- a/css/main.scss +++ b/css/main.scss @@ -42,5 +42,7 @@ @import 'device_settings_dialog'; @import 'jquery.contextMenu'; @import 'keyboard-shortcuts'; +@import 'close'; + /* Modules END */ \ No newline at end of file