소스 검색

Merge branch 'develop'

master
Guillaume Bourgeois 1 개월 전
부모
커밋
d7048c2f26
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;
}
';


Loading…
취소
저장