| 123456789101112131415161718192021222324 |
- .grw-page-accessories-modal {
- .modal-header {
- button.close {
- margin: auto 0rem auto auto;
- }
- }
- .modal-body {
- padding: 25px 30px;
- }
- .grw-modal-body-style {
- max-height: calc(100vh - 100px);
- }
- ul.pagination {
- margin-bottom: 0rem;
- }
- }
- // revision-history
- // to stay d2h-code-side-line-number in the revision history diff area
- .d2h-wrapper {
- position: relative;
- }
|