mirror of
https://github.com/picocss/pico
synced 2025-06-17 17:09:33 +00:00
Input helper (<small>) margin adjustment
This commit is contained in:
parent
78a1c879a0
commit
431f0e6f8f
@ -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
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user