mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
16 lines
289 B
SCSS
16 lines
289 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-secondary-background {
|
|
background-color: $background-color-secondary;
|
|
}
|
|
}
|