feat: add route for select hotel
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user