/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "../../base/base";

.core-iconInput-container {
  position: relative;
  padding:  0;
  margin:   0;

  input {
    margin:       0;
    padding-left: 32px;
  }

  .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;
    }
  }

}
