| 123456789101112131415161718 |
- .grw-descendants-page-list-modal :global {
- .modal-header {
- button.btn-close {
- margin: auto 0 auto auto;
- }
- }
- .modal-body {
- padding: 25px 30px;
- }
- .grw-modal-body-style {
- max-height: calc(100vh - 100px);
- }
- ul.pagination {
- margin-bottom: 0;
- }
- }
|