/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

$divider-color: var(--iui-color-background-disabled);
$hovered-icon-color: var(--iui-color-text-accent-hover);

.maplayers-settings-container {
  display: grid;
  align-items: center;
  padding: 4px;
  grid-template-columns: 165px 1fr;
  column-gap: 8px;
  row-gap: 8px;
  overflow: hidden;
}

.map-manager-settings-label {
  text-align: right;
}

.map-manager-settings-group {
  margin-top: 1rem;
}

.map-manager-settings-terrain-container {
  margin-top: 1rem;
}
