File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 3
3
// * All Rights Reserved.
4
4
// */
5
5
6
- // @codingStandardsIgnoreFile
6
+ /* *
7
+ * @codingStandardsIgnoreStart
8
+ */
7
9
.pagebuilder-stage.capture .pagebuilder-canvas {
8
10
margin : -10px ;
9
11
padding : 10px ;
125
127
font-size : inherit ;
126
128
}
127
129
}
130
+ // @codeCoverageIgnoreEnd
Original file line number Diff line number Diff line change 136
136
//
137
137
// Default appearance styles rendered through Block only
138
138
// _____________________________________________________
139
-
139
+ /* *
140
+ * @codingStandardsIgnoreStart
141
+ */
140
142
[data- content- type= ' banner' ] {
141
143
.pagebuilder-banner-wrapper {
142
144
overflow-wrap : break-word ;
143
145
word-wrap : break-word ;
144
- // @codingStandardsIgnoreStart
146
+
145
147
.pagebuilder-overlay :not (.pagebuilder-poster-overlay ) {
146
148
max-width : 540px ;
147
149
}
148
- // @codingStandardsIgnoreEnd
150
+
149
151
[data- element= ' content' ] {
150
152
min-height : 50px ;
151
153
}
166
168
}
167
169
}
168
170
}
171
+ // @codeCoverageIgnoreEnd
Original file line number Diff line number Diff line change 7
7
// Default appearance styles rendered through Mobile viewport
8
8
// _____________________________________________________
9
9
10
- // @codingStandardsIgnoreStart
10
+ /* *
11
+ * @codingStandardsIgnoreStart
12
+ */
11
13
.mobile-viewport {
12
14
.pagebuilder-banner-wrapper {
13
15
.pagebuilder-overlay :not (.pagebuilder-poster-overlay ) {
Original file line number Diff line number Diff line change 46
46
transition : all .3s ;
47
47
visibility : hidden ;
48
48
width : 14px ;
49
- // @codingStandardsIgnoreStart
49
+ /* *
50
+ * @codingStandardsIgnoreStart
51
+ */
50
52
& .disabled :before {
51
53
color : @color-light-gray ;
52
54
cursor : not-allowed ;
Original file line number Diff line number Diff line change 7
7
// Default appearance styles
8
8
// _____________________________________________
9
9
10
-
10
+ /* *
11
+ * @codingStandardsIgnoreStart
12
+ */
11
13
@color-gray : #ccc ;
12
14
13
15
div [data- content- type= ' tabs' ],
@@ -220,4 +222,4 @@ div[data-content-type='tabs'] {
220
222
.pagebuilder-content-type-hidden .pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li .tab-header.ui-state-active {
221
223
z-index : 10 ;
222
224
}
223
-
225
+ // @codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments