// Pointer on checkbox and radio
.custom-control {
  &-label,
  &-input {
    cursor: pointer;
  }
}
