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

Fine-tune styles in HelmChartDetails

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-28 10:31:39 +03:00
parent 575c888896
commit 8201230284

View File

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