feat: add ui for stay card

This commit is contained in:
Fredrik Thorsson
2024-06-26 14:52:35 +02:00
parent e4e3b315ff
commit c435873937
5 changed files with 66 additions and 13 deletions

View File

@@ -32,8 +32,19 @@
text-wrap: nowrap;
}
.date {
.information {
display: flex;
gap: var(--Spacing-x2);
}
.date,
.guest {
align-items: center;
display: flex;
gap: var(--Spacing-x-half);
}
}
.icon {
height: 1.5rem;
width: 1.5rem;
}