mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05: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;
|
||||
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…
Add table
Reference in a new issue