/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
$hovered-icon-color: var(--iui-color-icon-accent);

.maplayers-settings-popup {
  overflow: auto;
}

.maplayers-settings-popup-panel {
  font-size: 12px;
  margin: 0.5em;
  width: 340px;
  height: inherit;
}

.map-manager-header-buttons-group {
  .maplayers-settings-popup-button {
    position: relative;
    top: 1px;
  }
}
