/*---------------------------------------------------------------------------------------------
* 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-date-input {
  width: auto;
  &.components-date-has-error {
    color: $buic-foreground-alert;
  }
  &.uicore-inputs-input[disabled] {
    color: var(--buic-foreground-body);
    opacity: 0.65;
  }
}
