mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Align selects and inputs
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e7a5f3c71f
commit
b413b61e07
@ -97,13 +97,13 @@
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
background: $mainBackground;
|
background: $mainBackground;
|
||||||
border: 1px solid $borderFaintColor;
|
border: none;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
padding: $padding;
|
padding: 7px 8px;
|
||||||
|
box-shadow: 0 0 0 1px var(--borderFaintColor);
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
border: 2px solid $colorInfo;
|
box-shadow: 0 0 0 1px var(--blue);
|
||||||
padding: $padding - 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
|||||||
@ -38,6 +38,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__value-container {
|
&__value-container {
|
||||||
|
margin-top: 1px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user