feat(SW-344): UI-fixes on hotel card dialog

This commit is contained in:
Pontus Dreij
2024-11-12 15:11:31 +01:00
parent 87b999676b
commit 79e3aca089
4 changed files with 21 additions and 6 deletions
@@ -18,6 +18,12 @@
position: relative;
}
.name {
height: 48px;
display: flex;
align-items: center;
}
.closeIcon {
position: absolute;
top: 7px;
@@ -52,7 +58,7 @@
.facilities {
display: flex;
flex-wrap: wrap;
gap: var(--Spacing-x1);
gap: 0 var(--Spacing-x1);
}
.facilitiesItem {
@@ -67,7 +73,6 @@
background: var(--Base-Surface-Secondary-light-Normal);
display: flex;
flex-direction: column;
gap: var(--Spacing-x-half);
}
.perNight {