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.

85 lines
1.1 KiB

  1. .receipt * {
  2. font-size: 13px;
  3. }
  4. .receipt p {
  5. font-size: 11px;
  6. padding: 1px 0;
  7. margin: 0;
  8. line-height: 10px;
  9. }
  10. .receipt td {
  11. /*padding: 0 5px;*/
  12. margin: 0;
  13. line-height: 14px;
  14. }
  15. .receipt p {
  16. }
  17. .receipt .logo {
  18. width: 155px;
  19. margin-top:10px;
  20. }
  21. .receipt .logo img {
  22. width: 100%;
  23. }
  24. .receipt h2,
  25. .receipt h2 span {
  26. padding: 0;
  27. margin: 3px 0;
  28. font-size: 14px;
  29. }
  30. .receipt h3 {
  31. font-size: 14px;
  32. font-weight: 600;
  33. padding: 0;
  34. margin: 3px 0;
  35. }
  36. .receipt h3 span {
  37. font-size: 14px;
  38. font-weight: 600;
  39. }
  40. .receipt .copy p {
  41. font-size: 12px;
  42. font-weight: 600;
  43. color: #ff0000;
  44. text-align: left
  45. }
  46. .receipt label {
  47. font-weight: 500;
  48. margin-bottom: 0;
  49. }
  50. .receipt .sender-value {
  51. text-transform: uppercase;
  52. }
  53. .receipt .amount-info table {
  54. border-collapse: collapse;
  55. }
  56. .receipt .details h4 {
  57. margin: 4px 0;
  58. font-weight: 600;
  59. }
  60. @media print {
  61. .receipt .footer {
  62. page-break-after: always;
  63. }
  64. .receipt .no-margin {
  65. margin-top: 0% !important;
  66. }
  67. }
  68. .receipt .details h4 {
  69. margin: 4px 0;
  70. }