Browse Source

Refactoring

pull/8661/head
kalytka 3 years ago
parent
commit
e39e1d61ff
  1. 2
      ui-ngx/src/app/modules/home/components/details-panel.component.html
  2. 7
      ui-ngx/src/app/modules/home/components/details-panel.component.scss

2
ui-ngx/src/app/modules/home/components/details-panel.component.html

@ -65,6 +65,6 @@
</section>
</mat-toolbar>
</header>
<div fxFlex class="mat-content reset-style" [ngStyle]="{backgroundColor: backgroundColor}">
<div fxFlex class="mat-content details-panel-style" [ngStyle]="{backgroundColor: backgroundColor}">
<ng-content></ng-content>
</div>

7
ui-ngx/src/app/modules/home/components/details-panel.component.scss

@ -20,7 +20,6 @@
height: 100%;
display: flex;
flex-direction: column;
.mat-toolbar.details-toolbar {
padding: 0;
}
@ -28,11 +27,9 @@
:host ::ng-deep {
.reset-style {
color: rgba(0, 0, 0, 0.6);;
//font-family: "Arial";
.details-panel-style {
color: rgba(0, 0, 0, 0.6);
line-height: 24px;
//font-weight: 500;
letter-spacing: 0.5px;
}

Loading…
Cancel
Save