feat: Add styles for wizard card stages and forms

This commit is contained in:
JB
2025-10-11 17:07:22 -07:00
parent b8b0aea890
commit f8d2e860fe
+14
View File
@@ -569,6 +569,20 @@ body {
gap: 2rem; gap: 2rem;
} }
.wizard-card__stage {
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-height: 0;
}
.wizard-card__stage > form[data-wizard-form="true"] {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}
.wizard-card__footer { .wizard-card__footer {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;