[Fix #1873] Add pre maintenance warning
This commit is contained in:
parent
923946dbf8
commit
3e50903b66
7 changed files with 31 additions and 0 deletions
8
app/assets/stylesheets/new_design/_maintenance.scss
Normal file
8
app/assets/stylesheets/new_design/_maintenance.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
@import "colors";
|
||||
|
||||
.maintenance {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
background: $orange-bg;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue