@import '../calendar_base';

bb-next-available-view {
  @include bb-calendar-base;

  .time-slot {
    cursor: pointer;
    background-color: $gray-lighter;
  }

}