-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Domains Management: Add breadcrumb to the Domain page on site context (…
…#98113) * Accept icons on breadcrumb items * Hide header when in site context * Reduce font-size for small sizes with first-grapheme style * Add breadcrumb to the Domains page on site context * Use NavigationHeader * Revert hideHeader to avoid conflicts
- Loading branch information
Showing
4 changed files
with
57 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,3 +140,11 @@ | |
} | ||
} | ||
} | ||
|
||
.domain-overview__breadcrumb { | ||
padding: 22px 48px; | ||
|
||
.navigation-header { | ||
padding: 0; | ||
} | ||
} |