File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
app/design/frontend/Magento
blank/Magento_Catalog/web/css/source/module
luma/Magento_Catalog/web/css/source/module Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 38
38
vertical-align : top ;
39
39
40
40
.products-grid & {
41
- width : 100% / 2 ;
42
41
display : inline-block ;
42
+ width : 100% / 2 ;
43
43
}
44
44
45
45
& :extend(.abs-add-box-sizing all );
56
56
}
57
57
58
58
&-info {
59
- width : 152px ;
60
59
max-width : 100% ;
60
+ width : 152px ;
61
61
62
62
.page-products & {
63
63
width : 240px ;
102
102
103
103
.price {
104
104
.lib-font-size (14 );
105
- font-weight : bold ;
105
+ font-weight : @font-weight__bold ;
106
106
}
107
107
108
108
.price-label {
117
117
.minimal-price {
118
118
.price {
119
119
.lib-font-size (14 );
120
- font-weight : bold ;
120
+ font-weight : @font-weight__bold ;
121
121
}
122
122
123
123
.price-wrapper {
165
165
white-space : nowrap ;
166
166
}
167
167
168
+ .price-from ,
169
+ .price-to {
170
+ margin : 0 ;
171
+ }
172
+
168
173
.tocompare {
169
174
.lib-icon-font-symbol (
170
175
@icon-compare-empty
180
185
.column.main {
181
186
.product {
182
187
&-items {
183
- margin-left : -20 px ;
188
+ margin-left : - @indent__base ;
184
189
}
185
190
186
191
&-item {
187
- padding-left : 20 px ;
192
+ padding-left : @indent__base ;
188
193
}
189
194
}
190
195
197
202
198
203
.price-including-tax + .price-excluding-tax ,
199
204
.weee {
200
- margin-top : 5 px ;
205
+ margin-top : @indent__xs ;
201
206
}
202
207
203
208
.price-including-tax + .price-excluding-tax ,
280
285
margin-bottom : @indent__l ;
281
286
}
282
287
283
- &-info {
284
- }
285
-
286
288
&-actions {
287
289
display : block ;
288
290
298
300
> * {
299
301
white-space : normal ;
300
302
}
301
-
302
- > .action {
303
- }
304
303
}
305
304
306
305
.actions-primary {
Original file line number Diff line number Diff line change 28
28
.products {
29
29
margin : @indent__l 0 ;
30
30
}
31
+
31
32
.product {
32
33
&-items {
33
34
& :extend(.abs-reset-list all );
37
38
vertical-align : top ;
38
39
39
40
.products-grid & {
40
- width : 100% / 2 ;
41
41
display : inline-block ;
42
+ width : 100% / 2 ;
42
43
}
43
44
44
45
& :extend(.abs-add-box-sizing all );
100
101
margin : @indent__s 0 @indent__m ;
101
102
102
103
.price {
103
- font-weight : bold ;
104
+ font-weight : @font-weight__bold ;
104
105
}
105
106
106
107
.price-label {
152
153
.column.main {
153
154
.product {
154
155
&-items {
155
- margin-left : -20 px ;
156
+ margin-left : - @indent__base ;
156
157
}
157
158
158
159
&-item {
159
- padding-left : 20 px ;
160
+ padding-left : @indent__base ;
160
161
}
161
162
}
162
163
}
168
169
169
170
.price-including-tax + .price-excluding-tax ,
170
171
.weee {
171
- margin-top : 5 px ;
172
+ margin-top : @indent__xs ;
172
173
}
173
174
174
175
.price-including-tax + .price-excluding-tax ,
You can’t perform that action at this time.
0 commit comments