feat: add route for select hotel

This commit is contained in:
Fredrik Thorsson
2024-07-03 15:30:50 +02:00
parent fda17c947a
commit 85232401c8
5 changed files with 58 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
.card {
margin-left: 50px;
margin-top: 50px;
min-height: 270px;
max-width: 850px;
background-color: var(--Base-Surface-Primary-Normal);
border: 1px solid black;
border-radius: var(--Corner-radius-Small);
}
.information {
display: flex;
flex-direction: column;
padding: var(--Spacing-x2);
}