2017-12-01 08:51:07 +01:00
|
|
|
core-iframe {
|
|
|
|
> div {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2018-03-02 16:59:39 +01:00
|
|
|
iframe {
|
|
|
|
border: 0;
|
2018-04-19 17:10:49 +02:00
|
|
|
display: block;
|
2018-03-02 16:59:39 +01:00
|
|
|
}
|
2018-04-06 14:37:49 +02:00
|
|
|
|
|
|
|
.core-loading-container {
|
|
|
|
position: absolute;
|
2018-08-29 16:42:12 +02:00
|
|
|
@include position(0, 0, 0, 0);
|
2018-04-06 14:37:49 +02:00
|
|
|
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 08:51:07 +01:00
|
|
|
}
|