Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

chore(bridge): Introduce EOL message #9743

Merged
merged 2 commits into from Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,3 +1,9 @@
<div class="banner" fxLayout="column" fxLayoutAlign="center center">
<div>
Keptn v1 will be EOL December 11, 2023. For more information see
<a href="https://bit.ly/keptn" target="_blank" rel="noopener"> https://bit.ly/keptn </a>
</div>
</div>
<dt-top-bar-navigation aria-label="Main">
<dt-top-bar-navigation-item align="start" uitestid="keptn-nav-projectMenu">
<a
Expand Down
@@ -1,6 +1,17 @@
@import '../../../variables';
@import '~@dynatrace/barista-components/core/src/style/variables';

.banner {
background-color: var(--dt-theme-main-active-color);
color: $white;
padding: 10px 0;
font-weight: bold;

a {
color: $white;
}
}

dt-top-bar-navigation {
color: #fff;
background-color: var(--dt-theme-main-default-color);
Expand Down