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.

137 lines
4.0KB

  1. /* line 4, ../../sass/document/download.scss */
  2. body {
  3. padding-bottom: 200px;
  4. }
  5. /* line 8, ../../sass/document/download.scss */
  6. .document-download {
  7. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  8. }
  9. /* line 14, ../../sass/document/download.scss */
  10. .document-download #block-addresses {
  11. margin-bottom: 30px;
  12. }
  13. /* line 17, ../../sass/document/download.scss */
  14. .document-download #block-addresses .producer {
  15. margin-bottom: 15px;
  16. text-align: left;
  17. line-height: 21px;
  18. }
  19. /* line 22, ../../sass/document/download.scss */
  20. .document-download #block-addresses .producer .logo {
  21. float: left;
  22. padding-right: 25px;
  23. }
  24. /* line 27, ../../sass/document/download.scss */
  25. .document-download #block-addresses .producer .name {
  26. font-weight: bold;
  27. font-size: 18px;
  28. margin-bottom: 8px;
  29. }
  30. /* line 34, ../../sass/document/download.scss */
  31. .document-download #block-addresses .user {
  32. text-align: right;
  33. }
  34. /* line 39, ../../sass/document/download.scss */
  35. .document-download .block-is-draft {
  36. padding: 10px;
  37. margin-bottom: 15px;
  38. text-transform: uppercase;
  39. border: solid 1px black;
  40. }
  41. /* line 46, ../../sass/document/download.scss */
  42. .document-download #block-infos-document {
  43. padding: 10px;
  44. margin-bottom: 15px;
  45. font-size: 11px;
  46. line-height: 18px;
  47. background-color: #efefef;
  48. }
  49. /* line 53, ../../sass/document/download.scss */
  50. .document-download #block-infos-document .type {
  51. text-transform: uppercase;
  52. padding-bottom: 10px;
  53. }
  54. /* line 59, ../../sass/document/download.scss */
  55. .document-download #block-no-product {
  56. padding: 10px;
  57. margin-bottom: 15px;
  58. font-weight: bold;
  59. border: solid 2px black;
  60. text-transform: uppercase;
  61. }
  62. /* line 67, ../../sass/document/download.scss */
  63. .document-download #block-products {
  64. margin-bottom: 15px;
  65. }
  66. /* line 70, ../../sass/document/download.scss */
  67. .document-download #block-products table {
  68. width: 100%;
  69. padding: 0px;
  70. margin: 0px;
  71. border-bottom: solid 1px #c0c0c0;
  72. border-right: solid 1px #c0c0c0;
  73. border-collapse: collapse;
  74. }
  75. /* line 78, ../../sass/document/download.scss */
  76. .document-download #block-products table td, .document-download #block-products table th {
  77. padding: 2px 5px;
  78. border-top: solid 1px #c0c0c0;
  79. border-left: solid 1px #c0c0c0;
  80. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  81. font-size: 12px;
  82. }
  83. /* line 85, ../../sass/document/download.scss */
  84. .document-download #block-products table td.align-left, .document-download #block-products table th.align-left {
  85. text-align: left;
  86. }
  87. /* line 89, ../../sass/document/download.scss */
  88. .document-download #block-products table td.align-center, .document-download #block-products table th.align-center {
  89. text-align: center;
  90. }
  91. /* line 93, ../../sass/document/download.scss */
  92. .document-download #block-products table td.align-right, .document-download #block-products table th.align-right {
  93. text-align: right;
  94. }
  95. /* line 98, ../../sass/document/download.scss */
  96. .document-download #block-products table td {
  97. font-size: 11px;
  98. }
  99. /* line 103, ../../sass/document/download.scss */
  100. .document-download #block-products table td.column-unit-price {
  101. width: 120px;
  102. }
  103. /* line 107, ../../sass/document/download.scss */
  104. .document-download #block-products table td.column-tax-rate, .document-download #block-products table td.column-price {
  105. width: 70px;
  106. }
  107. /* line 112, ../../sass/document/download.scss */
  108. .document-download #block-products table td.column-quantity {
  109. width: 80px;
  110. }
  111. /* line 119, ../../sass/document/download.scss */
  112. .document-download .block-infos {
  113. margin-bottom: 15px;
  114. border: solid 1px #c0c0c0;
  115. padding: 10px;
  116. background-color: transparent;
  117. font-size: 11px;
  118. }
  119. /* line 126, ../../sass/document/download.scss */
  120. .document-download .block-infos strong {
  121. font-size: 12px;
  122. }
  123. /* line 132, ../../sass/document/download.scss */
  124. #footer {
  125. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  126. text-align: center;
  127. padding-top: 10px;
  128. border-top: solid 1px gray;
  129. }
  130. /* line 138, ../../sass/document/download.scss */
  131. #footer .infos-bottom {
  132. font-size: 12px;
  133. line-height: 18px;
  134. }