Sha256: e1953653b015f7cb17f3b3e772d8e4b833f602687f0f7471c59aca7c6d986fe4

Contents?: true

Size: 603 Bytes

Versions: 6

Compression:

Stored size: 603 Bytes

Contents

#remediation-modal {
  height: 80vh;

  .resolution-radio {
    label {
      margin-top: 5px;
    }
  }

  // applies to the backdrop parent of the modal
  @at-root .pf-c-backdrop {
    width: calc(100% - 200px) !important;
    left: 200px !important;
  }

  // where the vertical nav breaks: https://github.com/theforeman/foreman/blob/3347fa49d500964f0209122d8d36c920d1feafcc/webpack/assets/javascripts/react_app/components/Layout/components/Toolbar/HeaderToolbar.scss#L26
  @media (max-width: 768px) {
    @at-root .pf-c-backdrop {
      width: 100% !important;
      left: 0 !important;
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.33 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss