/*---------------------------------------------------------------------------------------------
* 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/themecolors";

.uifw-card {
  background-color: $buic-background-card;

  .uifw-card-content {
    padding: 6px 10px;
  }

  .uifw-card-separator {
    height: 2px;
    margin-bottom: 1px;
    background: rgba($buic-foreground-body-reverse-rgb, 0.45);
  }
}

.uifw-card-gap {
  height: 4px;
}

