todos-contra-el-fuego-web/imports/ui/components/ErrorBoundary/ErrorBoundary.scss
2018-01-31 18:45:17 +01:00

10 lines
186 B
SCSS

.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;
}