feat: add ui for stay card
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user