Skip to content

Commit 7fd7a68

Browse files
committed
IMP: correct order to match m2 rules
1 parent 3d609a9 commit 7fd7a68

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
}
116116

117117
.product-image-photo {
118-
position: absolute;
119-
top: 0;
120-
right: 0;
121118
bottom: 0;
122-
left: 0;
123119
display: block;
124-
width: auto;
120+
left: 0;
125121
margin: auto;
122+
position: absolute;
123+
right: 0;
124+
top: 0;
125+
width: auto;
126126
}
127127

128128
//

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
}
9797

9898
.product-image-photo {
99-
position: absolute;
100-
top: 0;
101-
right: 0;
10299
bottom: 0;
103-
left: 0;
104100
display: block;
105-
width: auto;
101+
left: 0;
106102
margin: auto;
103+
position: absolute;
104+
right: 0;
105+
top: 0;
106+
width: auto;
107107
}
108108

109109
//

app/design/frontend/Magento/luma/web/css/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)