@import '../cmf-automation';

.crud__baseform__body.webhook {
  display: flex;
  flex-direction: column;

  width: 74vw;
  max-width: 1660px;
  height: 80vh;
  max-height: 800px;
}

.custom-wg {
  display: flex;

  .caption {
    width: 120px;
    min-width: 120px;
    margin-right: 5px;

    font-weight: 500;
    word-wrap: break-word;
  }
}

.crud__model__actions {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid lightgray;

  button {
    text-transform: uppercase;
  }
}

::ng-deep .webhook {
  @include textareaMixin;
}
