/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "~@bentley/ui-core/lib/ui-core/style/themecolors";

.components-parsed-input {
  width: auto;
  &.components-parsed-input-has-error {
    color: $buic-foreground-alert;
    font-weight: bold;
  }
  &.components-parsed-input[disabled] {
    color: $buic-foreground-body;
    opacity: 0.65;
  }
}
