Includes content to close html.

This commit is contained in:
yanas 2016-09-22 15:25:13 -05:00 committed by damencho
parent fcf7069b25
commit 48c99e796f
3 changed files with 26 additions and 0 deletions

View File

@ -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>

16
css/_close.scss Normal file
View File

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

View File

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