Commit 76ae4b2690fb11c44bfc0a400e62f7a213b450cc
1 parent
79fe25b0
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/_product_item.php
... | ... | @@ -65,7 +65,7 @@ use yii\helpers\Url; |
65 | 65 | </div> |
66 | 66 | <div class="additional_info params"> |
67 | 67 | <div class="block_title">Особенности |
68 | - <span style="float: right;"> | |
68 | + <span style="float: right;font-weight: normal;color: #390;"> | |
69 | 69 | <?php if($model->variant->status == 1){?> |
70 | 70 | снят с производства |
71 | 71 | <?php } elseif($model->variant->stock > 0) {?> | ... | ... |