mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-12-12 16:45:21 +00:00
XW-2586 | move monobook styles to skin scss file
This commit is contained in:
parent
e59608b9e1
commit
15a38e73a2
|
@ -98,14 +98,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skin-monobook {
|
|
||||||
.pi-smart-data {
|
|
||||||
.pi-data-label {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ********** Overwrite default infobox styles for STACKED layout type ********** //
|
// ********** Overwrite default infobox styles for STACKED layout type ********** //
|
||||||
|
|
||||||
.pi-layout-stacked {
|
.pi-layout-stacked {
|
||||||
|
|
|
@ -13,3 +13,7 @@ $background-color-secondary: #e5e5e5;
|
||||||
background-color: $background-color-secondary;
|
background-color: $background-color-secondary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pi-smart-data .pi-data-label {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue