mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
01f4bb8c78
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
19 lines
323 B
Text
19 lines
323 B
Text
.mx_CompatibilityPage {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #e55;
|
|
}
|
|
|
|
.mx_CompatibilityPage_box {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
width: 500px;
|
|
height: 300px;
|
|
border: 1px solid;
|
|
padding: 10px;
|
|
background-color: #fcc;
|
|
}
|