Skip to content

Commit 4211037

Browse files
committed
MC-3167: Update MFTF Tests
- remove space between panel and stage in full-screen - use var color
1 parent 237652d commit 4211037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
z-index: 800;
3434

3535
.pagebuilder-header {
36-
background: linear-gradient(to bottom, white 80%, rgba(255, 255, 255, 0) 100%);
36+
background: linear-gradient(to bottom, @color-white 80%, rgba(255, 255, 255, 0) 100%);
3737
left: 150px;
3838
padding: 20px 3rem 10px 10px;
3939
position: fixed;
@@ -72,6 +72,7 @@
7272
}
7373

7474
.pagebuilder-stage {
75+
margin-left: 150px;
7576
margin-top: 60px;
7677
}
7778
}

0 commit comments

Comments
 (0)