Merge branch 'dev' into pr/224

This commit is contained in:
Lucas Larroche 2022-10-02 14:55:39 +07:00
commit 4530cacc68
74 changed files with 2893 additions and 3307 deletions

View file

@ -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;
}