-
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(templates): implement new design of 404 page of Boilerplate #8880 (
- Loading branch information
Showing
3 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 4 additions & 27 deletions
31
...t.Boilerplate/src/Client/Boilerplate.Client.Core/Components/Pages/NotFoundPage.razor.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,7 @@ | ||
@import '../../Styles/abstracts/_functions.scss'; | ||
@import '../../Styles/abstracts/_media-queries.scss'; | ||
|
||
.main { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-flow: column nowrap; | ||
section { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.title { | ||
font-weight: 600; | ||
font-size: rem2(120px); | ||
line-height: rem2(168px); | ||
|
||
@include lt-xl { | ||
font-size: rem2(100px); | ||
} | ||
} | ||
|
||
.description { | ||
font-weight: 400; | ||
font-size: rem2(18px); | ||
line-height: rem2(28px); | ||
|
||
@include lt-xl { | ||
font-size: rem2(16px); | ||
line-height: rem2(24px); | ||
} | ||
::deep { | ||
} |
18 changes: 18 additions & 0 deletions
18
...plate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/wwwroot/images/404.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.