2023-03-20 09:48:17 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2022-03-23 03:28:12 +00:00
|
|
|
|
|
|
|
.ext-WikiEditor-realtimepreview-ErrorLayout {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2023-03-20 09:48:17 +00:00
|
|
|
// TODO: Currently, `#f8f9fa` is only available as `@background-color-interactive-subtle`,
|
|
|
|
// which would be wrongly applied here. Revisit with appropriate Codex token.
|
|
|
|
background-color: #f8f9fa;
|
2022-03-23 03:28:12 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
max-width: 268px;
|
|
|
|
margin: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-buttonWidget {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ext-WikiEditor-image-realtimepreview-error {
|
|
|
|
height: 103px;
|
|
|
|
width: 92px;
|
|
|
|
}
|