fix(SW-2051): issues on confirmation page

This commit is contained in:
Bianca Widstam
2025-05-05 16:07:26 +02:00
committed by Michael Zetterberg
parent 21e7932058
commit 314644c88c
3 changed files with 119 additions and 89 deletions

View File

@@ -56,8 +56,10 @@
}
.listItem {
display: flex;
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: space-between;
gap: var(--Space-x3);
}
.guest {
@@ -66,13 +68,17 @@
gap: var(--Spacing-x-half);
}
.label {
color: var(--Text-Tertiary);
}
.details p:nth-of-type(even) {
text-align: right;
}
@media screen and (max-width: 1366px) {
.details {
padding-bottom: var(--Spacing-x1);
}
.details p:nth-of-type(even) {
text-align: right;
padding-bottom: var(--Space-x1);
}
}
@@ -81,6 +87,14 @@
grid-template-columns: 1fr auto;
}
.details p:nth-of-type(even) {
text-align: left;
}
.img {
width: 204px;
}
.booking {
gap: var(--Spacing-x3);
grid-template-columns: auto 1fr;
@@ -89,7 +103,7 @@
}
.roomDetails {
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr auto;
}
.guest {