File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
.pagebuilder-stage-wrapper {
27
+ -webkit-transition : .35s ease-in-out ;
28
+ -moz-transition : .35s ease-in-out ;
27
29
background : white ;
28
30
position : relative ;
29
31
transition : .35s ease-in-out ;
49
51
z-index : 800 ;
50
52
51
53
.pagebuilder-header {
54
+ float : right ;
52
55
height : 0 ;
53
56
padding : 0 ;
54
57
position : fixed ;
212
215
}
213
216
214
217
.pagebuilder-canvas {
215
- -moz-transition : opacity .75s ease-in-out , visibility .75s ease-in-out ;
216
- -webkit-transition : opacity .75s ease-in-out , visibility .75s ease-in-out ;
218
+ -moz-transition : opacity .75s ease-in-out , visibility .75s ease-in-out , padding - top .35 s ease-in-out ;
219
+ -webkit-transition : opacity .75s ease-in-out , visibility .75s ease-in-out , padding - top .35 s ease-in-out ;
217
220
opacity : 0 ;
218
221
padding-bottom : 120px ;
219
- transition : opacity .75s ease-in-out , visibility .75s ease-in-out ;
222
+ transition : opacity .75s ease-in-out , visibility .75s ease-in-out , padding - top .35 s ease-in-out ;
220
223
visibility : hidden ;
221
224
222
225
& .active {
You can’t perform that action at this time.
0 commit comments