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

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