diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.html b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.html
index 6d647b3306..a7b824f139 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.html
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.html
@@ -1,14 +1,14 @@
-
-
{{ item.key }}:
+
+ {{ item.key }}:
- {{ item.value }}
+ {{ item.value }}
- {{ tag }}
+ {{ tag }}
diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.scss b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.scss
index b33e88eae0..d72b457df5 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.scss
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-overview-details/common-section-card-overview-details.component.scss
@@ -16,7 +16,8 @@
color: var(--dark-grey);
}
- .chip{
+ .chip {
margin-right: 5px;
+ height: 24px;
}
}
diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.html b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.html
index 8b17f88c32..9fa4f9a572 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.html
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.html
@@ -1,28 +1,24 @@
\ No newline at end of file
+
diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.scss b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.scss
index e87163c492..f0d024889c 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.scss
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-section-card-title-header/common-section-card-title-header.component.scss
@@ -26,4 +26,12 @@
text-decoration: underline;
cursor: pointer;
}
-}
\ No newline at end of file
+
+ .date {
+ color: rgba(100, 110, 123, 1);
+ }
+
+ .view-logs-link {
+ font-size: 14px;
+ }
+}
diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-status-indicator-chip/common-status-indicator-chip.component.scss b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-status-indicator-chip/common-status-indicator-chip.component.scss
index 1afd38a91e..dc2c66ede1 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-status-indicator-chip/common-status-indicator-chip.component.scss
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-status-indicator-chip/common-status-indicator-chip.component.scss
@@ -23,13 +23,15 @@
}
::ng-deep .status-indicator.enabled {
- --mdc-chip-label-text-color: green;
- border: 1px solid green;
+ // --mdc-chip-label-text-color: green;
+ --mdc-chip-label-text-color: rgba(51, 102, 255, 1);
+ border: 1px solid rgba(51, 102, 255, 1);
}
::ng-deep .status-indicator.disabled {
- --mdc-chip-label-text-color: red;
- border: 1px solid red;
+ // --mdc-chip-label-text-color: red;
+ --mdc-chip-label-text-color: rgba(255, 153, 51, 1);
+ border: 1px solid rgba(255, 153, 51, 1);
}
::ng-deep .status-indicator.draft {
@@ -65,4 +67,4 @@
::ng-deep .status-indicator.scheduled {
--mdc-chip-label-text-color: blue;
border: 1px solid blue;
-}
\ No newline at end of file
+}
diff --git a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-tabbed-section-card-footer/common-tabbed-section-card-footer.component.html b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-tabbed-section-card-footer/common-tabbed-section-card-footer.component.html
index 595d010555..f6c157acba 100644
--- a/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-tabbed-section-card-footer/common-tabbed-section-card-footer.component.html
+++ b/frontend/projects/upgrade/src/app/shared-standalone-component-lib/components/common-tabbed-section-card-footer/common-tabbed-section-card-footer.component.html
@@ -1,10 +1,16 @@
-