2017-12-01 07:51:07 +00:00
|
|
|
core-iframe {
|
|
|
|
> div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2018-03-02 15:59:39 +00:00
|
|
|
iframe {
|
|
|
|
border: 0;
|
|
|
|
}
|
2018-04-06 12:37:49 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2017-12-01 07:51:07 +00:00
|
|
|
}
|