mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
58e69d97b9
Replacing 'mediawiki.ui/variables.less' @import with new skin-aware 'mediawiki.skin.variables.less' standard. Also - replacing several static values with new Codex design token featuring skin variables. - reinstate static values only on resizeable drag bar. This is not a standardized component yet and will be revisited with further Codex component definitions in future. Bump required MediaWiki core version to v1.41.0. Bug: T319381 Bug: T332541 Change-Id: I323561894ddf23aa89f51439fc9df2b7642eaca5
29 lines
602 B
Plaintext
29 lines
602 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.ext-WikiEditor-realtimepreview-ErrorLayout {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
// 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;
|
|
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;
|
|
}
|