backgroundImage and modals are two different things

This commit is contained in:
Vesa Luusua 2017-12-11 15:17:58 +02:00
parent 5be7a989a4
commit 21505aea88
5 changed files with 16 additions and 1 deletions

View file

@ -10,6 +10,10 @@
.root {
@apply --marketplaceModalRootStyles;
@media (--viewportMedium) {
@apply --backgroundImage;
}
}
.content {

View file

@ -10,6 +10,10 @@
.root {
@apply --marketplaceModalRootStyles;
@media (--viewportMedium) {
@apply --backgroundImage;
}
}
.content {

View file

@ -2,6 +2,10 @@
.root {
@apply --marketplaceModalRootStyles;
@media (--viewportMedium) {
@apply --backgroundImage;
}
}
.layoutWrapperMain {

View file

@ -10,6 +10,10 @@
.root {
@apply --marketplaceModalRootStyles;
@media (--viewportMedium) {
@apply --backgroundImage;
}
}
.content {

View file

@ -317,7 +317,6 @@
@media (--viewportMedium) {
justify-content: center;
align-items: flex-start;
@apply --backgroundImage;
}
}