bb-schedule {
  .fc-header-toolbar {
    padding: {
      left: 0;
      right: 0;
    }

    h2 {
      font-size: 20px;
    }
  }
}

.schedule-editor {
  &__header {
    @include flex-row;

    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid $bb-gray;
  }

  &__header-button {
    margin-top: 20px;
  }
}