mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
backgroundImage and modals are two different things
This commit is contained in:
parent
5be7a989a4
commit
21505aea88
5 changed files with 16 additions and 1 deletions
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalRootStyles;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
@apply --backgroundImage;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalRootStyles;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
@apply --backgroundImage;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalRootStyles;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
@apply --backgroundImage;
|
||||
}
|
||||
}
|
||||
|
||||
.layoutWrapperMain {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
.root {
|
||||
@apply --marketplaceModalRootStyles;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
@apply --backgroundImage;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
|||
|
|
@ -317,7 +317,6 @@
|
|||
@media (--viewportMedium) {
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
@apply --backgroundImage;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue