feat(SW-1652): Fetching additional rooms on confirmation page * feat(SW-1652): Fetching additional rooms on confirmation page Approved-by: Tobias Johansson
33 lines
369 B
CSS
33 lines
369 B
CSS
.contact,
|
|
.container,
|
|
.details,
|
|
.hotel {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.container {
|
|
gap: var(--Spacing-x4);
|
|
}
|
|
|
|
.details {
|
|
gap: var(--Spacing-x-one-and-half);
|
|
}
|
|
|
|
.contact,
|
|
.hotel {
|
|
gap: var(--Spacing-x-half);
|
|
}
|
|
|
|
.coordinates {
|
|
margin-top: var(--Spacing-x-half);
|
|
}
|
|
|
|
.list {
|
|
padding-left: var(--Spacing-x2);
|
|
}
|
|
|
|
.link {
|
|
word-break: break-all;
|
|
}
|