File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed
app/design/adminhtml/Magento/backend
Magento_Backend/web/css/source/module Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 187
187
display : block ;
188
188
}
189
189
190
- // External link marker
190
+ // External link marker
191
191
[target = ' _blank' ] {
192
192
& :after {
193
193
& :extend(.abs-icon all );
194
194
content : @icon-external-link__content ;
195
- font-size : 0 .5rem ;
195
+ font-size : .5rem ;
196
196
margin-left : @indent__xs ;
197
197
vertical-align : super ;
198
198
}
271
271
272
272
& ._show {
273
273
> .submenu {
274
- transform : translateX (0 );
275
- visibility : visible ;
276
- z-index : 698 ;
277
- overflow-x : scroll ;
278
- min-height : 98.65% ;
279
- left : 0 ;
280
- position : absolute ;
281
- left : 100% ;
282
- min-width : 100% ;
283
274
display : block ;
284
275
float : left ;
276
+ left : 100% ;
277
+ min-height : 98.65% ;
278
+ min-width : 100% ;
285
279
max-width : 1640px ;
280
+ overflow-x : scroll ;
281
+ position : absolute ;
282
+ transform : translateX (0 );
283
+ visibility : visible ;
284
+ z-index : 698 ;
286
285
}
287
286
}
288
287
}
Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
.abs-field-no-label {
62
+ /* *
63
+ *@codingStandardsIgnoreStart
64
+ */
62
65
#mix-grid .return_length (@field-label-grid__column , @field-grid__columns , ' +' );
63
66
margin-left : @_length ;
67
+ // @codingStandardsIgnoreEnd
64
68
}
65
69
66
70
//
237
241
margin-top : .2rem ;
238
242
position : absolute ;
239
243
z-index : 1 ;
240
-
241
244
}
242
245
}
243
246
}
284
287
}
285
288
}
286
289
287
- legend .admin__field-label {
290
+ legend .admin__field-label {
288
291
span {
289
292
& :after {
290
293
display : none ;
302
305
content : attr (data-config-scope );
303
306
display : inline-block ;
304
307
font-size : @font-size__s ;
308
+ /* *
309
+ *@codingStandardsIgnoreStart
310
+ */
305
311
left : @_length ;
312
+ // @codingStandardsIgnoreEnd
306
313
line-height : 3.2rem ;
307
314
margin-left : 2 * @temp_gutter ;
308
315
position : absolute ;
You can’t perform that action at this time.
0 commit comments