/*---------------------------------------------------------------------------------------------
* 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/typography";
@import "~@bentley/ui-core/lib/ui-core/style/themecolors";

.components-color-swatch {
  font-size: $uicore-font-size;
  height: 1em * 1.2;
  width: 1em * 1.2;
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  border-color: $buic-inputs-border;

  &.round {
    border-radius: 50%;
  }

  &[disabled] {
    opacity: .2;
  }
}
