Error boundary for general errors

This commit is contained in:
vjrj 2018-01-31 18:45:17 +01:00
parent a732daebc5
commit 61c0a65009
6 changed files with 134 additions and 58 deletions

View file

@ -0,0 +1,10 @@
.error-boundary {
background-image: url('/error-background.png');
height: 100%;
min-height: 55vh;
margin-top: 40px;
}
.error-boundary > div > div > h4 {
line-height: 1.5em;
}