mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
e1d0f1e61c
- Make sure common styles are loaded for all components - Add icon in user menu Fixes renders of: - Language button (no top margin and button styles) - MenuPortal (no left margins) Change-Id: I98b4820b6d91d46fd27a1d433d5bacd187a7cbb0
26 lines
352 B
Plaintext
26 lines
352 B
Plaintext
@import '../resources/common/variables.less';
|
|
@import './integration.less';
|
|
@import './icons.less';
|
|
@import '../skinStyles/mediawiki.ui.icon.less';
|
|
|
|
body {
|
|
font-family: @font-family-sans;
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
}
|
|
|
|
#mw-panel {
|
|
background-color: @background-color-secondary;
|
|
}
|
|
|
|
.printfooter {
|
|
display: none;
|
|
}
|