preview-modal.css 979 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #modal-preview {
  2. border-radius: 0px;
  3. }
  4. #modal-preview::backdrop {
  5. background: linear-gradient(132deg, hsl(190deg 14% 14% / 98%), hsl(210deg 15% 16% / 98%)) !important;
  6. background: linear-gradient(132deg, hsl(190deg 14% 14% / 90%), hsl(210deg 15% 16% / 90%)) !important;
  7. background: linear-gradient(132deg, hsl(155deg 75% 10% / 50%), hsl(175deg 75% 10% / 50%)) !important;
  8. }
  9. .modal-header {
  10. /* width: 210mm; */
  11. max-width: 100%;
  12. display: flex;
  13. justify-content: flex-end;
  14. height: 0;
  15. /* padding-inline-end: 1rem; */
  16. bottom: 4rem;
  17. bottom: 3rem;
  18. right: 1rem;
  19. position: absolute;
  20. }
  21. #close-modal-preview {
  22. mix-blend-mode: multiply;
  23. }
  24. #iframe {
  25. width: 100%;
  26. width: calc(650px + 2.5em);
  27. width: calc(210mm + -8px);
  28. width: 210mm;
  29. max-width: 100%;
  30. height: 90vh;
  31. height: 90lvh;
  32. background: #fff;
  33. z-index: 1;
  34. overscroll-behavior-y: contain;
  35. resize: both;
  36. margin-block-end: -4px;
  37. }