/*---------------------------------------------------------------------------------------------
* 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";
@import "~@bentley/ui-core/lib/ui-core/style/space";
@import "~@bentley/ui-core/lib/ui-core/style/themecolors";

.uifw-sections-footer-contents {
  display: flex;
  flex-direction: column;
  width: 200px;
  padding: 8px;
}

.uifw-uifw-sections-toggle-container {
  display: flex;
  margin: $uicore-xs;
  justify-content: center;
}

.uifw-sections-toggle {
  align-self: center;
  margin-right: $uicore-s;
}

.uifw-sections-label {
  @include uicore-font-family;
  color: $buic-text-color;
  font-size: $uicore-font-size;
  align-self: center;
  margin: $uicore-s;

  &.disabled {
    color: $buic-text-color-disabled;
  }
}
