PageAccessoriesModal.module.scss 286 B

123456789101112131415161718
  1. .grw-page-accessories-modal :global {
  2. .modal-header {
  3. button.btn-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. }