mirror of https://github.com/vector-im/riot-web
Merge pull request #3154 from matrix-org/travis/syntax-error
Flexboxify generic error pagepull/21833/head
commit
9be40a27fc
|
@ -2,17 +2,15 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GenericErrorPage_box {
|
.mx_GenericErrorPage_box {
|
||||||
position: absolute;
|
display: inline;
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
margin: auto;
|
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 125px;
|
min-height: 125px;
|
||||||
border: 1px solid #f22;
|
border: 1px solid #f22;
|
||||||
padding: 10px 10px 20px;
|
padding: 10px 10px 20px;
|
||||||
background-color: #fcc;
|
background-color: #fcc;
|
||||||
|
|
Loading…
Reference in New Issue