Merged in fix/STAY-17-find-my-booking-errors (pull request #3181)

fix: improve error messages in find my booking flow

* fix: improve error messages in find my booking flow


Approved-by: Linus Flood
Approved-by: Erik Tiekstra
This commit is contained in:
Christel Westerberg
2025-11-24 14:46:39 +00:00
parent 2346daec25
commit 2ae3fcb609
9 changed files with 213 additions and 120 deletions

View File

@@ -9,6 +9,10 @@
padding: 0 var(--Space-x3);
}
.alert {
margin: 0 var(--Space-x3);
}
.inputs {
display: grid;
gap: var(--Space-x3);