mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Update packages
This commit is contained in:
parent
d68d7b86fa
commit
6cd0e06097
10 changed files with 565 additions and 586 deletions
|
@ -1165,7 +1165,7 @@ textarea {
|
|||
}
|
||||
|
||||
input:not([type=checkbox]):not([type=radio]):not([type=range]) {
|
||||
height: calc( (1rem * var(--line-height)) + (var(--form-element-spacing-vertical) * 2) + (var(--border-width) * 2) );
|
||||
height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
|
||||
}
|
||||
|
||||
fieldset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue