mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
Merge branch 'dev' into pr/224
This commit is contained in:
commit
4530cacc68
74 changed files with 2893 additions and 3307 deletions
|
@ -70,6 +70,9 @@
|
|||
|
||||
// Transitions
|
||||
--transition: 0.2s ease-in-out;
|
||||
|
||||
// Modal (<dialog>)
|
||||
--modal-overlay-backdrop-filter: blur(0.25rem);
|
||||
}
|
||||
|
||||
// Responsives spacings
|
||||
|
@ -225,7 +228,7 @@ tfoot {
|
|||
}
|
||||
}
|
||||
|
||||
:not(thead):not(tfoot) > * > td {
|
||||
:not(thead, tfoot) > * > td {
|
||||
--font-size: 0.875em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue