@mixin disabled() {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
