Commit 3ffe687db3b08d39483757dbe986f82cf6c84a3b
1 parent
76ae4b26
-
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;font-weight: normal;color: #390;"> | |
68 | + <span style="float: right;font-weight: normal;color: #390;font-size: 13px;"> | |
69 | 69 | <?php if($model->variant->status == 1){?> |
70 | 70 | снят с производства |
71 | 71 | <?php } elseif($model->variant->stock > 0) {?> | ... | ... |