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