%cursor-default {
  cursor: default;
}

%cursor-pointer {
  cursor: pointer;
}

.cursor-pointer {
  @extend %cursor-pointer;
}

%cursor-not-allowed {
  cursor: not-allowed;
}

%cursor-grab {
  cursor: grab;
}
