Improve the 404 page.

This commit is contained in:
James Brooks
2014-12-31 14:29:20 +00:00
parent 26d51670da
commit 005290ce12
7 changed files with 110 additions and 5 deletions
+24
View File
@@ -0,0 +1,24 @@
body.error-page {
background-color: #f3f3f4;
.middle-box {
height: 400px;
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -200px;
z-index: 100;
h1 {
font-size: 9em;
}
}
h3 {
&.font-bold {
font-weight: 600;
}
}
}
+3
View File
@@ -25,3 +25,6 @@ html, body {
// Status Page will need to override certain styles.
@import "status-page";
// Error pages can have their own overrides.
@import "errors";