mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-18 16:51:05 +00:00
a38fa06b5d
Bug: T369669 Change-Id: I37c84769edbae8bbb843e9be1846394753c126c8
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.skin-minerva-launch-image {
|
|
background: url( dark-mode-banner.svg ) no-repeat 0 0;
|
|
background-size: 100%;
|
|
width: ~'calc(100% + @{spacing-300})';
|
|
margin: -@spacing-100 -@spacing-150 0 -@spacing-150;
|
|
aspect-ratio: ( 2 / 1 );
|
|
}
|