design-system #5
BIN
my-app/public/stort-grupprum.jpg
Normal file
BIN
my-app/public/stort-grupprum.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 507 KiB |
@@ -34,9 +34,17 @@ export function RoomBooking({ bookings, showSuccessBanner, lastCreatedBooking, o
|
||||
)}
|
||||
<h1 className={styles.pageHeading}>Lokalbokning</h1>
|
||||
<h2 className={styles.sectionHeading}>Ny bokning</h2>
|
||||
<Link to='/new-booking'>
|
||||
<Card imageUrl="./grupprum.jpg" header="Litet grupprum" subheader="Plats för 5 personer" />
|
||||
</Link>
|
||||
|
||||
<div className={styles.roomCategoryCards}>
|
||||
<Link to='/new-booking'>
|
||||
<Card imageUrl="./grupprum.jpg" header="Litet grupprum" subheader="Plats för 5 personer" />
|
||||
</Link>
|
||||
<Link to='/new-booking'>
|
||||
<Card imageUrl="./stort-grupprum.jpg" header="Stort grupprum" subheader="Plats för 10 personer" />
|
||||
</Link>
|
||||
</div>
|
||||
<hr className={styles.sectionDivider} />
|
||||
|
||||
<h2 className={styles.sectionHeading}>Mina bokingar</h2>
|
||||
<BookingsList
|
||||
bookings={bookings}
|
||||
|
||||
@@ -19,10 +19,17 @@
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.roomCategoryCards {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.sectionDivider {
|
||||
border: none;
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
border-top: var(--border-width-thin) solid var(--border-medium);
|
||||
margin-bottom: var(--spacing-3xl);
|
||||
}
|
||||
|
||||
.welcomeSection {
|
||||
|
||||
Reference in New Issue
Block a user