_page_accessaries_modal.scss 668 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .grw-page-accessories-modal {
  2. .nav-title {
  3. flex-wrap: nowrap;
  4. li {
  5. a.nav-link {
  6. padding: 1rem 1.5rem;
  7. }
  8. }
  9. }
  10. .modal-header {
  11. button.close {
  12. margin: auto 0rem auto auto;
  13. }
  14. }
  15. .grw-nav-slide-hr {
  16. border-top: 0rem;
  17. border-bottom: 3px solid;
  18. transition: 0.3s ease-in-out;
  19. }
  20. .nav-link svg {
  21. width: 17px;
  22. height: 17px;
  23. margin-right: 5px;
  24. }
  25. .grw-modal-body-style {
  26. max-height: calc(100vh - 100px);
  27. }
  28. ul.pagination {
  29. margin-bottom: 0rem;
  30. }
  31. }
  32. // revision-history
  33. // to stay d2h-code-side-line-number in the revision history diff area
  34. .d2h-wrapper {
  35. position: relative;
  36. }