Includes content to close html.
This commit is contained in:
parent
fcf7069b25
commit
48c99e796f
|
@ -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…
Reference in New Issue