File tree Expand file tree Collapse file tree 6 files changed +35
-15
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web
css/source/content-type/slide
template/content-type/slide Expand file tree Collapse file tree 6 files changed +35
-15
lines changed Original file line number Diff line number Diff line change 7
7
// Collage center appearance styles
8
8
// _____________________________________________
9
9
10
- .pagebuilder-slide.pagebuilder- collage-centered {
10
+ .pagebuilder-slide [data - appearance = ' collage-centered' ] {
11
11
.pagebuilder-overlay {
12
12
-moz-transition : background- color 500ms ease ;
13
13
-o-transition : background- color 500ms ease ;
14
14
-webkit-transition : background- color 500ms ease ;
15
15
margin-left : auto ;
16
16
margin-right : auto ;
17
17
transition : background- color 500ms ease ;
18
+
19
+ & .wysiwyg-container {
20
+ .mce-tinymce-inline {
21
+ left : 29px !important ;
22
+ right : 29px ;
23
+ top : 30px !important ;
24
+ }
25
+ }
18
26
}
19
27
}
20
28
Original file line number Diff line number Diff line change 7
7
// Collage left appearance styles
8
8
// _____________________________________________
9
9
10
- .pagebuilder-slide .pagebuilder-overlay {
11
- -moz-transition : background- color 500ms ease ;
12
- -o-transition : background- color 500ms ease ;
13
- -webkit-transition : background- color 500ms ease ;
14
- transition : background- color 500ms ease ;
10
+ .pagebuilder-slide [data- appearance= ' collage-left' ] {
11
+ .pagebuilder-overlay {
12
+ -moz-transition : background- color 500ms ease ;
13
+ -o-transition : background- color 500ms ease ;
14
+ -webkit-transition : background- color 500ms ease ;
15
+ transition : background- color 500ms ease ;
16
+
17
+ & .wysiwyg-container {
18
+ .mce-tinymce-inline {
19
+ left : 29px !important ;
20
+ right : 29px ;
21
+ top : 30px !important ;
22
+ }
23
+ }
24
+ }
15
25
}
Original file line number Diff line number Diff line change 7
7
// Collage right appearance styles
8
8
// _____________________________________________
9
9
10
- .pagebuilder-slide.pagebuilder- collage-right {
10
+ .pagebuilder-slide [data - appearance = ' collage-right' ] {
11
11
.pagebuilder-overlay {
12
12
-moz-transition : background- color 500ms ease ;
13
13
-o-transition : background- color 500ms ease ;
14
14
-webkit-transition : background- color 500ms ease ;
15
15
margin-left : auto ;
16
16
transition : background- color 500ms ease ;
17
17
18
- .wysiwyg-container {
18
+ & .wysiwyg-container {
19
19
.mce-tinymce-inline {
20
- left : unset !important ;
20
+ left : 29px !important ;
21
+ right : 29px ;
22
+ top : 30px !important ;
21
23
}
22
24
}
23
25
}
Original file line number Diff line number Diff line change 54
54
}
55
55
}
56
56
.mce-tinymce-inline {
57
- left : -2 px !important ;
58
- padding : 5px !important ;
59
- right : -2 px ;
60
- top : -1 px !important ;
57
+ left : -1 px !important ;
58
+ padding : 5px ;
59
+ right : -1 px ;
60
+ top : 0 ;
61
61
}
62
62
.pagebuilder-empty-slide {
63
63
left : 0 ;
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
8
- < div class ="pagebuilder-content-type pagebuilder-slide pagebuilder-collage-centered "
8
+ < div class ="pagebuilder-content-type pagebuilder-slide "
9
9
attr ="data.main.attributes "
10
10
css ="data.main.css "
11
11
event ="{ mouseover: onMouseOver, mouseout: onMouseOut } ">
Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
8
- < div class ="pagebuilder-content-type pagebuilder-slide pagebuilder-collage-right "
8
+ < div class ="pagebuilder-content-type pagebuilder-slide "
9
9
attr ="data.main.attributes "
10
10
css ="data.main.css "
11
11
event ="{ mouseover: onMouseOver, mouseout: onMouseOut } ">
You can’t perform that action at this time.
0 commit comments