-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style changes to move UI closer to figma design and bugfix (#1761)
Co-authored-by: danoswaltCL <[email protected]>
- Loading branch information
1 parent
5b4f186
commit 907ea12
Showing
6 changed files
with
10 additions
and
11 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
7 changes: 4 additions & 3 deletions
7
...onent-lib/components/common-details-page-header/common-details-page-header.component.html
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,7 +1,8 @@ | ||
<ng-container class="header"> | ||
<div class="ft-14-400 breadcrumb"> | ||
<a [routerLink]="['/', rootLink]" class="root-link">{{ rootName | translate }} </a> | ||
> | ||
<span class="details-name">{{ detailsName | translate }}</span> | ||
<span> | ||
<a [routerLink]="['/', rootLink]" class="root-link">{{ rootName | translate }} </a> | ||
> <b>{{ detailsName | translate }}</b> | ||
</span> | ||
</div> | ||
</ng-container> |
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
2 changes: 1 addition & 1 deletion
2
...e-component-lib/components/common-root-page-header/common-root-page-header.component.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
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