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 {
|
||||
background: $mainBackground;
|
||||
border: 1px solid $borderFaintColor;
|
||||
border: none;
|
||||
border-radius: $radius;
|
||||
padding: $padding;
|
||||
padding: 7px 8px;
|
||||
box-shadow: 0 0 0 1px var(--borderFaintColor);
|
||||
|
||||
&:focus-within {
|
||||
border: 2px solid $colorInfo;
|
||||
padding: $padding - 1;
|
||||
box-shadow: 0 0 0 1px var(--blue);
|
||||
}
|
||||
|
||||
&:after {
|
||||
|
||||
@ -38,6 +38,7 @@ html {
|
||||
}
|
||||
|
||||
&__value-container {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user