File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
app/code/Magento/PageBuilder/view
frontend/web/css/source/content-type/slide Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
.pagebuilder-toolbar-options {
33
+ -moz-transition : opacity 200ms , top 200ms , visibility 200ms ;
34
+ -o-transition : opacity 200ms , top 200ms , visibility 200ms ;
35
+ -webkit-transition : opacity 200ms , top 200ms , visibility 200ms ;
33
36
background-color : @color-gray94 ;
34
37
border : 1px solid @color-gray75 ;
35
38
height : 38px ;
36
39
left : -2px ;
37
40
opacity : 0 ;
38
41
position : absolute ;
39
42
top : 0 ;
40
- -moz-transition : opacity 200ms , top 200ms , visibility 200ms ;
41
- -o-transition : opacity 200ms , top 200ms , visibility 200ms ;
42
- -webkit-transition : opacity 200ms , top 200ms , visibility 200ms ;
43
43
transition : opacity 200ms , top 200ms , visibility 200ms ;
44
44
visibility : hidden ;
45
45
width : calc (~ ' 100% + 4px' );
Original file line number Diff line number Diff line change 9
9
10
10
.pagebuilder-slide {
11
11
.pagebuilder-poster-overlay {
12
- align-items : center ;
13
- display : flex ;
14
- justify-content : center ;
15
12
-moz-transition : background- color 500ms ease ;
16
13
-o-transition : background- color 500ms ease ;
17
14
-webkit-transition : background- color 500ms ease ;
15
+ align-items : center ;
16
+ display : flex ;
17
+ justify-content : center ;
18
18
transition : background- color 500ms ease ;
19
19
}
20
20
Original file line number Diff line number Diff line change 25
25
box-sizing : border-box ;
26
26
27
27
.pagebuilder-overlay {
28
- box-sizing : border-box ;
29
28
-moz-transition : background- color 500ms ease ;
30
29
-o-transition : background- color 500ms ease ;
31
30
-webkit-transition : background- color 500ms ease ;
31
+ box-sizing : border-box ;
32
32
transition : background- color 500ms ease ;
33
33
34
34
& .pagebuilder-poster-overlay {
39
39
}
40
40
41
41
.pagebuilder-slide-button {
42
- margin-top : 20px ;
43
42
-moz-transition : opacity 500ms ease ;
44
43
-o-transition : opacity 500ms ease ;
45
44
-webkit-transition : opacity 500ms ease ;
45
+ margin-top : 20px ;
46
46
transition : opacity 500ms ease ;
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments