_page_accessaries_modal.scss 360 B

1234567891011121314151617181920
  1. .grw-page-accessories-modal {
  2. .modal-header {
  3. button.close {
  4. margin: auto 0rem auto auto;
  5. }
  6. }
  7. .grw-modal-body-style {
  8. max-height: calc(100vh - 100px);
  9. }
  10. ul.pagination {
  11. margin-bottom: 0rem;
  12. }
  13. }
  14. // revision-history
  15. // to stay d2h-code-side-line-number in the revision history diff area
  16. .d2h-wrapper {
  17. position: relative;
  18. }