@import '../variable.less';

.ide-hint-text{
  color: @hint-text-color;
  font-size: @font-size-base;
  line-height: @line-height-base;

  &-wrapper-has-icon{
    position: relative;
    padding-left: @hint-text-padding-left;

    .quanta-icon {
      position: absolute;
      top: @hint-text-top;
      left: 0;
    }
  }
}

.ide-form-item-with-hint {
  position: relative;

  .ide-hint-text-wrapper {
    position: absolute;
    bottom: @hint-text-bottom;
    left: 0;
  }
}

