feat(SW-589): break out RateSummary

This commit is contained in:
Pontus Dreij
2024-10-15 09:52:50 +02:00
parent 72eca90d1b
commit 0f27d3b2b5
6 changed files with 80 additions and 73 deletions
@@ -20,24 +20,6 @@
width: 0;
}
.summary {
position: fixed;
z-index: 10;
bottom: 0;
left: 0;
right: 0;
background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Spacing-x3) var(--Spacing-x7) var(--Spacing-x5);
display: flex;
justify-content: space-between;
align-items: center;
}
.summaryPrice {
display: flex;
gap: var(--Spacing-x4);
}
@media (min-width: 767px) {
.roomList {
grid-template-columns: repeat(3, minmax(240px, 1fr));