mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
96136a0e2d
Depends-On: Id08590f6a3fbbfda8226f2899f50f0b64cbb1481 Change-Id: I5be642f2e20d67e1d27c74ddb6ec086738a261aa Bug: T191021
25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
@import '../resources/common/variables.less';
|
|
@import './integration.less';
|
|
@import './icons.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;
|
|
}
|