openmct/platform/commonUI/general/res/sass/_iframe.scss

9 lines
159 B
SCSS
Raw Normal View History

/* Styles for the iframe EmbeddedPageController element */
.l-iframe {
iframe {
display: block;
height: 100%;
width: 100%;
}
}