Skip to content

Commit f8086f7

Browse files
committed
MC-4116: Update slider to use new background images logic
- fix content placeholder text position on stage
1 parent 1438207 commit f8086f7

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_collage-center.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
right: 29px;
2323
top: 30px !important;
2424
}
25+
26+
.pagebuilder-empty-slide {
27+
padding: 30px;
28+
text-align: left;
29+
}
2530
}
2631
}
2732
}

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_collage-left.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
right: 29px;
2121
top: 30px !important;
2222
}
23+
24+
.pagebuilder-empty-slide {
25+
padding: 30px;
26+
text-align: left;
27+
}
2328
}
2429
}
2530
}

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_collage-right.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
right: 29px;
2222
top: 30px !important;
2323
}
24+
25+
.pagebuilder-empty-slide {
26+
padding: 30px;
27+
text-align: left;
28+
}
2429
}
2530
}
2631
}

0 commit comments

Comments
 (0)