Commit 61ef70c5afd1b78c5b84ffcd030bc00a4a7d3613

Authored by Artem Babak
1 parent 9c5e7071

Edge Widger customerInfo sub-header style

... ... @@ -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
... ...
... ... @@ -40,8 +40,11 @@
40 40 }
41 41 }
42 42
43   - .customer-info {
  43 + .mat-subheader {
44 44 padding: 15px;
  45 + color: rgba(0,0,0,0.54);
  46 + font-size: 14px;
  47 + font-weight: 400;
45 48 }
46 49
47 50 .tb-entities-nav-tree-panel {
... ...