Skip to content

Commit

Permalink
feat: 💄 Enhance 404 page style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwaadpepper committed Oct 4, 2024
1 parent 9acaba7 commit 0bb801c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/not-found/not-found.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="center">
<h2 i18n>No corresponding page found</h2>
<a routerLink="" i18n>Go back</a>
<sl-button class="teal action-button" routerLink="" i18n>Go back</sl-button>
</div>
7 changes: 7 additions & 0 deletions src/app/pages/not-found/not-found.component.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
@use 'sass/partials/teal-button';

.center {
display: flex;
width: 100vw;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

h2 {
color: var(--sl-color-teal-700);
}

0 comments on commit 0bb801c

Please sign in to comment.