Vmeda.Online/src/components/iframe/iframe.scss

29 lines
555 B
SCSS

ion-app.app-root core-iframe {
> div {
height: 100%;
}
iframe {
border: 0;
display: block;
max-width: 100%;
}
.core-loading-container {
position: absolute;
@include position(0, 0, 0, 0);
display: table;
height: 100%;
width: 100%;
z-index: 1;
margin: 0;
padding: 0;
clear: both;
.core-loading-spinner {
display: table-cell;
text-align: center;
vertical-align: middle;
}
}
}