mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
196fb20836
In T182162 these were removed incorrectly. They should only have been partially removed. Bug: T187222 Change-Id: Ia3fb34250714fe4ccb10c32a7027fda167e06a16
24 lines
346 B
Plaintext
24 lines
346 B
Plaintext
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
.user-links {
|
|
margin: 15px 0 0 0;
|
|
li {
|
|
display: inline-block;
|
|
& + li {
|
|
margin-left: 4px;
|
|
&:before {
|
|
content: '·';
|
|
right: 2px;
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|
|
.mw-ui-icon-talk {
|
|
&:before {
|
|
// FIXME: this shouldn't be necessary
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|