feat(SW-344): UI-fixes on hotel card dialog
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user