Browse Source

Includes content to close html.

master
yanas 8 years ago
parent
commit
48c99e796f
3 changed files with 26 additions and 0 deletions
  1. 8
    0
      close.html
  2. 16
    0
      css/_close.scss
  3. 2
    0
      css/main.scss

+ 8
- 0
close.html View File

@@ -0,0 +1,8 @@
1
+<html>
2
+<head>
3
+    <link rel="stylesheet" href="css/all.css"/>
4
+</head>
5
+<body>
6
+    <div class="closeMessage">Thank you for your feedback!</div>
7
+</body>
8
+</html>

+ 16
- 0
css/_close.scss View File

@@ -0,0 +1,16 @@
1
+html, body {
2
+    margin:0px;
3
+    width: 100%;
4
+    height:100%;
5
+    color: $defaultColor;
6
+    background: $defaultBackground;
7
+    font-size: 12px;
8
+    font-weight: 400;
9
+    overflow: hidden;
10
+    text-align: center;
11
+}
12
+
13
+.closeMessage {
14
+    font-size: 36px;
15
+    margin-top: 20%;
16
+}

+ 2
- 0
css/main.scss View File

@@ -42,5 +42,7 @@
42 42
 @import 'device_settings_dialog';
43 43
 @import 'jquery.contextMenu';
44 44
 @import 'keyboard-shortcuts';
45
+@import 'close';
46
+
45 47
 
46 48
 /* Modules END */

Loading…
Cancel
Save