PageAccessoriesModal.module.scss 343 B

12345678910111213141516171819202122
  1. .grw-page-accessories-modal :global {
  2. .modal-header {
  3. button.btn-close {
  4. margin: auto 0 auto auto;
  5. }
  6. }
  7. .modal-body {
  8. padding: 25px 30px;
  9. }
  10. .grw-tab-content-style-md-down {
  11. padding-top: 25px;
  12. }
  13. .grw-modal-body-style {
  14. max-height: calc(100vh - 100px);
  15. }
  16. ul.pagination {
  17. margin-bottom: 0;
  18. }
  19. }