.toggle-switch
  display inline-block
  color $bz-grey
  cursor pointer
  &:before, &:after
    padding 6px 12px
    text-align center
    width 20px
    display inline-block
    font-size 0.9em
  &:before
    content 'OFF'
    color $bz-grey
    background-color $bz-grey--dark
  &:after
    content 'ON'
    color $bz-grey
    background-color $bz-grey--dark
  &-off
    &:before
      color $bz-white
      background-color $bz-red
  &-on
    &:after
      color $bz-white
      background-color $bz-blue
