Sha256: f9eca64c6e5216fa3b45403a2ec1e352194f9d62257b41468404bc0fb7b0a51c

Contents?: true

Size: 559 Bytes

Versions: 11

Compression:

Stored size: 559 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);
    left: 200px;
  }

  // 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%;
      left: 0;
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.36 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.35 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.32 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.31 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.30 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.29 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-5.0.28 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.27 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.26 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.25.1 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/Components/RemediationModal/RemediationModal.scss