Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_files.scss 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. .files-page {
  2. max-width: 630px;
  3. height: 100%;
  4. padding: 36px 36px !important;
  5. margin: 0 auto;
  6. }
  7. .files-page-card {
  8. margin-bottom: 1.5rem;
  9. }
  10. .files-page-card-title {
  11. margin-bottom: 1rem;
  12. }
  13. .files-page-card-content input {
  14. border: 1px solid #e4e4e4 !important;
  15. padding: 16.5px 20px !important;
  16. border-radius: 4px;
  17. }
  18. .files-page-card-content-checkboxes {
  19. display: flex;
  20. flex-wrap: wrap;
  21. justify-content: flex-start;
  22. }
  23. .files-page-card-content-checkboxes .MuiFormControlLabel-root {
  24. width: calc(100% / 3) !important;
  25. margin: 0 !important;
  26. }
  27. .files-page-card-add-button {
  28. padding-bottom: 36px;
  29. display: flex;
  30. justify-content: space-between;
  31. }
  32. .files-page-drag-and-drop {
  33. word-break: break-all !important;
  34. }
  35. .headingRowFiles th {
  36. padding-right: 35px !important;
  37. }
  38. .search-field {
  39. margin-right: 30px;
  40. margin-left: 0px;
  41. }
  42. .filesPage {
  43. align-self: flex-start;
  44. }
  45. .pdf-canvas canvas{
  46. width: 100% !important;
  47. }
  48. .pg-viewer-wrapper .document-container{
  49. width: 100% !important;
  50. background: none;
  51. }
  52. .document-container{
  53. height: 100%;
  54. }
  55. .files-page-categories {
  56. display: flex;
  57. flex-wrap: wrap;
  58. }
  59. .files-page-categories-responsive{
  60. display: flex;
  61. flex-wrap: wrap;
  62. }
  63. .files-page-categories > :first-child {
  64. padding: 16px 16px 16px 0px !important;
  65. }
  66. .files-page-categories-responsive > :first-child {
  67. padding: 0px !important;
  68. }
  69. .files-page-categories-category {
  70. width: calc(100% / 6) !important;
  71. margin: 0 !important;
  72. padding: 16px;
  73. }
  74. .files-page-categories-category-responsive {
  75. width: calc(100% / 3) !important;
  76. margin: 0 !important;
  77. padding: 0px;
  78. }
  79. .files-page-category-button {
  80. display: flex;
  81. flex-direction: row;
  82. justify-content: flex-start;
  83. align-items: center;
  84. // padding: 18px 72px;
  85. // gap: 10px;
  86. // width: 100%;
  87. // height: 100%;
  88. padding: 12px 52px;
  89. gap: 5px;
  90. width: 100%;
  91. height: 100%;
  92. background: #226cb0;
  93. border-radius: 9px;
  94. @include media-below($bp-xl) {
  95. width: 85px;
  96. }
  97. }
  98. .add-file-message {
  99. display: flex;
  100. align-items: center !important;
  101. justify-content: center !important;
  102. margin: 16px 0;
  103. }
  104. .add-file-message p {
  105. color: green;
  106. font-weight: bold;
  107. font-size: 1.25rem;
  108. letter-spacing: 2px;
  109. }
  110. .files-view-page-delete-btn {
  111. margin: 0 auto !important;
  112. }
  113. .files-note {
  114. width: 100%;
  115. resize: none;
  116. padding: 10px;
  117. height: 100px;
  118. border: 1px solid #e4e4e4;
  119. border-radius: 6px;
  120. outline: none;
  121. font-size: 18px;
  122. }
  123. .files-custom-modal {
  124. width: 500px !important;
  125. }
  126. .files-edit-note {
  127. margin-bottom: 12px;
  128. }
  129. .files-edit-note textarea {
  130. width: 100%;
  131. }
  132. .files-custom-modal-buttons {
  133. display: flex;
  134. justify-content: flex-end;
  135. }
  136. .files-custom-modal-buttons button {
  137. margin-left: 8px;
  138. }
  139. .pg-viewer-wrapper .document-container {
  140. margin: 0 !important;
  141. }
  142. .page-navigation-buttons {
  143. display: flex;
  144. margin-top: 12px;
  145. }
  146. .page-navigation-buttons > button {
  147. margin: 0 !important;
  148. margin-right: 12px !important;
  149. }
  150. .files-file-routing {
  151. font-size: 1.2rem;
  152. cursor: pointer;
  153. border: 1px solid #ffff;
  154. border-radius: 10px;
  155. padding-left: 10px;
  156. padding: 4px 10px;
  157. }
  158. .files-file-routing:hover {
  159. background-color: #f0f0f0;
  160. }
  161. .add-categories-files {
  162. display: flex;
  163. }
  164. .add-categories-files > * {
  165. margin-left: 6px !important;
  166. }
  167. .files-page-card-input {
  168. display: flex;
  169. }
  170. .add-category-input input,
  171. .files-page-card-input input {
  172. width: 100%;
  173. border: 1px solid #e4e4e4 !important;
  174. padding: 16.5px 20px !important;
  175. border-radius: 4px;
  176. outline: none;
  177. }
  178. .files-page-card-input > button {
  179. margin-left: 6px;
  180. }
  181. .files-category-custom-modal-buttons {
  182. display: flex;
  183. justify-content: flex-end;
  184. margin-top: 12px;
  185. }
  186. .files-category-custom-modal-buttons button {
  187. margin-left: 8px;
  188. }
  189. .files-button-responsive {
  190. gap: 5px;
  191. width: 105px;
  192. height: 31px;
  193. }