File tree Expand file tree Collapse file tree 3 files changed +60
-13
lines changed
app/code/Magento/PageBuilder/view
adminhtml/web/css/source/content-type/slider Expand file tree Collapse file tree 3 files changed +60
-13
lines changed Original file line number Diff line number Diff line change 7
7
// Default appearance styles
8
8
// _____________________________________________
9
9
10
+ [data- role= ' slider' ],
10
11
.pagebuilder-content-type.pagebuilder-slider {
12
+ border : none ;
11
13
-moz-transition : none ;
12
14
-o-transition : none ;
13
15
-webkit-transition : none ;
14
- border : none ;
15
16
transition : none ;
16
17
17
18
.slider-container {
36
37
}
37
38
38
39
& :hover {
40
+ box-shadow : none ;
39
41
-moz-transition : none ;
40
42
-o-transition : none ;
41
43
-webkit-transition : none ;
42
- box-shadow : none ;
43
44
transition : none ;
44
45
45
46
.slider-container {
302
303
visibility : visible ;
303
304
}
304
305
306
+ [data- role= ' slider' ] {
307
+ .slick-track .slick-slide {
308
+ display : block ;
309
+ }
310
+ .slick-dots {
311
+ bottom : -30px ;
312
+ display : block ;
313
+ list-style : none ;
314
+ margin : 0 ;
315
+ padding : 0 ;
316
+ text-align : center ;
317
+ width : 100% ;
318
+ li {
319
+ cursor : pointer ;
320
+ display : inline-block ;
321
+ height : 14px ;
322
+ margin : 0 5px ;
323
+ padding : 0 ;
324
+ position : relative ;
325
+ vertical-align : middle ;
326
+ width : 14px ;
327
+ button {
328
+ background : transparent ;
329
+ border : 1px solid #ccc ;
330
+ border-radius : 10px ;
331
+ box-shadow : none ;
332
+ cursor : pointer ;
333
+ display : block ;
334
+ height : 14px ;
335
+ padding : 0 ;
336
+ text-indent : -99999px ;
337
+ transition : .3s ;
338
+ width : 14px ;
339
+
340
+ & :hover {
341
+ border : 1px solid #b3b3b3 ;
342
+ }
343
+
344
+ & :active ,
345
+ & :focus ,
346
+ & :not (.primary ) {
347
+ background : transparent ;
348
+ box-shadow : none ;
349
+ }
350
+ }
351
+
352
+ & .slick-active {
353
+ button {
354
+ background : #1c1918 ;
355
+ border : none ;
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
Original file line number Diff line number Diff line change 5
5
6
6
var config = {
7
7
paths : {
8
- 'slick' : 'Magento_PageBuilder/js/resource/slick/slick.min'
8
+ 'slick' : 'Magento_PageBuilder/js/resource/slick/slick.min' ,
9
+ 'jarallax' : 'Magento_PageBuilder/js/resource/jarallax/jarallax.min'
9
10
} ,
10
11
shim : {
11
12
'slick' : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments