0
Fork 0
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:
Juan de la Cruz 2020-04-14 10:45:35 +02:00
parent a97230f5cb
commit a4619376d1
2 changed files with 7 additions and 1 deletions

View file

@ -54,5 +54,9 @@
font-weight: 300;
text-align: center;
}
.btn-primary {
margin-top: $x-big;
}
}

View file

@ -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"]]]])