Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_files.scss 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. .pg-viewer-wrapper .document-container {
  62. width: 100% !important;
  63. background: none;
  64. }
  65. .document-container {
  66. height: 100%;
  67. }
  68. .files-page-categories {
  69. display: flex;
  70. flex-wrap: wrap;
  71. }
  72. .files-page-categories-responsive {
  73. display: flex;
  74. flex-wrap: wrap;
  75. }
  76. .files-page-categories > :first-child {
  77. padding: 16px 16px 16px 0px !important;
  78. }
  79. .files-page-categories-responsive > :first-child {
  80. padding: 0px !important;
  81. }
  82. .files-page-categories-category {
  83. width: calc(100% / 6) !important;
  84. padding: 16px;
  85. padding-left: 0px;
  86. }
  87. .files-page-categories-category-responsive {
  88. width: calc(100% / 3) !important;
  89. padding: 0px;
  90. margin-top: 10px;
  91. }
  92. .files-page-category-button {
  93. display: flex;
  94. flex-direction: row;
  95. justify-content: flex-start;
  96. align-items: center;
  97. // padding: 18px 72px;
  98. // gap: 10px;
  99. // width: 100%;
  100. // height: 100%;
  101. padding: 12px 52px;
  102. gap: 5px;
  103. width: 100%;
  104. height: 100%;
  105. background: #226cb0;
  106. border-radius: 9px;
  107. @include media-below($bp-xl) {
  108. width: 85px;
  109. }
  110. }
  111. .add-file-message {
  112. display: flex;
  113. align-items: center !important;
  114. justify-content: center !important;
  115. margin: 16px 0;
  116. }
  117. .add-file-message p {
  118. color: green;
  119. font-weight: bold;
  120. font-size: 1.25rem;
  121. letter-spacing: 2px;
  122. }
  123. .files-view-page-delete-btn {
  124. margin: 0 auto !important;
  125. }
  126. .files-note {
  127. width: 100%;
  128. resize: none;
  129. padding: 10px;
  130. height: 100px;
  131. border: 1px solid #e4e4e4;
  132. border-radius: 6px;
  133. outline: none;
  134. font-size: 18px;
  135. }
  136. .files-custom-modal {
  137. width: 500px !important;
  138. @include media-below($bp-xl) {
  139. width: 250px !important;
  140. }
  141. }
  142. .files-edit-note {
  143. margin-bottom: 12px;
  144. }
  145. .files-edit-note textarea {
  146. width: 100%;
  147. }
  148. .files-custom-modal-buttons {
  149. display: flex;
  150. justify-content: flex-end;
  151. }
  152. .files-custom-modal-buttons button {
  153. margin-left: 8px;
  154. }
  155. .pg-viewer-wrapper .document-container {
  156. margin: 0 !important;
  157. }
  158. .page-navigation-buttons {
  159. display: flex;
  160. flex-wrap: wrap;
  161. }
  162. .page-navigation-buttons > button {
  163. margin: 0 !important;
  164. margin-right: 12px !important;
  165. }
  166. .files-file-routing {
  167. font-size: 1.2rem;
  168. cursor: pointer;
  169. border: 1px solid #ffff;
  170. border-radius: 10px;
  171. padding-left: 10px;
  172. padding: 4px 10px;
  173. }
  174. .files-file-routing:hover {
  175. background-color: #f0f0f0;
  176. }
  177. .add-categories-files {
  178. display: flex;
  179. }
  180. .add-categories-files > * {
  181. margin-left: 6px !important;
  182. }
  183. .files-page-card-input {
  184. display: flex;
  185. }
  186. .add-category-input input,
  187. .files-page-card-input input {
  188. width: 100%;
  189. border: 1px solid #e4e4e4 !important;
  190. padding: 16.5px 20px !important;
  191. border-radius: 4px;
  192. outline: none;
  193. }
  194. .files-page-card-input > button {
  195. margin-left: 6px;
  196. }
  197. .files-category-custom-modal-buttons {
  198. display: flex;
  199. justify-content: flex-end;
  200. margin-top: 12px;
  201. @include media-below($bp-xl) {
  202. justify-content: center;
  203. }
  204. }
  205. .files-category-custom-modal-buttons button {
  206. margin-left: 8px;
  207. }
  208. .files-button-responsive {
  209. gap: 5px;
  210. width: 105px;
  211. height: 31px;
  212. }