Files
frontend-app-authoring/src/generic/modal-iframe/index.scss
Brian Smith 96a04d4492 feat!: add design tokens support (#2187)
BREAKING CHANGE: Pre-design-tokens theming is no longer supported.

Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
2025-07-30 15:28:46 -05:00

14 lines
192 B
SCSS

.modal-iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: var(--pgn-elevation-modal-zindex);
iframe {
width: inherit;
height: inherit;
}
}