Files
web/components/MyPages/Blocks/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css
2024-07-01 12:38:48 +02:00

28 lines
620 B
CSS

.container {
align-items: center;
background-color: var(--Scandic-Brand-Pale-Peach);
border-radius: var(--Corner-radius-Medium);
display: flex;
gap: var(--Spacing-x9);
flex-direction: column;
margin-bottom: var(--Spacing-x-half);
min-height: 250px;
justify-content: end;
overflow: hidden;
}
.burgundyTitle {
color: var(--Scandic-Brand-Burgundy);
display: block;
text-align: center;
}
.link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: var(--Base-Surface-Primary-Normal);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x0);
}