@import '../../shared/styles/mixins';

:host {
  @include cmfDialogStretched;
  @include cmfDialogButtonWithSpinner;

  display: block;
  width: 840px;
  height: 330px;


  .cmf-dialog__footer button {
    margin-left: 12px;
  }
}