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:
parent
f4f0cba6ca
commit
dc07d646ec
@ -7,7 +7,11 @@
|
||||
> label {
|
||||
color: inherit;
|
||||
border-radius: $radius;
|
||||
padding: $padding / 1.33 $padding * 1.25;
|
||||
padding: 6px 6px 6px 10px;
|
||||
|
||||
.Icon {
|
||||
height: $margin * 2;
|
||||
}
|
||||
}
|
||||
|
||||
&.compact {
|
||||
|
||||
@ -15,6 +15,14 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.NamespaceSelect {
|
||||
.Select {
|
||||
&__value-container {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.SearchInput {
|
||||
label {
|
||||
background: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user