@use "../base/color" as cl;

*:disabled,
*[disabled],
*.k-disabled {
  background-color: cl.$background-disabled !important;
  cursor: not-allowed !important;
}
