Error boundary for general errors
This commit is contained in:
parent
a732daebc5
commit
61c0a65009
6 changed files with 134 additions and 58 deletions
10
imports/ui/components/ErrorBoundary/ErrorBoundary.scss
Normal file
10
imports/ui/components/ErrorBoundary/ErrorBoundary.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue