Add a generic error page element for startup errors
Used by Riot to communicate configuration problems.
This commit is contained in:
parent
9bd8f47cdf
commit
aadc1a8d75
4 changed files with 60 additions and 0 deletions
19
res/css/structures/_GenericErrorPage.scss
Normal file
19
res/css/structures/_GenericErrorPage.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.mx_GenericErrorPage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.mx_GenericErrorPage_box {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
width: 500px;
|
||||
height: 200px;
|
||||
border: 1px solid #f22;
|
||||
padding: 10px;
|
||||
background-color: #fcc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue