core: improve error page

This commit is contained in:
Jens Langhammer
2020-11-24 22:46:50 +01:00
parent afbecadba0
commit 3f67da8f54
8 changed files with 35 additions and 31 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -307,3 +307,7 @@ input[data-is-monospace] {
.pf-c-content h1 :first-child {
margin-right: var(--pf-global--spacer--sm);
}
.pf-c-empty-state {
height: 100vh;
}

View File

@ -307,3 +307,7 @@ input[data-is-monospace] {
.pf-c-content h1 :first-child {
margin-right: var(--pf-global--spacer--sm);
}
.pf-c-empty-state {
height: 100vh;
}