Skip to content
Snippets Groups Projects
BookingList.scss 284 B
Newer Older
.booking-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.booking-list-card {
  width: 40vw;
  min-width: 350px;
}

.booking-list-title {
  align-self: center;
  font-size: 1.25rem;
}

.booking-bold {
  font-weight: bold;