PortableInfobox/styles/PortableInfoboxMonobook_beforeSimplification.scss
2015-07-30 16:59:37 +02:00

17 lines
407 B
SCSS

/* @TODO DAT-3079 Remove PortableInfoboxMonobook_beforeSimplification.scss
* once all articles will be purged after release; @see DAT-3009 purging ticket */
$background-color: #f9f9f9;
$background-color-secondary: #e5e5e5;
.portable-infobox {
background-color: $background-color;
figure {
margin: 0;
}
.portable-infobox-secondary-background {
background-color: $background-color-secondary;
}
}