mirror of https://github.com/penpot/penpot.git
Add Go back btn to error page
This commit is contained in:
parent
a97230f5cb
commit
a4619376d1
|
|
@ -54,5 +54,9 @@
|
|||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
margin-top: $x-big;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,4 +22,6 @@
|
|||
[:div.message-container
|
||||
[:div.error-img i/icon-empty]
|
||||
[: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…
Reference in New Issue