feat(LOY-263): added new link to missing points form

removed soonest stays for redundancy
This commit is contained in:
Christian Andolf
2025-06-18 13:57:37 +02:00
parent 8c4715dd24
commit acc77625c8
6 changed files with 54 additions and 45 deletions

View File

@@ -0,0 +1,22 @@
.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);
}
}