File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
app/design/adminhtml/Magento/backend
Magento_Catalog/web/css/source
web/css/source/components Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -51,3 +51,18 @@ div.removed,
51
51
width : auto ; // IE9 width fix
52
52
}
53
53
}
54
+
55
+ //
56
+ // Create attribute panel iframe page configuration
57
+ // ---------------------------------------------
58
+
59
+ .catalog-product-attribute-edit {
60
+ & .attribute-popup {
61
+ .page-wrapper {
62
+ width : 100% ;
63
+ .page-content {
64
+ padding-left : 0 ;
65
+ }
66
+ }
67
+ }
68
+ }
Original file line number Diff line number Diff line change 389
389
// Attribute Popup
390
390
// _____________________________________________
391
391
392
- .catalog-product-attribute-edit {
393
- .page-wrapper {
394
- width : 100% ;
395
- .page-content {
396
- padding-left : 0 ;
397
- }
398
- }
399
- }
400
-
401
392
.attribute-popup-actions { // ToDo UI: remove or refactor after New attribute popup refactored to sliding panel
402
393
& :extend(.abs-clearfix all );
403
394
background : @page-main-actions__background-color ;
You can’t perform that action at this time.
0 commit comments