Error pages

This commit is contained in:
Sam Potts
2017-10-26 20:59:40 +11:00
parent 959b5a20e3
commit 71db66d802
9 changed files with 82 additions and 43 deletions
+13 -4
View File
@@ -8,14 +8,23 @@ html.error,
height: 100%;
}
html.error {
background: @page-background;
background-attachment: fixed;
}
.error body {
width: 100%;
display: table;
table-layout: fixed;
display: flex;
align-items: center;
}
.error main {
display: table-cell;
width: 100%;
vertical-align: middle;
padding: @spacing-base;
text-align: center;
p {
.font-size(@font-size-large);
}
}