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

Align NamespaceSelect and SearchField (#1073)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-12 10:08:57 +03:00 committed by GitHub
parent f4f0cba6ca
commit dc07d646ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,11 @@
> label { > label {
color: inherit; color: inherit;
border-radius: $radius; border-radius: $radius;
padding: $padding / 1.33 $padding * 1.25; padding: 6px 6px 6px 10px;
.Icon {
height: $margin * 2;
}
} }
&.compact { &.compact {

View File

@ -15,6 +15,14 @@
white-space: nowrap; white-space: nowrap;
} }
.NamespaceSelect {
.Select {
&__value-container {
margin-bottom: 0;
}
}
}
.SearchInput { .SearchInput {
label { label {
background: none; background: none;