Files
element-web/res/css/structures/_CompatibilityPage.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
283 B
Plaintext
Raw Normal View History

.mx_CompatibilityPage {
width: 100%;
height: 100%;
background-color: #e55;
}
.mx_CompatibilityPage_box {
position: absolute;
2023-05-09 10:02:12 +00:00
inset: 0;
margin: auto;
width: 500px;
height: 300px;
border: 1px solid;
padding: 10px;
background-color: #fcc;
2019-04-09 15:05:39 +01:00
}