partial: Wizard css migration

This commit is contained in:
Rafael Taranto 2025-05-08 09:10:52 +01:00
parent c425195ade
commit 2136e26de5
23 changed files with 166 additions and 323 deletions

View file

@ -53,7 +53,7 @@ const styles = {
padding: xl ? [[0, 60 + 28]] : small ? [[0, 16]] : [[0, 32]]
}),
button: ({ small, xl }) => ({
padding: [[0, 0, xl ? 26 : 0, 0]],
padding: [[0, 0, 0, 0]],
margin: xl
? [[0, 0, 'auto', 'auto']]
: small