PageAccessoriesModal.module.scss 389 B

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