/*---------------------------------------------------------------------------------------------
 * 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-one {
  flex-grow: 1;
  overflow: auto;
  margin-top: var(--iui-size-xs);
  .ec3w-input-form {
    margin-bottom: var(--iui-size-xs);
  }
}
.ec3w-stepper-footer {
  margin-top: var(--iui-size-xs);
  align-self: center;
  .ec3w-footer-button {
    margin-right: var(--iui-size-xs);
  }
}
