/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
.ec3w-template-creation-step-three {
  flex-grow: 1;
  overflow: auto;
  margin-top: var(--iui-size-xs);
  .ec3w-summary-text {
    font-weight: var(--iui-font-weight-bold);
  }
  .ec3w-assembly-name-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 16px;
    margin-top: var(--iui-size-xs);
    .ec3w-assembly-name {
      margin-left: var(--iui-size-xs);
    }
  }
}
.ec3w-stepper-footer {
  align-self: center;
  .ec3w-footer-button {
    margin-right: var(--iui-size-xs);
  }
}
