We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a68f5 commit fed5e88Copy full SHA for fed5e88
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less
@@ -26,7 +26,7 @@
26
.pagebuilder-stage-wrapper {
27
-moz-transition: .35s ease-in-out;
28
-webkit-transition: .35s ease-in-out;
29
- background: #fff;
+ background: @color-white;
30
position: relative;
31
transition: .35s ease-in-out;
32
@@ -149,10 +149,10 @@
149
.pagebuilder-stage {
150
-moz-transition: margin-left .35s ease-in-out;
151
-moz-user-select: none;
152
- -webkit-transition: margin-left .35s ease-in-out;
153
- -webkit-user-select: none;
154
-ms-user-select: none;
155
-o-user-select: none;
+ -webkit-transition: margin-left .35s ease-in-out;
+ -webkit-user-select: none;
156
font-size: 0;
157
margin-left: 170px;
158
min-height: 200px;
0 commit comments