mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
f9a3d795ef
Upgrade Codex to the latest version and add the new icon only buttons to our side by side table This is needed to help bring these inline. Bug: T314323 Change-Id: I7f59968cf5be6242e8002b11ca030c9bd4dd882d
28 lines
365 B
Plaintext
28 lines
365 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;
|
|
}
|
|
|
|
.vector-storybook-example-table tr {
|
|
vertical-align: top;
|
|
} |