Revert "Discard unused CompatibilityPage.js in react-sdk"
This reverts commit e3ba9c9b
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e3ba9c9b38
commit
531de19fa4
3 changed files with 98 additions and 0 deletions
19
res/css/structures/_CompatibilityPage.scss
Normal file
19
res/css/structures/_CompatibilityPage.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue