Files
web/apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/previous.module.css
Christian Andolf acc77625c8 feat(LOY-263): added new link to missing points form
removed soonest stays for redundancy
2025-06-25 11:40:15 +02:00

23 lines
390 B
CSS

.header {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: var(--Space-x1);
}
.claim {
color: var(--Text-Secondary);
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--Space-x2);
}
@media screen and (min-width: 1367px) {
.header {
align-items: center;
flex-direction: row;
gap: var(--Space-x6);
}
}