Просмотр исходного кода

[Administration] Étiquettes : diminution marges

develop
Guillaume Bourgeois 2 месяцев назад
Родитель
Сommit
8846d4d7f2
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      domain/Distribution/Distribution/Export/DistributionShoppingCartLabelsPdfGenerator.php

+ 2
- 2
domain/Distribution/Distribution/Export/DistributionShoppingCartLabelsPdfGenerator.php Просмотреть файл

@@ -182,7 +182,7 @@ class DistributionShoppingCartLabelsPdfGenerator extends AbstractGenerator imple
.shopping-cart-label .point-sale {
font-size: '.$fontSizeArray['pointSale'].'px;
text-transform: uppercase;
margin-bottom: 12px;
margin-bottom: 3px;
}
.shopping-cart-label .products {
@@ -191,7 +191,7 @@ class DistributionShoppingCartLabelsPdfGenerator extends AbstractGenerator imple
.shopping-cart-label .amount-and-payment {
font-size: '.$fontSizeArray['amount'].'px;
margin-top: 15px;
margin-top: 5px;
}
';


Загрузка…
Отмена
Сохранить