1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

[LENSDOC-86] Add a banner to the Lens repo

This commit is contained in:
dzhigzhitzhapov 2025-02-11 14:08:46 +05:00
parent 3aadfe4277
commit 2c6ac52e93
2 changed files with 13 additions and 1 deletions

View File

@ -63,7 +63,13 @@
<script async src="https://www.google-analytics.com/analytics.js"></script>
<div data-md-component="announce">
<aside class="md-banner">
<div class="md-banner__inner md-grid md-typeset">
The following documentation describes the obsolete version of API which is no longer supported in Lens Desktop starting from <code>Lens 2024.9.300059</code>.
</div>
</aside>
</div>
</head>

View File

@ -25,6 +25,12 @@
--md-default-bg-color: #1e2124;
}
.md-banner {
background-image:linear-gradient(270deg, rgba(84,142,201,1) 0%, rgba(77,27,101,1) 100%);
color: #ffffff;
font-weight: bold;
}
.md-version__list {
overflow: auto;
}