From e39e1d61ff537d165ace2ec7c8f3ff0a7201089c Mon Sep 17 00:00:00 2001 From: kalytka Date: Fri, 19 May 2023 15:11:15 +0300 Subject: [PATCH] Refactoring --- .../modules/home/components/details-panel.component.html | 2 +- .../modules/home/components/details-panel.component.scss | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/details-panel.component.html b/ui-ngx/src/app/modules/home/components/details-panel.component.html index e82ee068d5..720cdffd83 100644 --- a/ui-ngx/src/app/modules/home/components/details-panel.component.html +++ b/ui-ngx/src/app/modules/home/components/details-panel.component.html @@ -65,6 +65,6 @@ -
+
diff --git a/ui-ngx/src/app/modules/home/components/details-panel.component.scss b/ui-ngx/src/app/modules/home/components/details-panel.component.scss index b73eb5d58d..2a820b9f54 100644 --- a/ui-ngx/src/app/modules/home/components/details-panel.component.scss +++ b/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; }