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

31 lines
544 B
SCSS
Raw Normal View History

core-iframe {
> div {
height: 100%;
}
iframe {
border: 0;
2018-04-19 15:10:49 +00:00
display: block;
}
.core-loading-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 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;
}
}
}