page-invoice.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @media print {
  2. html,
  3. body {
  4. width: 210mm;
  5. height: 297mm; }
  6. .invoice-page {
  7. -webkit-print-color-adjust: exact; }
  8. .col-sm-1,
  9. .col-sm-2,
  10. .col-sm-3,
  11. .col-sm-4,
  12. .col-sm-5,
  13. .col-sm-6,
  14. .col-sm-7,
  15. .col-sm-8,
  16. .col-sm-9,
  17. .col-sm-10,
  18. .col-sm-11,
  19. .col-sm-12 {
  20. float: left;
  21. padding: 0; }
  22. .col-sm-12 {
  23. width: 100%; }
  24. .col-sm-11 {
  25. width: 91.66666667%; }
  26. .col-sm-10 {
  27. width: 83.33333333%; }
  28. .col-sm-9 {
  29. width: 75%; }
  30. .col-sm-8 {
  31. width: 66.66666667%; }
  32. .col-sm-7 {
  33. width: 58.33333333%; }
  34. .col-sm-6 {
  35. width: 50%; }
  36. .col-sm-5 {
  37. width: 41.66666667%; }
  38. .col-sm-4 {
  39. width: 33.33333333%; }
  40. .col-sm-3 {
  41. width: 25%; }
  42. .col-sm-2 {
  43. width: 16.66666667%; }
  44. .col-sm-1 {
  45. width: 8.33333333%; }
  46. div[data-size="A4"] {
  47. margin: 0;
  48. -webkit-box-shadow: 0;
  49. box-shadow: 0;
  50. padding: 3em 5em !important; }
  51. .breadcrumb,
  52. .subheader {
  53. display: none; }
  54. *:not(.keep-print-font) {
  55. font-family: Arial, Helvetica, sans-serif !important;
  56. font-size: 11pt !important; }
  57. table {
  58. font-size: 100% !important; } }
  59. @page {
  60. size: auto;
  61. margin: 0; }
  62. div[data-size="A4"] {
  63. background: white;
  64. display: block;
  65. margin: 0 auto;
  66. margin-bottom: 0.5cm;
  67. -webkit-box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  68. box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  69. background: url(../img/svg/pattern-1.svg) no-repeat center bottom;
  70. background-size: cover;
  71. padding: 4rem;
  72. position: relative; }
  73. @media only screen and (max-width: 992px) {
  74. div[data-size="A4"],
  75. .container {
  76. padding: 0;
  77. -webkit-box-shadow: none;
  78. box-shadow: none; } }
  79. /*# sourceMappingURL=page-invoice.css.map */