removed maintenance package

This commit is contained in:
Denis Duliçi
2021-01-19 12:47:18 +03:00
parent 0bf03c14c2
commit 80ad425f43
8 changed files with 130 additions and 117 deletions

32
public/css/maintenance.css vendored Normal file
View File

@ -0,0 +1,32 @@
@charset "UTF-8";
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #333;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
font-family: 'Open Sans', sans-serif;
}
header {
color: #fff;
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
margin: 0 auto;
}
header h1, header p {
margin: 0;
padding: .25em 0;
}
header p {
color: #999;
font-size: .8em;
}