File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed
code/Magento/Theme/view/adminhtml/page_layout
design/adminhtml/Magento/backend/web/css/source Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 30
30
<container name =" messages.wrapper" as =" messages.wrapper" htmlTag =" div" htmlId =" messages" >
31
31
<container name =" page.messages" as =" page.messages" />
32
32
</container >
33
- <!-- ToDo UI: .col-gutter will be deprecated after #a0c2682 merged -->
34
- <container name =" page.main.container" as =" page_main_container" htmlId =" page:main-container" htmlTag =" div" htmlClass =" page-columns row row-gutter" >
35
- <!-- ToDo UI: remove 'main-col' & 'side-col' class names after new sidebar implemented -->
36
- <container name =" main.col" as =" main-col" htmlId =" container" htmlTag =" div" htmlClass =" main-col col-m-9 col-m-push-3 col-gutter" >
33
+ <container name =" page.main.container" as =" page_main_container" htmlId =" page:main-container" htmlTag =" div" htmlClass =" page-columns" >
34
+ <container name =" main.col" as =" main-col" htmlId =" container" htmlTag =" div" htmlClass =" main-col" >
37
35
<container name =" admin.scope.col.wrap" as =" admin-scope-col-wrap" htmlTag =" div" htmlClass =" admin__scope-old" > <!-- ToDo UI: remove this wrapper remove with old styles removal -->
38
36
<container name =" content" as =" content" />
39
37
</container >
40
38
</container >
41
- <container name =" side.col" as =" side-col" after =" main.col" htmlId =" page:left" htmlTag =" div" htmlClass =" col-m-3 col-m-pull-9 side-col col-gutter " >
39
+ <container name =" side.col" as =" side-col" after =" main.col" htmlId =" page:left" htmlTag =" div" htmlClass =" side-col" >
42
40
<container name =" left" as =" left" />
43
41
</container >
44
42
</container >
Original file line number Diff line number Diff line change @@ -45,3 +45,18 @@ body {
45
45
margin-bottom : 0 ;
46
46
}
47
47
}
48
+
49
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
50
+ .page-layout-admin-2columns-left {
51
+ .page-columns {
52
+ #mix-grid .row ();
53
+ .main-col {
54
+ #mix-grid .width (9 ,12 );
55
+ float : right ;
56
+ }
57
+ .side-col {
58
+ #mix-grid .column (3 ,12 );
59
+ }
60
+ }
61
+ }
62
+ }
Original file line number Diff line number Diff line change 47
47
}
48
48
49
49
// @todo ui Move to other place - will be done in upcoming task "Address Tabs":
50
- .ui-tabs {
51
- margin-bottom : 5rem ;
52
- }
50
+
53
51
.address-item-edit-content {
54
52
background : #fff ;
55
53
border : 1px solid #dad1c8 ;
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ var cleanOptions = {
87
87
"src" : [
88
88
"<%= path.tmp %>/cache/**/*" ,
89
89
"<%= path.tmp %>/generation/**/*" ,
90
+ "<%= path.tmp %>/view_preprocessed/html/**/*" ,
90
91
"<%= path.tmp %>/page_cache/**/*"
91
92
]
92
93
}
You can’t perform that action at this time.
0 commit comments