PortableInfobox/styles/PortableInfoboxMonobook.scss

20 lines
382 B
SCSS

// fix issues with default infobox styles on monobook
$background-color: #f9f9f9;
$background-color-secondary: #e5e5e5;
.portable-infobox {
background-color: $background-color;
figure {
margin: 0;
}
.pi-data-label:not(.pi-horizontal-group-item):not(.pi-smart-data-label) {
padding: 0;
}
.pi-secondary-background {
background-color: $background-color-secondary;
}
}