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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. padding: 0 9px !important;
  20. display: flex;
  21. flex-wrap: wrap;
  22. justify-content: flex-start;
  23. }
  24. .files-page-card-content-checkboxes .MuiFormControlLabel-root {
  25. width: calc(100% / 3) !important;
  26. margin: 0 !important;
  27. }
  28. .files-page-card-add-button {
  29. padding-bottom: 36px;
  30. display: flex;
  31. justify-content: space-between;
  32. }
  33. .files-page-drag-and-drop {
  34. word-break: break-all !important;
  35. }
  36. .headingRowFiles th {
  37. padding-right: 35px !important;
  38. }
  39. .search-field {
  40. margin-right: 30px;
  41. margin-left: 0px;
  42. }
  43. .filesPage {
  44. align-self: flex-end;
  45. }
  46. .document-container p {
  47. word-wrap: break-word !important;
  48. }
  49. .table-cont #docx .document-container{
  50. width: 400px !important;
  51. }
  52. .files-page-categories {
  53. display: flex;
  54. flex-wrap: wrap;
  55. }
  56. .files-page-categories-category {
  57. width: calc(100% / 4) !important;
  58. margin: 0 !important;
  59. padding: 16px;
  60. }
  61. .files-page-category-button {
  62. display: flex;
  63. flex-direction: row;
  64. justify-content: center;
  65. align-items: center;
  66. padding: 18px 72px;
  67. gap: 10px;
  68. width: 100%;
  69. height: 100%;
  70. background: #226cb0;
  71. border-radius: 9px;
  72. @include media-below($bp-xl) {
  73. width: 147px;
  74. }
  75. }
  76. .add-file-message {
  77. display: flex;
  78. align-items: center !important;
  79. justify-content: center !important;
  80. margin: 16px 0;
  81. }
  82. .add-file-message p {
  83. color: green;
  84. font-weight: bold;
  85. font-size: 1.25rem;
  86. letter-spacing: 2px;
  87. }
  88. .files-view-page-delete-btn {
  89. margin: 0 auto !important;
  90. }
  91. .files-note{
  92. width: 100%;
  93. resize: none;
  94. padding: 10px;
  95. height: 100px;
  96. border: 1px solid #e4e4e4;
  97. border-radius:6px;
  98. outline:none;
  99. font-size: 18px;
  100. }