@import './token.less';

.disabled() {
  &-disabled {
    color: @disabled-color;
    cursor: not-allowed;
  }
}