Files
web/components/MyPages/Blocks/Stays/EmptyUpcomingStays/emptyUpcomingStays.module.css
Michael Zetterberg 2f6500f46d feat: static my stays
2024-04-20 07:24:54 +02:00

27 lines
472 B
CSS

.button {
background-color: var(--some-red-color, #ed2027);
}
.link {
text-decoration: none;
}
.redTitle {
color: var(--some-red-color, #ed2027);
display: block;
}
.container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 25rem;
gap: 2.5rem;
background-color: var(--some-grey-color, #f2f2f2);
border-radius: 0.8rem;
max-width: var(--max-width);
margin-bottom: 0.5rem;
padding: 0 2rem;
}