Once again, with webpack.

This commit is contained in:
2019-03-04 00:17:59 +01:00
parent fc22b4cd28
commit 45bbbc3494
3 changed files with 16 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
body.closed {
background: #f66;
text-align: center;
overflow: hidden;
.closed_notice {
position: absolute;
@@ -30,5 +31,8 @@ body.closed {
width: 100%;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-image: url(stop.svg);
background-position: 50% 50%;
}
}