element-web/res/css/structures/_GenericErrorPage.scss

18 lines
338 B
SCSS
Raw Normal View History

.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;
}
.mx_GenericErrorPage_box {
2019-06-27 20:10:58 +02:00
display: inline;
width: 500px;
2019-06-27 20:10:58 +02:00
min-height: 125px;
border: 1px solid #f22;
padding: 10px 10px 20px;
background-color: #fcc;
}