2019-04-11 23:52:37 +02:00
|
|
|
.mx_GenericErrorPage {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #fff;
|
2019-06-27 20:10:58 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2019-04-11 23:52:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_GenericErrorPage_box {
|
2019-06-27 20:10:58 +02:00
|
|
|
display: inline;
|
2019-04-11 23:52:37 +02:00
|
|
|
width: 500px;
|
2019-06-27 20:10:58 +02:00
|
|
|
min-height: 125px;
|
2019-04-11 23:52:37 +02:00
|
|
|
border: 1px solid #f22;
|
2019-05-29 20:09:04 +02:00
|
|
|
padding: 10px 10px 20px;
|
2019-04-11 23:52:37 +02:00
|
|
|
background-color: #fcc;
|
|
|
|
}
|