XW-2586 | move monobook styles to skin scss file

This commit is contained in:
Karol Tatala 2017-01-11 14:30:33 +01:00
parent e59608b9e1
commit 15a38e73a2
2 changed files with 4 additions and 8 deletions

View file

@ -98,14 +98,6 @@
}
}
.skin-monobook {
.pi-smart-data {
.pi-data-label {
padding: 0;
}
}
}
// ********** Overwrite default infobox styles for STACKED layout type ********** //
.pi-layout-stacked {

View file

@ -13,3 +13,7 @@ $background-color-secondary: #e5e5e5;
background-color: $background-color-secondary;
}
}
.pi-smart-data .pi-data-label {
padding: 0;
}