Input helper (<small>) margin adjustment

This commit is contained in:
Lucas 2020-10-28 07:55:28 +07:00
parent 78a1c879a0
commit 431f0e6f8f
9 changed files with 9 additions and 9 deletions

View file

@ -1088,7 +1088,7 @@ form small {
input + small, input + small,
select + small, select + small,
textarea + small { textarea + small {
margin-top: calc(var(--spacing-typography) * -0.5); margin-top: calc(var(--spacing-typography) * -0.75);
margin-bottom: var(--spacing-typography); margin-bottom: var(--spacing-typography);
} }

File diff suppressed because one or more lines are too long

View file

@ -1292,7 +1292,7 @@ form small {
input + small, input + small,
select + small, select + small,
textarea + small { textarea + small {
margin-top: calc(var(--spacing-typography) * -0.5); margin-top: calc(var(--spacing-typography) * -0.75);
margin-bottom: var(--spacing-typography); margin-bottom: var(--spacing-typography);
} }

View file

@ -1084,7 +1084,7 @@ form small {
input + small, input + small,
select + small, select + small,
textarea + small { textarea + small {
margin-top: calc(var(--spacing-typography) * -0.5); margin-top: calc(var(--spacing-typography) * -0.75);
margin-bottom: var(--spacing-typography); margin-bottom: var(--spacing-typography);
} }

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1100,7 +1100,7 @@ form small {
input + small, input + small,
select + small, select + small,
textarea + small { textarea + small {
margin-top: calc(var(--spacing-typography) * -0.5); margin-top: calc(var(--spacing-typography) * -0.75);
margin-bottom: var(--spacing-typography); margin-bottom: var(--spacing-typography);
} }

File diff suppressed because one or more lines are too long

View file

@ -304,7 +304,7 @@ input,
select, select,
textarea { textarea {
+ small { + small {
margin-top: calc(var(--spacing-typography) * -0.5); margin-top: calc(var(--spacing-typography) * -0.75);
margin-bottom: var(--spacing-typography); margin-bottom: var(--spacing-typography);
} }
} }