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:
parent
3aadfe4277
commit
2c6ac52e93
@ -63,7 +63,13 @@
|
|||||||
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
<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>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,12 @@
|
|||||||
--md-default-bg-color: #1e2124;
|
--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 {
|
.md-version__list {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user