_page-accessories-modal.scss 405 B

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