@import './theme/default';

.zent-auto-complete {
  min-width: 160px;

  &.disabled {
    @include theme-color(color, stroke, 5);
    cursor: not-allowed;
  }
}
