mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
parent
dd96dd0b5a
commit
66f85919e5
20 changed files with 36 additions and 15 deletions
|
@ -23,6 +23,7 @@
|
|||
--grid-spacing-horizontal: var(--spacing);
|
||||
--form-element-spacing-vertical: 0.75rem;
|
||||
--form-element-spacing-horizontal: 1rem;
|
||||
--form-label-font-weight: var(--font-weight);
|
||||
--transition: 0.2s ease-in-out;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
|
@ -1083,6 +1084,10 @@ fieldset legend {
|
|||
margin-bottom: calc(var(--spacing) * 0.25);
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: var(--form-label-font-weight, var(--font-weight));
|
||||
}
|
||||
|
||||
input:not([type=checkbox]):not([type=radio]),
|
||||
select,
|
||||
textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue