_page-presentation.scss 198 B

12345678910111213
  1. .grw-presentation-modal {
  2. @include expand-modal-fullscreen(false, false);
  3. .modal-body {
  4. background: black;
  5. iframe {
  6. width: 100%;
  7. height: 100%;
  8. border: 0;
  9. }
  10. }
  11. }