Skip to content

Commit

Permalink
Tweaks to booking slot styling (and explanation of the classes). Part…
Browse files Browse the repository at this point in the history
… of #9
  • Loading branch information
Adrian McEwen committed Mar 1, 2021
1 parent db04d52 commit a182eb9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions website/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1432,20 +1432,19 @@ A VERTICAL event

/* Optimism-specific customisations */

/* Styling for a booking slot when it's selected */
.chosen-booking {
background-color: #87d836;
border-color: #87d836;
}

/* Styling for slots which are already booked and so can't be chosen */
.booked {
background-color: #c73232;
border-color: #c73232;
}

.fc-event-past {
background-color: #9dc7f2;
}

.fc-event-past.booked {
background-color: #ff887a;
}
/* Slots that weren't booked or were booked but which are in the past and so can't be chosen */
.fc-event-past { background-color: #9dc7f2; }
.fc-event-past.booked { background-color: #ff887a; }

0 comments on commit a182eb9

Please sign in to comment.