File tree Expand file tree Collapse file tree 2 files changed +28
-3
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 +28
-3
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
+
56
67
.account .table-wrapper .data.table.wishlist {
57
68
.lib-table-bordered (
58
69
@_table_type : horizontal
185
196
.products-grid.wishlist {
186
197
.product-item {
187
198
border-bottom : 1px solid @secondary__color ;
199
+ margin : 0 ;
200
+ width : 100% ;
188
201
& :first-child {
189
202
border-top : 1px solid @secondary__color ;
190
203
}
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
+
48
59
.account .table-wrapper .data.table.wishlist {
49
60
.lib-table-bordered (
50
61
@_table_type : horizontal
183
194
}
184
195
}
185
196
.products-grid.wishlist {
186
- .product-item-actions {
197
+ .product-item-actions {
187
198
.action {
188
199
& .edit ,
189
200
& .delete {
216
227
.products-grid.wishlist {
217
228
.product-item {
218
229
border-bottom : 1px solid @secondary__color ;
219
-
230
+ margin : 0 ;
231
+ width : 100% ;
220
232
& :first-child {
221
233
border-top : 1px solid @secondary__color ;
222
234
}
253
265
& :last-child {
254
266
margin-right : 0 ;
255
267
}
256
-
268
+
257
269
& .edit ,
258
270
& .delete {
259
271
margin-top : 7px ;
You can’t perform that action at this time.
0 commit comments