Sha256: a44cee326fe103c11e5b2ec462459c9bc7bdaf26ca79fb4b0f1de8e89e3dc680

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

.job-wizard {
  .pf-c-wizard__main {
    z-index: calc(
      var(--pf-c-wizard__footer--ZIndex) + 1
    ); // So the select box can be shown above the wizard footer
  }

  .pf-c-wizard__main-body {
    max-width: 500px;
    .advanced-fields-title {
      margin-bottom: 10px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_remote_execution-4.5.1 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-4.6.0 webpack/JobWizard/JobWizard.scss
foreman_remote_execution-4.5.0 webpack/JobWizard/JobWizard.scss