Skip to content

Commit f4ee0b7

Browse files
updated 404 page layout (#367)
1 parent 89da3bf commit f4ee0b7

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/app/_common-components/not-found/not-found.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="message-info message-info-line"> {{ 'NotFound.wentWrong' | translate }}</div>
99
<div class="message-details"> {{ 'NotFound.notPandemic' | translate }}</div>
1010
<div class="message-info message-info-line back-to-button"> {{ 'NotFound.backTo' | translate }}</div>
11-
<a mat-flat-button color="primary" [routerLink]="['/']">
11+
<a class="go-to-dashoard-button" mat-flat-button color="primary" [routerLink]="['/']">
1212
{{ 'captions.mainMenuDashboard' | translate }}
1313
</a>
1414
<div class="need-help"> {{ 'NotFound.needHelp' | translate }}</div>

src/app/_common-components/not-found/not-found.component.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
.not-found-code {
2121
color: mat.get-color-from-palette($sormas-primary, A700);
22-
font-size: 10em;
23-
margin-bottom: 130px;
24-
font-weight: 500;
22+
font-size: 72px;
23+
margin-bottom: 70px;
24+
font-weight: 700;
2525
}
2626
.message-info{
2727
font-size: 2em;
@@ -46,7 +46,10 @@
4646
margin-top: 60px;
4747
margin-bottom: 10px;
4848
font-weight: 500;
49-
color: mat.get-color-from-palette($brand-neutrals, 600);
49+
color: mat.get-color-from-palette($brand-neutrals, 500);
50+
}
51+
.go-to-dashoard-button:hover {
52+
text-decoration: none;
5053
}
5154
}
5255
}

0 commit comments

Comments
 (0)