2018-04-12 01:23:35 +02:00
|
|
|
.mx_CompatibilityPage {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #e55;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CompatibilityPage_box {
|
|
|
|
position: absolute;
|
2023-05-09 12:02:12 +02:00
|
|
|
inset: 0;
|
2018-04-12 01:23:35 +02:00
|
|
|
margin: auto;
|
|
|
|
width: 500px;
|
|
|
|
height: 300px;
|
|
|
|
border: 1px solid;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #fcc;
|
2019-04-09 16:05:39 +02:00
|
|
|
}
|