From 34f471fb3049e425aac18b0d9a3a117e7cf2b004 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Thu, 23 May 2024 10:52:13 +0300 Subject: [PATCH] styling fixes --- .../editor/description-editor.component.html | 61 ++++++++++--------- .../form-progress-indication.component.scss | 23 +++---- .../dmp-editor.component.html | 39 ++++++------ ...mp-form-progress-indication.component.scss | 23 +++---- 4 files changed, 69 insertions(+), 77 deletions(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html index 38a05e43c..afa30d265 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html @@ -77,7 +77,7 @@
-
+
chevron_left @@ -106,35 +106,40 @@
-
-
- -
-
-
-
{{'DESCRIPTION-EDITOR.TOC.NEXT' | translate}}
- chevron_right -
-
-
-
-
{{'DESCRIPTION-EDITOR.TOC.NEXT' | translate}}
- chevron_right -
-
-
- -
-
-
+
- +
+
+ +
+ +
+
+
{{'DESCRIPTION-EDITOR.TOC.NEXT' | translate}}
+ chevron_right +
+
+
+
+
{{'DESCRIPTION-EDITOR.TOC.NEXT' | translate}}
+ chevron_right +
+
+
+ +
+
+
+
+ +
+
diff --git a/dmp-frontend/src/app/ui/description/editor/form-progress-indication/form-progress-indication.component.scss b/dmp-frontend/src/app/ui/description/editor/form-progress-indication/form-progress-indication.component.scss index fc7497a0f..ef44b4af5 100644 --- a/dmp-frontend/src/app/ui/description/editor/form-progress-indication/form-progress-indication.component.scss +++ b/dmp-frontend/src/app/ui/description/editor/form-progress-indication/form-progress-indication.component.scss @@ -1,23 +1,14 @@ -// .percentage { -// color: #212121; -// opacity: 0.7; -// font-weight: 400; -// font-size: 0.875rem; -// } - -// .progress-bar { -// border-radius: 20px; -// height: 11px; - -// } - -// ::ng-deep .mat-progress-bar .mat-progress-bar-fill::after { -// border-radius: 20px !important; -// } +.percentage { + color: #212121; + opacity: 0.7; + font-weight: 400; + font-size: 0.875rem; +} // Bar container .progress-bar { --mdc-linear-progress-active-indicator-height: 11px !important; + height: 11px; border-radius: 20px; } diff --git a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html index e0e4f293c..6da89be36 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html +++ b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/dmp-editor.component.html @@ -79,7 +79,7 @@
-
+
{{'DMP-EDITOR.TITLE' | translate}} @@ -120,23 +120,28 @@
-
-
- -
-
-
-
{{'DMP-EDITOR.ACTIONS.NEXT-STEP' | translate}}
- chevron_right -
-
-
-
+ +
- +
+
+ +
+
+
+
{{'DMP-EDITOR.ACTIONS.NEXT-STEP' | translate}}
+ chevron_right +
+
+
+
+
+ +
+
diff --git a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/form-progress-indication/dmp-form-progress-indication.component.scss b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/form-progress-indication/dmp-form-progress-indication.component.scss index fafe43a95..2a203a6dd 100644 --- a/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/form-progress-indication/dmp-form-progress-indication.component.scss +++ b/dmp-frontend/src/app/ui/dmp/dmp-editor-blueprint/form-progress-indication/dmp-form-progress-indication.component.scss @@ -1,24 +1,15 @@ -// .percentage { -// color: #212121; -// opacity: 0.7; -// font-weight: 400; -// font-size: 0.875rem; -// } - -// .progress-bar { -// border-radius: 20px; -// height: 11px; - -// } - -// ::ng-deep .mat-progress-bar .mat-progress-bar-fill::after { -// border-radius: 20px !important; -// } +.percentage { + color: #212121; + opacity: 0.7; + font-weight: 400; + font-size: 0.875rem; +} // Bar container .progress-bar { --mdc-linear-progress-active-indicator-height: 11px !important; + height: 11px; border-radius: 20px; }