File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/design/frontend/Magento/blank/Magento_Review/web/css/source Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
// _____________________________________________
16
16
17
17
& when (@media-common = true ) {
18
-
19
18
.rating-summary {
20
19
.lib-rating-summary ();
20
+
21
21
.rating-result {
22
22
margin-left : -5px ;
23
23
}
165
165
166
166
.review-details {
167
167
.customer-review-rating {
168
- .lib-css ( margin-bottom , @indent__base ) ;
168
+ margin-bottom : @indent__base ;
169
169
170
170
.item {
171
- .lib-css ( margin-bottom , @indent__s ) ;
171
+ margin-bottom : @indent__s ;
172
172
173
173
& :last-child {
174
174
margin-bottom : 0 ;
178
178
179
179
.review-title {
180
180
.lib-heading (h3 );
181
- .lib-css ( font-weight , @font-weight__semibold ) ;
182
- .lib-css ( margin-bottom , @indent__base ) ;
181
+ font-weight : @font-weight__semibold ;
182
+ margin-bottom : @indent__base ;
183
183
}
184
184
185
185
.review-content {
186
- .lib-css ( margin-bottom , @indent__base ) ;
186
+ margin-bottom : @indent__base ;
187
187
}
188
188
}
189
189
271
271
272
272
&-field-rating {
273
273
.control {
274
- margin-bottom : 1.2 * @indent__xl ;
274
+ margin-bottom : 1.2 * @indent__xl ;
275
275
margin-top : @indent__s ;
276
276
}
277
277
}
You can’t perform that action at this time.
0 commit comments