/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "../checkbox/index.scss";

.core-chk-listbox {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;

  > li > .core-chk-listboxitem-checkbox {
    @include uicore-inputs-checkbox;
    margin: 4px 0;
  }

  > .core-chk-listbox-separator {
    height: 1px;
    background: $buic-inputs-border;
    margin: 4px 0;
    pointer-events: none;
  }
}