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

.custom-param-edit-dialog-secret {
  margin-top: 10px;
}

.custom-param-edit-dialog-footer {
  display: flex;
  margin-top: 15px;
}

.custom-param-edit-dialog-footer-buttons {
  margin-left: auto;
}

.custom-param-edit-dialog-footer-button {
  margin-left: 5px;
}

.custom-param-edit-dialog-input {
  margin-bottom: 5px;
}

.custom-param-edit-dialog-modal {
  min-height: 120px;
  min-width: 120px;
}
