Not found page minor fixes

stable
Xavier Julián 2014-08-12 13:56:31 +02:00
parent dc3e3256f9
commit 30d1e39838
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,6 @@
div.error-main div.error-main
div.error-container div.error-container
img(src="/images/logo.png", alt="Taiga")
h1 Not found h1 Not found
p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to the homepage and see if you can find what you are looking for. p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.
a(href="#", title="") Go back to login a(href="#", title="") Go back to login

View File

@ -8,10 +8,13 @@
top: 0; top: 0;
z-index: 999; z-index: 999;
.error-container { .error-container {
@include table-flex-child(0, 650px, 0, 650px); @include table-flex-child(0, 600px, 0, 600px);
color: $white; color: $white;
text-align: center; text-align: center;
} }
img {
margin-bottom: 3rem;
}
h1 { h1 {
color: $white; color: $white;
} }