mirror of
https://github.com/nasa/openmct.git
synced 2025-01-03 20:04:09 +00:00
9 lines
159 B
SCSS
9 lines
159 B
SCSS
|
/* Styles for the iframe EmbeddedPageController element */
|
||
|
|
||
|
.l-iframe {
|
||
|
iframe {
|
||
|
display: block;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|