Not found page minor fixes
parent
dc3e3256f9
commit
30d1e39838
|
@ -1,5 +1,6 @@
|
|||
div.error-main
|
||||
div.error-container
|
||||
img(src="/images/logo.png", alt="Taiga")
|
||||
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
|
||||
|
|
|
@ -8,10 +8,13 @@
|
|||
top: 0;
|
||||
z-index: 999;
|
||||
.error-container {
|
||||
@include table-flex-child(0, 650px, 0, 650px);
|
||||
@include table-flex-child(0, 600px, 0, 600px);
|
||||
color: $white;
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
h1 {
|
||||
color: $white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue