VectorGOLEM/.storybook/common.less

24 lines
271 B
Plaintext

@import '../variables.less';
@import 'integration.less';
@import 'icons.less';
body {
font-family: @font-family-sans;
}
a {
text-decoration: none;
}
ul {
padding: 0;
}
#mw-panel {
background-color: @background-color-secondary;
}
.printfooter {
display: none;
}