mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
|
// FIXME: This file should be shared across repositories
|
||
|
@import 'minerva.variables';
|
||
|
@import 'minerva.mixins';
|
||
|
@import 'mediawiki.mixins';
|
||
|
|
||
|
// FIXME: Find better workaround for this
|
||
|
span.mw-ui-icon {
|
||
|
// a block inside an inline element is never a good idea - effects line height of mobile diff bytesadded class
|
||
|
display: inline-block;
|
||
|
}
|