File tree Expand file tree Collapse file tree
src/app/_common-components/not-found Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1919
2020 .not-found-code {
2121 color : mat .get-color-from-palette ($sormas-primary , A700 );
22- font-size : 10 em ;
23- margin-bottom : 130 px ;
24- font-weight : 500 ;
22+ font-size : 72 px ;
23+ margin-bottom : 70 px ;
24+ font-weight : 700 ;
2525 }
2626 .message-info {
2727 font-size : 2em ;
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}
You can’t perform that action at this time.
0 commit comments