|
14 | 14 | // _____________________________________________
|
15 | 15 |
|
16 | 16 | & when (@media-common = true) {
|
17 |
| - |
18 | 17 | .data.switch .counter {
|
19 | 18 | .lib-css(color, @text__color__muted);
|
20 | 19 |
|
|
118 | 117 |
|
119 | 118 | strong {
|
120 | 119 | display: block;
|
121 |
| - font-weight: 600; |
| 120 | + font-weight: @font-weight__semibold; |
122 | 121 | }
|
123 | 122 | }
|
124 | 123 |
|
125 | 124 | .fieldset &-field-ratings {
|
126 | 125 | > .label {
|
127 |
| - font-weight: 600; |
| 126 | + font-weight: @font-weight__semibold; |
128 | 127 | margin-bottom: @indent__s;
|
129 | 128 | padding: 0;
|
130 | 129 | }
|
|
140 | 139 |
|
141 | 140 | &-field-rating {
|
142 | 141 | .label {
|
143 |
| - font-weight: 600; |
| 142 | + font-weight: @font-weight__semibold; |
144 | 143 | }
|
145 | 144 |
|
146 | 145 | .control {
|
147 |
| - margin-bottom: 1.2*@indent__xl; |
| 146 | + margin-bottom: 1.2 * @indent__xl; |
148 | 147 | margin-top: @indent__s;
|
149 | 148 | }
|
150 | 149 | }
|
|
181 | 180 | display: inline;
|
182 | 181 |
|
183 | 182 | .review-details-value {
|
184 |
| - font-weight: 400; |
| 183 | + font-weight: @font-weight__regular; |
185 | 184 | }
|
186 | 185 | }
|
187 | 186 |
|
|
341 | 340 | .block-reviews-dashboard {
|
342 | 341 | .items {
|
343 | 342 | .item {
|
344 |
| - .lib-css(margin-bottom, @indent__base); |
| 343 | + margin-bottom: @indent__base; |
345 | 344 |
|
346 | 345 | &:last-child {
|
347 | 346 | margin-bottom: 0;
|
|
353 | 352 | display: inline-block;
|
354 | 353 |
|
355 | 354 | &:not(:last-child) {
|
356 |
| - .lib-css(margin-bottom, @indent__xs); |
| 355 | + margin-bottom: @indent__xs; |
357 | 356 | }
|
358 | 357 | }
|
359 | 358 |
|
360 | 359 | .rating-summary {
|
361 | 360 | .label {
|
362 |
| - .lib-css(font-weight, @font-weight__semibold); |
363 |
| - .lib-css(margin-right, @indent__s); |
| 361 | + font-weight: @font-weight__semibold; |
| 362 | + margin-right: @indent__s; |
364 | 363 | }
|
365 | 364 | }
|
366 | 365 | }
|
367 | 366 |
|
368 | 367 | .table-reviews,
|
369 | 368 | .block-reviews-dashboard {
|
370 | 369 | .product-name {
|
371 |
| - .lib-css(font-weight, @font-weight__regular); |
| 370 | + font-weight: @font-weight__regular; |
372 | 371 | }
|
373 | 372 | }
|
374 | 373 |
|
|
416 | 415 | .product-details {
|
417 | 416 | &:extend(.abs-add-clearfix all);
|
418 | 417 | &:extend(.abs-margin-for-blocks-and-widgets all);
|
| 418 | + |
419 | 419 | .rating-average-label {
|
420 | 420 | &:extend(.abs-visually-hidden all);
|
421 | 421 | }
|
|
436 | 436 | }
|
437 | 437 |
|
438 | 438 | .customer-review-rating {
|
439 |
| - .lib-css(margin-bottom, @indent__base); |
| 439 | + margin-bottom: @indent__base; |
| 440 | + |
440 | 441 | .item {
|
441 |
| - .lib-css(margin-bottom, @indent__s); |
| 442 | + margin-bottom: @indent__s; |
442 | 443 |
|
443 | 444 | &:last-child {
|
444 | 445 | margin-bottom: 0;
|
|
450 | 451 |
|
451 | 452 | .review-title {
|
452 | 453 | .lib-heading(h3);
|
453 |
| - .lib-css(font-weight, @font-weight__semibold); |
454 |
| - .lib-css(margin-bottom, @indent__base); |
| 454 | + font-weight: @font-weight__semibold; |
| 455 | + margin-bottom: @indent__base; |
455 | 456 | }
|
456 | 457 |
|
457 | 458 | .review-content {
|
458 | 459 | margin: 0;
|
459 |
| - .lib-css(margin-bottom, @indent__base); |
| 460 | + margin-bottom: @indent__base; |
460 | 461 | }
|
461 | 462 |
|
462 | 463 | .review-date {
|
|
473 | 474 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
|
474 | 475 | .customer-review {
|
475 | 476 | .product-name {
|
476 |
| - .lib-css(margin-bottom, @indent__xs); |
| 477 | + margin-bottom: @indent__xs; |
477 | 478 | }
|
478 | 479 |
|
479 | 480 | .product-reviews-summary {
|
480 | 481 | .rating-summary {
|
481 | 482 | display: block;
|
482 |
| - .lib-css(margin-bottom, @indent__xs); |
| 483 | + margin-bottom: @indent__xs; |
483 | 484 | }
|
484 | 485 | }
|
485 | 486 | }
|
|
0 commit comments