mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
feat(labels): Add css var to fieldset legend
This commit is contained in:
parent
66f85919e5
commit
8fadb0e7e8
20 changed files with 15 additions and 30 deletions
|
@ -1264,9 +1264,6 @@ label,
|
|||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: calc(var(--spacing) * 0.25);
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: var(--form-label-font-weight, var(--font-weight));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue