From 1d1b705cd52e6a93a961986ecc86e4f31476f1c1 Mon Sep 17 00:00:00 2001 From: Manuel <109959820+ManuelMoeri@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:52:59 +0100 Subject: [PATCH] Feature/977 HTML structure (#1040) * Implement html structure and fix tests * Shorten logic in component * Remove unwanted styling that broke every dialog * Add styling to headings and fix obvious mistakes * Fix font size in banner and alignment of stretch star * Fix e2e test * Remove files that do not belong to my PR --- .../components/action-plan/action-plan.component.html | 2 +- .../components/confidence/confidence.component.html | 2 +- .../keyresult-detail/keyresult-detail.component.html | 2 +- .../app/components/objective/objective.component.html | 8 ++++---- frontend/src/style/styles.scss | 10 ++++++++++ 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/components/action-plan/action-plan.component.html b/frontend/src/app/components/action-plan/action-plan.component.html index 0dc3ac9c45..68388cea32 100644 --- a/frontend/src/app/components/action-plan/action-plan.component.html +++ b/frontend/src/app/components/action-plan/action-plan.component.html @@ -42,7 +42,7 @@ -
+
-
+
{{ objective.title }} [keyResult]="keyResult" [attr.data-testId]="'keyresult'" > -
+