Includes content to close html.

pull/924/head
yanas 9 years ago committed by damencho
parent fcf7069b25
commit 48c99e796f
  1. 8
      close.html
  2. 16
      css/_close.scss
  3. 2
      css/main.scss

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

@ -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%;
}

@ -42,5 +42,7 @@
@import 'device_settings_dialog';
@import 'jquery.contextMenu';
@import 'keyboard-shortcuts';
@import 'close';
/* Modules END */
Loading…
Cancel
Save