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.

_files.scss 4.7KB

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