2015-05-18 13:56:45 +00:00
|
|
|
// 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 13:56:45 +00:00
|
|
|
|
2015-05-18 14:02:17 +00:00
|
|
|
.portable-infobox {
|
2015-07-30 14:08:18 +00:00
|
|
|
background-color: $background-color;
|
2015-05-18 13:56:45 +00:00
|
|
|
|
|
|
|
figure {
|
2015-05-18 14:16:36 +00:00
|
|
|
margin: 0;
|
2015-05-18 13:56:45 +00:00
|
|
|
}
|
|
|
|
|
2015-07-29 11:07:58 +00:00
|
|
|
.pi-secondary-background {
|
2015-07-30 14:08:18 +00:00
|
|
|
background-color: $background-color-secondary;
|
2015-05-18 13:56:45 +00:00
|
|
|
}
|
|
|
|
}
|
2017-01-11 13:30:33 +00:00
|
|
|
|
|
|
|
.pi-smart-data .pi-data-label {
|
|
|
|
padding: 0;
|
|
|
|
}
|