Sha256: 1863486926d544e65e04586b519584246121ea4b3d69e857272e11239fcc2ac0

Contents?: true

Size: 1.92 KB

Versions: 10

Compression:

Stored size: 1.92 KB

Contents

.job-wizard {
  .wizard-title {
    margin-bottom: 25px;
  }

  .pf-c-wizard__nav.pf-m-expanded {
    z-index: calc(
      var(--pf-c-wizard__footer--ZIndex) + 2
    ); // So the small screen navigation can be shown above the select box
  }

  .pf-c-wizard__main {
    overflow: visible;
    z-index: calc(
      var(--pf-c-wizard__footer--ZIndex) + 1
    ); // So the select box can be shown above the wizard footer
  }
  .pf-c-wizard__nav {
    z-index: calc(
      var(--pf-c-wizard__footer--ZIndex) + 2
    ); // So the navigation box can be shown above the wizard body
  }
  .pf-c-wizard__main-body {
    max-width: 500px;
    .advanced-fields-title {
      margin-bottom: 10px;
    }

  }

  .gray-text {
    color: var(--pf-global--Color--dark-200);
  }

  .target-hosts-and-inputs {
    .hosts-chip-group {
      margin-top: 8px;
      float: left;
      clear: left;
      display: block;
    }
    .clear-chips {
      margin-top: 8px;
    }
    .pf-c-select__toggle-typeahead {
      border: 0px;
    }

    .target-method-select {
      .pf-c-select__toggle-wrapper {
        flex-wrap: nowrap;
      }
    }
  }
  input[type='radio'],
  input[type='checkbox'] {
    margin: 0;
  }
  .schedule-tab {
    .advanced-scheduling-button {
      text-align: start;
    }
    #repeat-on-weekly {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
    }
    .pf-l-grid {
      gap: var(--pf-c-form--GridGap);
    }
    #repeat-on-hourly {
      max-height: 300px;
      overflow: scroll;
    }
  }

  .pf-c-date-picker {
    vertical-align: top;
  }

  .time-picker {
    width: 150px;
  }

  input[type='radio'],
  input[type='checkbox'] {
    // overwriting bootstrap/_forms.scss margin: 4px 0 0;
    margin: 0;
  }
  textarea {
    min-height: 40px;
    min-width: 100px;
  }
  #host-selection {
    width: 500px;
  }

  .pf-c-modal-box {
    width: auto;
  }

  .review-details {
    .advanced-fields {
      margin-left: 10px;
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.8 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.7 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.6 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.5 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.4 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.3 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.2 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.1.0 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.1 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-5.0.0 webpack/JobWizard/JobWizard.scss