[Fix #1873] Add pre maintenance warning

This commit is contained in:
Mathieu Magnin 2018-04-25 15:37:11 +02:00
parent 923946dbf8
commit 3e50903b66
7 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,8 @@
@import "colors";
.maintenance {
padding: 20px;
text-align: center;
width: 100%;
background: $orange-bg;
}