You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
819 B

3 years ago
  1. .pos .title-mag{
  2. font-size: 22px;
  3. padding-bottom: 10px;
  4. border-bottom: 3px solid #000;
  5. }
  6. .pos .title-product{
  7. font-size: 27px;
  8. padding-bottom: 10px;
  9. border-bottom: 3px solid #000;
  10. }
  11. .pos .pos-sale-ticket table .title-info{
  12. text-transform: uppercase;
  13. font-size: 14px;
  14. }
  15. .pos .pos-sale-ticket table .title-info.bloc-barcode span{
  16. font-size: 20px;
  17. }
  18. .pos .pos-sale-ticket table.ticket-info td span{
  19. font-size: 27px;
  20. }
  21. .pos .pos-sale-ticket table.ticket-total td span{
  22. font-size: 27px;
  23. font-weight: bold;
  24. }
  25. .pos .pos-sale-ticket table.bloc-barcode td span{
  26. font-size: 25px;
  27. }
  28. .pos .pos-sale-ticket table .bloc-barcode td img{
  29. width: 100%;
  30. }
  31. .pos .pos-sale-ticket table.ticket-total{
  32. margin: 0 auto;
  33. border: 3px solid #000 !important;
  34. width: 60%;
  35. }