mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-12-04 20:59:08 +00:00
20 lines
337 B
SCSS
20 lines
337 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;
|
|
}
|
|
}
|
|
|
|
.pi-smart-data .pi-data-label {
|
|
padding: 0;
|
|
}
|