File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
@import ' ./_default.less' ;
11
11
@import ' ./_poster.less' ;
12
12
@import ' ./_collage-center' ;
13
- @import ' ./_collage-left.less' ;
14
13
@import ' ./_collage-right.less' ;
Original file line number Diff line number Diff line change 7
7
// Collage left appearance styles
8
8
// _____________________________________________
9
9
10
- .pagebuilder-slide {
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
- }
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 ;
17
15
}
You can’t perform that action at this time.
0 commit comments