+
Committed at{' '}
{moment(changeRequest.committed_at).format(
'Do MMM YYYY HH:mma',
diff --git a/frontend/web/styles/components/_panel.scss b/frontend/web/styles/components/_panel.scss
index b1631dddb51a..2f069e9d7b69 100644
--- a/frontend/web/styles/components/_panel.scss
+++ b/frontend/web/styles/components/_panel.scss
@@ -197,6 +197,27 @@ a.text-white {
}
}
}
+ &.panel-change-request {
+ .search-list {
+ border-color: rgba(149, 108, 255, 0.48);
+
+ .table-header {
+ color: #6837fc;
+ background-color: rgba(102, 51, 255, 0.08);
+ }
+
+ .change-request-item {
+ border-color: rgba(149, 108, 255, 0.48);
+ }
+ }
+
+ .change-request-updated-value {
+ input,
+ code.txt {
+ color: #6837fc;
+ }
+ }
+ }
}
@include media-breakpoint-down(xxl) {