PagePresentationModal.module.scss 240 B

123456789101112131415
  1. @use '~/styles/mixins' as mi;
  2. .grw-presentation-modal :global {
  3. @include mi.expand-modal-fullscreen(false, false);
  4. .modal-body {
  5. background: black;
  6. iframe {
  7. width: 100%;
  8. height: 100%;
  9. border: 0;
  10. }
  11. }
  12. }