-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Navigation): add pages for 500 and 901 errors [YTFRONT-4049]
- Loading branch information
Kanstantsin Autushka
committed
Dec 18, 2024
1 parent
77e3471
commit 1369b84
Showing
17 changed files
with
356 additions
and
93 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
22 changes: 22 additions & 0 deletions
22
packages/ui/src/ui/pages/navigation/Navigation/NavigationError/NavigationError.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.navigation-error { | ||
flex-grow: 1; | ||
|
||
&__info { | ||
max-width: 650px; | ||
|
||
color: var(--g-color-text-complementary); | ||
font-size: 13px; | ||
font-weight: 400; | ||
} | ||
|
||
&__title { | ||
font-size: 17px; | ||
line-height: 24px; | ||
font-weight: 500; | ||
color: var(--g-color-text-primary); | ||
} | ||
|
||
&__unexpected-error { | ||
margin-top: 20px; | ||
} | ||
} |
Oops, something went wrong.