1
0
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:
Alex Andreev 2021-03-23 12:35:55 +03:00
parent e7a5f3c71f
commit b413b61e07
2 changed files with 5 additions and 4 deletions

View File

@ -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 {

View File

@ -38,6 +38,7 @@ html {
} }
&__value-container { &__value-container {
margin-top: 1px;
margin-bottom: 1px; margin-bottom: 1px;
} }