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