Commit 61ef70c5afd1b78c5b84ffcd030bc00a4a7d3613
1 parent
9c5e7071
Edge Widger customerInfo sub-header style
Showing
2 changed files
with
6 additions
and
3 deletions
... | ... | @@ -17,8 +17,8 @@ |
17 | 17 | --> |
18 | 18 | <div class="tb-edges-overview tb-absolute-fill" tb-toast toastTarget="{{ toastTargetId }}"> |
19 | 19 | <div fxFlex fxLayout="column" class="tb-absolute-fill"> |
20 | - <div *ngIf="customerTitle" fxLayout="row" class="customer-info"> | |
21 | - <span>{{ customerTitle }}</span> | |
20 | + <div *ngIf="customerTitle" fxLayout="row"> | |
21 | + <span class="mat-subheader">{{ customerTitle }}</span> | |
22 | 22 | </div> |
23 | 23 | <div fxFlex class="tb-entities-nav-tree-panel"> |
24 | 24 | <tb-nav-tree | ... | ... |