feat(SW-629): Added no availabilty if no hotels are listed
This commit is contained in:
@@ -38,6 +38,13 @@
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.hotelList {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.link {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user