File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/banner Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
.pagebuilder-banner-text-content {
36
- padding : 0 20px ;
37
36
position : relative ;
38
37
39
- & .pagebuilder-toolbar-active {
40
- box-shadow : 0 0 0 1px @color-gray80 ;
41
- }
42
38
.mce-tinymce-inline {
43
39
left : 0 ;
44
40
right : 0 ;
45
41
z-index : 20 ;
46
42
}
47
43
> .mce-content-body {
48
44
min-height : 50px ;
49
- padding : 5px 0 !important ;
45
+ padding : 5px 20 px !important ;
50
46
51
47
+ .placeholder-text {
52
48
font-size : 14px ;
63
59
}
64
60
65
61
.inline-wysiwyg-textarea {
66
- background-color : transparent ;
67
62
border : 0 ;
68
63
margin : 2px 0 ;
69
64
min-height : 50px ;
77
72
resize : vertical ;
78
73
}
79
74
}
75
+
76
+ & .pagebuilder-toolbar-active {
77
+ .inline-wysiwyg ,
78
+ .inline-wysiwyg-textarea {
79
+ box-shadow : 0 0 0 1px @color-gray80 ;
80
+ }
81
+ }
80
82
}
81
83
}
You can’t perform that action at this time.
0 commit comments