PortableInfobox/styles/PortableInfoboxMonobook.scss

16 lines
289 B
SCSS
Raw Normal View History

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