/*---------------------------------------------------------------------------------------------
* 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";

$checkbox-size: $uicore-font-size * 1.2;

.components-boolean-editor {
  height:      $checkbox-size;
  width:       $checkbox-size;
  margin-left: 0px;

  &.components-cell-editor {
    border:      none;
  }
}

.components-property-list--horizontal {
  .components-boolean-editor {
    margin-left: $uicore-font-size;    // Clear the resizer in the PropertyGrid
  }
}
