1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-28 10:34:39 +03:00
parent 069ebef0b6
commit 0094d4bcfa

View File

@ -6,12 +6,13 @@
.HelmChartDetails {
.intro-logo {
margin-right: calc(var(--margin) * 2);
background: var(--helmLogoBackground) center no-repeat contain;
background: var(--helmLogoBackground) center no-repeat;
border-radius: var(--border-radius);
padding: var(--padding);
width: 100px;
height: 100px;
box-sizing: content-box;
background-size: contain;
}
.Select__option {