mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Input helper (<small>) margin adjustment
This commit is contained in:
parent
78a1c879a0
commit
431f0e6f8f
9 changed files with 9 additions and 9 deletions
|
@ -1088,7 +1088,7 @@ form small {
|
|||
input + small,
|
||||
select + small,
|
||||
textarea + small {
|
||||
margin-top: calc(var(--spacing-typography) * -0.5);
|
||||
margin-top: calc(var(--spacing-typography) * -0.75);
|
||||
margin-bottom: var(--spacing-typography);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1292,7 +1292,7 @@ form small {
|
|||
input + small,
|
||||
select + small,
|
||||
textarea + small {
|
||||
margin-top: calc(var(--spacing-typography) * -0.5);
|
||||
margin-top: calc(var(--spacing-typography) * -0.75);
|
||||
margin-bottom: var(--spacing-typography);
|
||||
}
|
||||
|
||||
|
|
|
@ -1084,7 +1084,7 @@ form small {
|
|||
input + small,
|
||||
select + small,
|
||||
textarea + small {
|
||||
margin-top: calc(var(--spacing-typography) * -0.5);
|
||||
margin-top: calc(var(--spacing-typography) * -0.75);
|
||||
margin-bottom: var(--spacing-typography);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1100,7 +1100,7 @@ form small {
|
|||
input + small,
|
||||
select + small,
|
||||
textarea + small {
|
||||
margin-top: calc(var(--spacing-typography) * -0.5);
|
||||
margin-top: calc(var(--spacing-typography) * -0.75);
|
||||
margin-bottom: var(--spacing-typography);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue