Files
web/apps/scandic-web/components/HotelReservation/MyStay/LinkedReservation/linkedReservation.module.css
Pontus Dreij 31a536b1f7 Merged in feat(SW-1722)-mystay-multiroom-view (pull request #1396)
Feat(SW-1722) mystay multiroom view

* feat(SW-1722) View all rooms on my stay

* feat(sW-1722) Show linked reservation

* feat(SW-1722) merged monorepo

* feat(SW-1722) yarn install

* feat(SW-1722) removed unused data

* feat(SW-1722) Streaming data from the server to the client


Approved-by: Niclas Edenvin
2025-02-27 07:24:56 +00:00

34 lines
637 B
CSS

.linkedReservation {
display: flex;
flex-direction: row;
gap: var(--Spacing-x2);
background-color: var(--Base-Background-Primary-Normal);
padding: var(--Spacing-x3);
border-radius: var(--Corner-radius-Large);
margin-top: 20px;
}
.title {
border-right: 1px solid var(--Base-Border-Normal);
width: 40%;
align-content: center;
}
.details {
display: flex;
padding: 0 var(--Spacing-x1);
gap: var(--Spacing-x2);
flex-direction: column;
}
.dates {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
flex: 1;
}
.date {
display: flex;
flex-direction: row;
justify-content: space-between;
}