Merged in feat/LOY-422-new-upcoming-stays (pull request #3121)
feat(LOY-422): Upcoming Stays Redesign * feat(LOY-422): Upcoming Stays Redesign * feat(LOY-422): Carousel next/previous arrows * chore(LOY-422): add new material icon * refactor(LOY-422): restructure new and old upcoming stays * fix(LOY-422): handle less than 1 case * chore(LOY-422): remove uneeded id * chore(LOY-422): remove intl label for date edge case Approved-by: Matilda Landström
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
align-items: center;
|
||||
grid-template-areas:
|
||||
grid-template-areas:
|
||||
"availableRoomsCount"
|
||||
"noAvailabilityAlert"
|
||||
"filters";
|
||||
@@ -26,7 +26,8 @@
|
||||
@media screen and (min-width: 768px) {
|
||||
.container {
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-areas: "availableRoomsCount filters"
|
||||
"noAvailabilityAlert noAvailabilityAlert";
|
||||
grid-template-areas:
|
||||
"availableRoomsCount filters"
|
||||
"noAvailabilityAlert noAvailabilityAlert";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user