Vector-Local/.storybook/common.less
jdlrobson 96136a0e2d Remove Vector skinStyles for icons and fix language button
Depends-On:  Id08590f6a3fbbfda8226f2899f50f0b64cbb1481
Change-Id: I5be642f2e20d67e1d27c74ddb6ec086738a261aa
Bug: T191021
2021-07-21 11:02:42 -07:00

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;
}