feat(SW-240): refactor booking widget

This commit is contained in:
Fredrik Thorsson
2024-08-14 18:46:07 +02:00
parent 5a0d1c6d7b
commit 00a5465485
8 changed files with 209 additions and 181 deletions

View File

@@ -0,0 +1,7 @@
.form {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1432px;
padding: var(--Spacing-x2) var(--Spacing-x5);
}