mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:36:38 +02:00
Add Go back btn to error page
This commit is contained in:
parent
a97230f5cb
commit
a4619376d1
2 changed files with 7 additions and 1 deletions
|
@ -54,5 +54,9 @@
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
margin-top: $x-big;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,6 @@
|
||||||
[:div.message-container
|
[:div.message-container
|
||||||
[:div.error-img i/icon-empty]
|
[:div.error-img i/icon-empty]
|
||||||
[:div.main-message "404"]
|
[:div.main-message "404"]
|
||||||
[:div.desc-message "Oops! Page not found"]]]])
|
[:div.desc-message "Oops! Page not found"]
|
||||||
|
[:a.btn-primary.btn-small "Go back"]]]])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue