File tree Expand file tree Collapse file tree 2 files changed +16
-22
lines changed
app/design/frontend/Magento
blank/Magento_Wishlist/web/css/source
luma/Magento_Wishlist/web/css/source Expand file tree Collapse file tree 2 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 53
53
}
54
54
}
55
55
56
- .products-grid.wishlist {
57
- .product-item {
58
- margin-left : 2% ;
59
- padding : 5px ;
60
- width : calc (~ ' (100% - 4%) / 3' );
61
- & :nth- child(3 n + 1 ) {
62
- margin-left : 0 ;
63
- }
64
- }
65
- }
66
-
67
56
.account .table-wrapper .data.table.wishlist {
68
57
.lib-table-bordered (
69
58
@_table_type : horizontal
139
128
.products-grid.wishlist {
140
129
.product {
141
130
&-item {
131
+ margin-left : 2% ;
132
+ width : calc (~ ' (100% - 4%) / 3' );
133
+
134
+ & :nth- child(3 n + 1 ) {
135
+ margin-left : 0 ;
136
+ }
137
+
142
138
&-photo {
143
139
display : block ;
144
140
margin-bottom : @indent__s ;
198
194
border-bottom : 1px solid @secondary__color ;
199
195
margin : 0 ;
200
196
width : 100% ;
197
+
201
198
& :first-child {
202
199
border-top : 1px solid @secondary__color ;
203
200
}
Original file line number Diff line number Diff line change 45
45
}
46
46
}
47
47
48
- .products-grid.wishlist {
49
- .product-item {
50
- margin-left : 2% ;
51
- padding : 5px ;
52
- width : calc (~ ' (100% - 4%) / 3' );
53
- & :nth- child(3 n + 1 ) {
54
- margin-left : 0 ;
55
- }
56
- }
57
- }
58
-
59
48
.account .table-wrapper .data.table.wishlist {
60
49
.lib-table-bordered (
61
50
@_table_type : horizontal
146
135
.products-grid.wishlist {
147
136
.product {
148
137
&-item {
138
+ margin-left : 2% ;
139
+ width : calc (~ ' (100% - 4%) / 3' );
140
+
141
+ & :nth- child(3 n + 1 ) {
142
+ margin-left : 0 ;
143
+ }
144
+
149
145
&-photo {
150
146
display : block ;
151
147
margin-bottom : @indent__s ;
229
225
border-bottom : 1px solid @secondary__color ;
230
226
margin : 0 ;
231
227
width : 100% ;
228
+
232
229
& :first-child {
233
230
border-top : 1px solid @secondary__color ;
234
231
}
You can’t perform that action at this time.
0 commit comments