Browse Source

Edge Widger customerInfo sub-header style

pull/3811/head
Artem Babak 6 years ago
parent
commit
61ef70c5af
  1. 4
      ui-ngx/src/app/modules/home/components/widget/lib/edges-overview-widget.component.html
  2. 5
      ui-ngx/src/app/modules/home/components/widget/lib/edges-overview-widget.component.scss

4
ui-ngx/src/app/modules/home/components/widget/lib/edges-overview-widget.component.html

@ -17,8 +17,8 @@
--> -->
<div class="tb-edges-overview tb-absolute-fill" tb-toast toastTarget="{{ toastTargetId }}"> <div class="tb-edges-overview tb-absolute-fill" tb-toast toastTarget="{{ toastTargetId }}">
<div fxFlex fxLayout="column" class="tb-absolute-fill"> <div fxFlex fxLayout="column" class="tb-absolute-fill">
<div *ngIf="customerTitle" fxLayout="row" class="customer-info"> <div *ngIf="customerTitle" fxLayout="row">
<span>{{ customerTitle }}</span> <span class="mat-subheader">{{ customerTitle }}</span>
</div> </div>
<div fxFlex class="tb-entities-nav-tree-panel"> <div fxFlex class="tb-entities-nav-tree-panel">
<tb-nav-tree <tb-nav-tree

5
ui-ngx/src/app/modules/home/components/widget/lib/edges-overview-widget.component.scss

@ -40,8 +40,11 @@
} }
} }
.customer-info { .mat-subheader {
padding: 15px; padding: 15px;
color: rgba(0,0,0,0.54);
font-size: 14px;
font-weight: 400;
} }
.tb-entities-nav-tree-panel { .tb-entities-nav-tree-panel {

Loading…
Cancel
Save