mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
b86dbc756c
- Remove references to the removed wgVectorUseWvuiSearch configuration - Remove mw-body qualifier on Indicators component. - Drops some cache related FIXMEs Change-Id: I6823b9c5bf19a067b56badf29f874a7127867a09
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
@import '../variables.less';
|
|
|
|
.mw-indicators {
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-base;
|
|
position: relative;
|
|
}
|
|
|
|
.mw-indicator {
|
|
display: inline-block;
|
|
}
|