mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 03:34:25 +00:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
|
@import '../../variables.less';
|
||
|
|
||
|
// FIXME: Is specific `.mw-body` even needed? Does `.mw-indicators` exist outside?
|
||
|
.mw-body {
|
||
|
.mw-indicators {
|
||
|
font-size: @font-size-base;
|
||
|
line-height: @line-height-base;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.mw-indicator {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|