@import '../../../global/theme.less';

.input {
  height: 32px;
  line-height: 32px;
  width: 100%;

  :global(.@{ant-prefix}-input-number-input) {
    height: 32px !important;
  }
}

.icon {
  color: @font-color-5;
  font-size: 12px;
}
