mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-25 16:15:28 +00:00
dfede899d6
Follow up to Ibf837775d972deb29e9619cc6c12c919aae5155a Depends-On: Ib5ae640bb260cee46e654228b785c776722c7003 Bug: T316027 Change-Id: I8ab2a554f753348ea2fb0fd4d28053ea17fbe83e
13 lines
190 B
Plaintext
13 lines
190 B
Plaintext
@import '../variables.less';
|
|
|
|
.mw-indicators {
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-base;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.mw-indicator {
|
|
display: inline-block;
|
|
}
|