/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
@use "../../base/base" as *;

.core-iconInput-container {
  position: relative;
  padding: 0;
  margin: 0;

  .core-input {
    margin: 0;
    padding-left: 30px;
  }

  .core-iconInput-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    @include uicore-centered;

    .icon {
      width: 16px;
      height: 16px;

      margin-top: 2px;
      @include uicore-centered;
    }
  }
}
