Skip to content

Commit ad5f11f

Browse files
committed
MC-943: Grouping content blocks and containers in the Panel
- add gradient to full screen header
1 parent 6b799d6 commit ad5f11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)