mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
14 lines
227 B
SCSS
14 lines
227 B
SCSS
// fix issues with default infobox styles on monobook
|
|
|
|
.portable-infobox figure {
|
|
background-color: #f9f9f9;
|
|
|
|
figure {
|
|
margin: 0px;
|
|
}
|
|
|
|
.portable-infobox-header-background {
|
|
background-color: rgba(189,189,189,0.3);
|
|
}
|
|
}
|