mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
c9c7c06e76
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-welcomeDialog-content {
|
|
display: block;
|
|
text-align: center;
|
|
|
|
&::before {
|
|
content: '';
|
|
background: url( images/welcomeSplash-ltr.png ) center no-repeat;
|
|
background-size: contain;
|
|
display: block;
|
|
height: 8em;
|
|
}
|
|
}
|