PortableInfobox/styles/PortableInfoboxMonobook.scss

14 lines
193 B
SCSS
Raw Normal View History

// fix issues with default infobox styles on monobook
2015-05-18 14:02:17 +00:00
.portable-infobox {
background-color: #f9f9f9;
figure {
2015-05-18 14:16:36 +00:00
margin: 0;
}
.pi-secondary-background {
2015-05-18 14:16:36 +00:00
background-color: #e5e5e5;
}
}