Skip to content

Commit ecaabe4

Browse files
authored
Update _module.less
1 parent 69107f4 commit ecaabe4

File tree

1 file changed

+7
-7
lines changed
  • app/design/frontend/Magento/blank/Magento_Review/web/css/source

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
// _____________________________________________
1616

1717
& when (@media-common = true) {
18-
1918
.rating-summary {
2019
.lib-rating-summary();
20+
2121
.rating-result {
2222
margin-left: -5px;
2323
}
@@ -165,10 +165,10 @@
165165

166166
.review-details {
167167
.customer-review-rating {
168-
.lib-css(margin-bottom, @indent__base);
168+
margin-bottom: @indent__base;
169169

170170
.item {
171-
.lib-css(margin-bottom, @indent__s);
171+
margin-bottom: @indent__s;
172172

173173
&:last-child {
174174
margin-bottom: 0;
@@ -178,12 +178,12 @@
178178

179179
.review-title {
180180
.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;
183183
}
184184

185185
.review-content {
186-
.lib-css(margin-bottom, @indent__base);
186+
margin-bottom: @indent__base;
187187
}
188188
}
189189

@@ -271,7 +271,7 @@
271271

272272
&-field-rating {
273273
.control {
274-
margin-bottom: 1.2*@indent__xl;
274+
margin-bottom: 1.2 * @indent__xl;
275275
margin-top: @indent__s;
276276
}
277277
}

0 commit comments

Comments
 (0)