mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 12:35:31 +00:00
17 lines
407 B
SCSS
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;
|
|
}
|
|
}
|