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

Commit

Permalink
chore(bridge): Introduce EOL message (#9743)
Browse files Browse the repository at this point in the history
* chore(bridge): Introduce EOL message

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>

* fix security hotspot

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>

---------

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
  • Loading branch information
Kirdock committed Sep 22, 2023
1 parent 4eb928e commit 3ea53d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
@@ -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

0 comments on commit 3ea53d5

Please sign in to comment.