feat(LOY-424): Load More Past Stays via Sidepeek * feat(LOY-424): Load More Past Stays via Sidepeek * chore(LOY-424): use new section header * fix(LOY-424): remove uneeded nextCursor check Approved-by: Emma Zettervall
13 lines
299 B
CSS
13 lines
299 B
CSS
.card {
|
|
border-radius: var(--Corner-radius-lg);
|
|
border: 1px solid var(--Border-Default);
|
|
background: var(--Surface-Secondary-Default);
|
|
display: flex;
|
|
padding: var(--Space-x15);
|
|
align-items: center;
|
|
justify-content: center;
|
|
align-self: stretch;
|
|
height: 100%;
|
|
min-height: 134px;
|
|
}
|