boardBody.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .board-wrapper {
  2. position: absolute;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. overflow-x: hidden;
  8. overflow-y: hidden;
  9. }
  10. .board-wrapper .board-canvas {
  11. position: absolute;
  12. left: 0;
  13. right: 0;
  14. top: 0;
  15. bottom: 0;
  16. transition: margin 0.1s;
  17. overflow-y: auto;
  18. }
  19. .board-wrapper .board-canvas .board-overlay {
  20. position: fixed;
  21. left: 0;
  22. right: 0;
  23. top: 0;
  24. bottom: 0;
  25. top: -100px;
  26. right: -400px;
  27. background: #000;
  28. opacity: 0.33;
  29. animation: fadeIn 0.2s;
  30. z-index: 16;
  31. }
  32. .board-wrapper .board-canvas.is-dragging-active .open-minicard-composer,
  33. .board-wrapper .board-canvas.is-dragging-active .minicard-wrapper.is-checked {
  34. display: none;
  35. }
  36. /* Mobile view styles - applied when isMiniScreen is true (iPhone, etc.) */
  37. .board-wrapper.mobile-view .board-canvas.mobile-view .swimlane {
  38. border-bottom: 1px solid #ccc;
  39. display: flex;
  40. flex-direction: column;
  41. margin: 0;
  42. padding: 0 0px 0px 0;
  43. overflow-x: hidden;
  44. overflow-y: auto;
  45. }
  46. @media screen and (max-width: 800px) {
  47. .board-wrapper .board-canvas .swimlane {
  48. border-bottom: 1px solid #ccc;
  49. display: flex;
  50. flex-direction: column;
  51. margin: 0;
  52. padding: 0 0px 0px 0;
  53. overflow-x: hidden;
  54. overflow-y: auto;
  55. }
  56. }
  57. .calendar-event-green {
  58. background: #3cb500 !important;
  59. border-color: #2a8000;
  60. color: #fff !important;
  61. }
  62. .calendar-event-yellow {
  63. background: #fad900 !important;
  64. border-color: #c7ac00;
  65. color: #000 !important;
  66. }
  67. .calendar-event-orange {
  68. background: #ff9f19 !important;
  69. border-color: #cc7c14;
  70. color: #000 !important;
  71. }
  72. .calendar-event-red {
  73. background: #eb4646 !important;
  74. border-color: #b83737;
  75. color: #fff !important;
  76. }
  77. .calendar-event-purple {
  78. background: #a632db !important;
  79. border-color: #7d26a6;
  80. color: #fff !important;
  81. }
  82. .calendar-event-blue {
  83. background: #0079bf !important;
  84. border-color: #005a8a;
  85. color: #fff !important;
  86. }
  87. .calendar-event-pink {
  88. background: #ff78cb !important;
  89. border-color: #cc62a3;
  90. color: #000 !important;
  91. }
  92. .calendar-event-sky {
  93. background: #00c2e0 !important;
  94. border-color: #0094ab;
  95. color: #fff !important;
  96. }
  97. .calendar-event-black {
  98. background: #4d4d4d !important;
  99. border-color: #1a1a1a;
  100. color: #fff !important;
  101. }
  102. .calendar-event-lime {
  103. background: #51e898 !important;
  104. border-color: #3eb375;
  105. color: #000 !important;
  106. }
  107. .calendar-event-silver {
  108. background: #c0c0c0 !important;
  109. border-color: #8c8c8c;
  110. color: #000 !important;
  111. }
  112. .calendar-event-peachpuff {
  113. background: #ffdab9 !important;
  114. border-color: #ccaf95;
  115. color: #000 !important;
  116. }
  117. .calendar-event-crimson {
  118. background: #dc143c !important;
  119. border-color: #a8112f;
  120. color: #fff !important;
  121. }
  122. .calendar-event-plum {
  123. background: #dda0dd !important;
  124. border-color: #a87ba8;
  125. color: #000 !important;
  126. }
  127. .calendar-event-darkgreen {
  128. background: #006400 !important;
  129. border-color: #003000;
  130. color: #fff !important;
  131. }
  132. .calendar-event-slateblue {
  133. background: #6a5acd !important;
  134. border-color: #4f4399;
  135. color: #fff !important;
  136. }
  137. .calendar-event-magenta {
  138. background: #f0f !important;
  139. border-color: #c0c;
  140. color: #fff !important;
  141. }
  142. .calendar-event-gold {
  143. background: #ffd700 !important;
  144. border-color: #ca0;
  145. color: #000 !important;
  146. }
  147. .calendar-event-navy {
  148. background: #000080 !important;
  149. border-color: #003;
  150. color: #fff !important;
  151. }
  152. .calendar-event-gray {
  153. background: #808080 !important;
  154. border-color: #333;
  155. color: #fff !important;
  156. }
  157. .calendar-event-saddlebrown {
  158. background: #8b4513 !important;
  159. border-color: #572b0c;
  160. color: #fff !important;
  161. }
  162. .calendar-event-paleturquoise {
  163. background: #afeeee !important;
  164. border-color: #8ababa;
  165. color: #000 !important;
  166. }
  167. .calendar-event-mistyrose {
  168. background: #ffe4e1 !important;
  169. border-color: #ccb8b6;
  170. color: #000 !important;
  171. }
  172. .calendar-event-indigo {
  173. background: #4b0082 !important;
  174. border-color: #2b004d;
  175. color: #fff !important;
  176. }
  177. /* Modal Styles */
  178. .modal {
  179. display: none;
  180. position: fixed;
  181. top: 50%;
  182. left: 50%;
  183. transform: translate(-50%, -50%);
  184. z-index: 9999;
  185. background-color: rgba(0, 0, 0, 0.5);
  186. width: 100%;
  187. height: 100%;
  188. }
  189. .modal-dialog {
  190. display: flex;
  191. justify-content: center;
  192. align-items: center;
  193. height: 25%; /* Adjust the height to make it smaller */
  194. position: relative;
  195. margin: 10% auto; /* This margin will help center the modal vertically */
  196. max-width: 400px; /* Adjust the max-width to make it smaller */
  197. background-color: #fff;
  198. border-radius: 5px;
  199. box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  200. }
  201. .modal-header {
  202. display: flex;
  203. justify-content: center;
  204. align-items: center;
  205. padding-bottom: 1px;
  206. border-bottom: 1px solid #ccc;
  207. }
  208. .modal-title {
  209. display: flex;
  210. justify-content: center;
  211. align-items: center;
  212. margin: 0;
  213. font-size: 18px;
  214. }
  215. .modal-footer {
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. padding-top: 4px;
  220. border-top: 1px solid #ccc;
  221. }
  222. .close {
  223. display: flex;
  224. justify-content: center;
  225. align-items: center;
  226. position: absolute;
  227. top: 5px;
  228. right: 5px;
  229. font-size: 25px;
  230. cursor: pointer;
  231. }