ode-csslib 1.0.0-dev-produit.202209220950

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/assets/editor-resources/font3/LICENSE.txt +30 -0
  2. package/assets/editor-resources/font3/README.txt +75 -0
  3. package/assets/editor-resources/font3/config.json +172 -0
  4. package/assets/editor-resources/font3/css/animation.css +85 -0
  5. package/assets/editor-resources/font3/css/entcore-editor-codes.css +81 -0
  6. package/assets/editor-resources/font3/css/entcore-editor-embedded.css +139 -0
  7. package/assets/editor-resources/font3/css/entcore-editor-ie7-codes.css +162 -0
  8. package/assets/editor-resources/font3/css/entcore-editor-ie7.css +175 -0
  9. package/assets/editor-resources/font3/css/entcore-editor.css +140 -0
  10. package/assets/editor-resources/font3/demo.html +467 -0
  11. package/assets/editor-resources/font3/font/entcore-editor.eot +0 -0
  12. package/assets/editor-resources/font3/font/entcore-editor.svg +64 -0
  13. package/assets/editor-resources/font3/font/entcore-editor.ttf +0 -0
  14. package/assets/editor-resources/font3/font/entcore-editor.woff +0 -0
  15. package/assets/editor-resources/font3/font/entcore-editor.woff2 +0 -0
  16. package/assets/editor-resources/img/Thumbs.db +0 -0
  17. package/assets/editor-resources/img/bold.png +0 -0
  18. package/assets/editor-resources/img/embed.png +0 -0
  19. package/assets/editor-resources/img/glyphicons_280_settings.png +0 -0
  20. package/assets/editor-resources/img/image-default.svg +28 -0
  21. package/assets/editor-resources/img/image.png +0 -0
  22. package/assets/editor-resources/img/italic.png +0 -0
  23. package/assets/editor-resources/img/justify-center.png +0 -0
  24. package/assets/editor-resources/img/justify-full.png +0 -0
  25. package/assets/editor-resources/img/justify-left.png +0 -0
  26. package/assets/editor-resources/img/justify-right.png +0 -0
  27. package/assets/editor-resources/img/linker.png +0 -0
  28. package/assets/editor-resources/img/mathjax.png +0 -0
  29. package/assets/editor-resources/img/olist.png +0 -0
  30. package/assets/editor-resources/img/quote.png +0 -0
  31. package/assets/editor-resources/img/redo.png +0 -0
  32. package/assets/editor-resources/img/remove-format.png +0 -0
  33. package/assets/editor-resources/img/smileys.png +0 -0
  34. package/assets/editor-resources/img/sound.png +0 -0
  35. package/assets/editor-resources/img/subscript.png +0 -0
  36. package/assets/editor-resources/img/superscript.png +0 -0
  37. package/assets/editor-resources/img/table.png +0 -0
  38. package/assets/editor-resources/img/templates-preview-dominos.svg +27 -0
  39. package/assets/editor-resources/img/templates-preview-emptypage.svg +7 -0
  40. package/assets/editor-resources/img/templates-preview-illustration.svg +23 -0
  41. package/assets/editor-resources/img/templates-preview-threecols.svg +23 -0
  42. package/assets/editor-resources/img/templates-preview-twocols.svg +21 -0
  43. package/assets/editor-resources/img/templates.png +0 -0
  44. package/assets/editor-resources/img/ulist.png +0 -0
  45. package/assets/editor-resources/img/underline.png +0 -0
  46. package/assets/editor-resources/img/undo.png +0 -0
  47. package/assets/editor-resources/img/unlink.png +0 -0
  48. package/assets/fonts/OpenDyslexic3-Regular.ttf +0 -0
  49. package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
  50. package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  51. package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
  52. package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
  53. package/assets/fonts/Roboto/why.txt +2 -0
  54. package/assets/fonts/generic-icons/generic-icons.svg +342 -0
  55. package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
  56. package/assets/fonts/generic-icons/generic-icons.woff +0 -0
  57. package/assets/images/blur.cur +0 -0
  58. package/assets/images/blur.png +0 -0
  59. package/assets/images/blur.svg +26 -0
  60. package/assets/images/cc-by-nc-sa.svg +57 -0
  61. package/assets/images/cc-by.svg +54 -0
  62. package/assets/images/empty-filters.svg +1 -0
  63. package/assets/images/empty-search.svg +298 -0
  64. package/assets/images/empty-trash.svg +1 -0
  65. package/assets/images/emptyscreen-recorder-video.svg +1048 -0
  66. package/dist/version.txt +1 -0
  67. package/package.json +49 -0
  68. package/scss/_animations.scss +191 -0
  69. package/scss/_app.scss +123 -0
  70. package/scss/_bpr.scss +141 -0
  71. package/scss/_breakpoints.scss +9 -0
  72. package/scss/_colors.scss +60 -0
  73. package/scss/_crisscross-mobile.scss +479 -0
  74. package/scss/_crisscross-tablette.scss +472 -0
  75. package/scss/_crisscross.scss +314 -0
  76. package/scss/_css-lib.scss +21 -0
  77. package/scss/_cursor.scss +27 -0
  78. package/scss/_fonts.scss +1 -0
  79. package/scss/_mixins.scss +461 -0
  80. package/scss/_print.scss +244 -0
  81. package/scss/_ratios.scss +11 -0
  82. package/scss/_text.scss +212 -0
  83. package/scss/_variables-css-lib.scss +97 -0
  84. package/scss/icons/_fill.scss +17 -0
  85. package/scss/icons/_icons.scss +4 -0
  86. package/scss/icons/_pictos-editor.scss +226 -0
  87. package/scss/icons/_pictos.scss +589 -0
  88. package/scss/icons/_svg.scss +8 -0
  89. package/scss/index.scss +24 -0
  90. package/scss/layouts/_layouts.scss +2 -0
  91. package/scss/layouts/_pages-layouts.scss +1032 -0
  92. package/scss/layouts/_positions.scss +149 -0
  93. package/scss/mobile/_fat-mobile.scss +163 -0
  94. package/scss/mobile/_mobile.scss +3 -0
  95. package/scss/mobile/_small-mobile.scss +18 -0
  96. package/scss/mobile/_tablette.scss +364 -0
  97. package/scss/modules/_accordions.scss +70 -0
  98. package/scss/modules/_alert.scss +62 -0
  99. package/scss/modules/_animations.scss +28 -0
  100. package/scss/modules/_articles.scss +12 -0
  101. package/scss/modules/_assistant.scss +43 -0
  102. package/scss/modules/_autocomplete.scss +68 -0
  103. package/scss/modules/_badges.scss +32 -0
  104. package/scss/modules/_banner.scss +7 -0
  105. package/scss/modules/_boxes.scss +89 -0
  106. package/scss/modules/_breadcrumbs.scss +9 -0
  107. package/scss/modules/_browser.scss +19 -0
  108. package/scss/modules/_bubbles.scss +25 -0
  109. package/scss/modules/_buttons.scss +244 -0
  110. package/scss/modules/_cards.scss +31 -0
  111. package/scss/modules/_carousel.scss +175 -0
  112. package/scss/modules/_check-tool.scss +86 -0
  113. package/scss/modules/_chips.scss +183 -0
  114. package/scss/modules/_cke.scss +39 -0
  115. package/scss/modules/_color-picker.scss +92 -0
  116. package/scss/modules/_compare.scss +11 -0
  117. package/scss/modules/_datepicker.scss +147 -0
  118. package/scss/modules/_dominos.scss +248 -0
  119. package/scss/modules/_drawing-zone.scss +73 -0
  120. package/scss/modules/_drop-down.scss +110 -0
  121. package/scss/modules/_editor-media.scss +41 -0
  122. package/scss/modules/_editor.scss +994 -0
  123. package/scss/modules/_edumedia.scss +384 -0
  124. package/scss/modules/_embedder.scss +136 -0
  125. package/scss/modules/_emptyscreen.scss +43 -0
  126. package/scss/modules/_explorer.scss +118 -0
  127. package/scss/modules/_file-picker-list.scss +27 -0
  128. package/scss/modules/_filters.scss +112 -0
  129. package/scss/modules/_flashmsg.scss +17 -0
  130. package/scss/modules/_flexibles.scss +24 -0
  131. package/scss/modules/_flips.scss +49 -0
  132. package/scss/modules/_forms.scss +139 -0
  133. package/scss/modules/_grids.scss +39 -0
  134. package/scss/modules/_help.scss +37 -0
  135. package/scss/modules/_hightlight.scss +99 -0
  136. package/scss/modules/_humane.scss +73 -0
  137. package/scss/modules/_icons-select.scss +71 -0
  138. package/scss/modules/_icons-view.scss +153 -0
  139. package/scss/modules/_icons.scss +149 -0
  140. package/scss/modules/_iframes.scss +13 -0
  141. package/scss/modules/_illustrated-article.scss +39 -0
  142. package/scss/modules/_image-editor.scss +275 -0
  143. package/scss/modules/_images.scss +85 -0
  144. package/scss/modules/_infotips.scss +54 -0
  145. package/scss/modules/_lang-picker.scss +38 -0
  146. package/scss/modules/_letter-picker.scss +32 -0
  147. package/scss/modules/_library-prompt.scss +44 -0
  148. package/scss/modules/_lightboxes.scss +159 -0
  149. package/scss/modules/_lists.scss +176 -0
  150. package/scss/modules/_loading-list.scss +220 -0
  151. package/scss/modules/_loading.scss +9 -0
  152. package/scss/modules/_mailbox.scss +99 -0
  153. package/scss/modules/_media-library.scss +464 -0
  154. package/scss/modules/_medias.scss +147 -0
  155. package/scss/modules/_modals.scss +79 -0
  156. package/scss/modules/_modules.scss +105 -0
  157. package/scss/modules/_multi-combo.scss +102 -0
  158. package/scss/modules/_navigations.scss +715 -0
  159. package/scss/modules/_notifications.scss +371 -0
  160. package/scss/modules/_nouislider.scss +312 -0
  161. package/scss/modules/_onboarding.scss +133 -0
  162. package/scss/modules/_page-markers.scss +55 -0
  163. package/scss/modules/_panel.scss +43 -0
  164. package/scss/modules/_patchwork.scss +39 -0
  165. package/scss/modules/_pick-files.scss +25 -0
  166. package/scss/modules/_pills.scss +26 -0
  167. package/scss/modules/_popover.scss +51 -0
  168. package/scss/modules/_progress-bar.scss +29 -0
  169. package/scss/modules/_pull-down-menu.scss +32 -0
  170. package/scss/modules/_pulsar.scss +281 -0
  171. package/scss/modules/_radial-menu.scss +99 -0
  172. package/scss/modules/_recipient-list.scss +22 -0
  173. package/scss/modules/_recorder.scss +148 -0
  174. package/scss/modules/_schedules.scss +309 -0
  175. package/scss/modules/_search-pagination.scss +26 -0
  176. package/scss/modules/_select-blocks.scss +26 -0
  177. package/scss/modules/_select-box.scss +125 -0
  178. package/scss/modules/_select-list.scss +77 -0
  179. package/scss/modules/_share.scss +149 -0
  180. package/scss/modules/_side-panel.scss +54 -0
  181. package/scss/modules/_side-tabs.scss +34 -0
  182. package/scss/modules/_signature.scss +10 -0
  183. package/scss/modules/_sliders.scss +59 -0
  184. package/scss/modules/_specifics.scss +31 -0
  185. package/scss/modules/_square-menu.scss +77 -0
  186. package/scss/modules/_stickers.scss +7 -0
  187. package/scss/modules/_switch-search.scss +43 -0
  188. package/scss/modules/_tables.scss +238 -0
  189. package/scss/modules/_tabs.scss +116 -0
  190. package/scss/modules/_ticket-card.scss +66 -0
  191. package/scss/modules/_timeline-story.scss +71 -0
  192. package/scss/modules/_timepicker.scss +146 -0
  193. package/scss/modules/_tipbox.scss +54 -0
  194. package/scss/modules/_toaster.scss +18 -0
  195. package/scss/modules/_toasts.scss +103 -0
  196. package/scss/modules/_toggle-panel.scss +64 -0
  197. package/scss/modules/_tooltip.scss +32 -0
  198. package/scss/modules/_vertical-cards.scss +20 -0
  199. package/scss/modules/_viewers.scss +184 -0
  200. package/scss/modules/_wayf.scss +153 -0
  201. package/scss/modules/_whereami.scss +23 -0
  202. package/scss/modules/_widgets.scss +166 -0
  203. package/scss/modules/_wizard.scss +52 -0
  204. package/scss/specifics/_.scss +25 -0
  205. package/scss/specifics/cahier-de-textes/_cahier-de-textes.scss +7 -0
  206. package/scss/specifics/cahier-de-textes/components/_administrator-page.scss +249 -0
  207. package/scss/specifics/cahier-de-textes/components/_app-title.scss +10 -0
  208. package/scss/specifics/cahier-de-textes/components/_atomic.scss +289 -0
  209. package/scss/specifics/cahier-de-textes/components/_buttons.scss +18 -0
  210. package/scss/specifics/cahier-de-textes/components/_editor.scss +52 -0
  211. package/scss/specifics/cahier-de-textes/components/_ellipsis.scss +26 -0
  212. package/scss/specifics/cahier-de-textes/components/_empty-content.scss +49 -0
  213. package/scss/specifics/cahier-de-textes/components/_icons.scss +114 -0
  214. package/scss/specifics/cahier-de-textes/components/_index.scss +25 -0
  215. package/scss/specifics/cahier-de-textes/components/_lightbox.scss +25 -0
  216. package/scss/specifics/cahier-de-textes/components/_loader.scss +55 -0
  217. package/scss/specifics/cahier-de-textes/components/_main.scss +543 -0
  218. package/scss/specifics/cahier-de-textes/components/_mixins.scss +71 -0
  219. package/scss/specifics/cahier-de-textes/components/_multi-combo.scss +5 -0
  220. package/scss/specifics/cahier-de-textes/components/_notebook-archives.scss +23 -0
  221. package/scss/specifics/cahier-de-textes/components/_pagination.scss +61 -0
  222. package/scss/specifics/cahier-de-textes/components/_progression-tree.scss +255 -0
  223. package/scss/specifics/cahier-de-textes/components/_progression.scss +59 -0
  224. package/scss/specifics/cahier-de-textes/components/_responsive.scss +126 -0
  225. package/scss/specifics/cahier-de-textes/components/_select.scss +23 -0
  226. package/scss/specifics/cahier-de-textes/components/_side-navbar.scss +176 -0
  227. package/scss/specifics/cahier-de-textes/components/_sniplet.scss +56 -0
  228. package/scss/specifics/cahier-de-textes/components/_utils.scss +25 -0
  229. package/scss/specifics/cahier-de-textes/components/containers/_index.scss +4 -0
  230. package/scss/specifics/cahier-de-textes/components/containers/calendar/_calendar-tooltip.scss +46 -0
  231. package/scss/specifics/cahier-de-textes/components/containers/calendar/_calendar-view.scss +491 -0
  232. package/scss/specifics/cahier-de-textes/components/containers/calendar/_index.scss +2 -0
  233. package/scss/specifics/cahier-de-textes/components/containers/homework/_homework-view.scss +41 -0
  234. package/scss/specifics/cahier-de-textes/components/containers/homework/_index.scss +1 -0
  235. package/scss/specifics/cahier-de-textes/components/containers/list/_index.scss +1 -0
  236. package/scss/specifics/cahier-de-textes/components/containers/list/_list-view.scss +261 -0
  237. package/scss/specifics/cahier-de-textes/components/containers/session/_index.scss +2 -0
  238. package/scss/specifics/cahier-de-textes/components/containers/session/_session-form.scss +39 -0
  239. package/scss/specifics/cahier-de-textes/components/containers/session/_session-view.scss +24 -0
  240. package/scss/specifics/cahier-de-textes/components/fixCalendarHRFirefox.scss +3 -0
  241. package/scss/specifics/cahier-de-textes/components/main/_header.scss +49 -0
  242. package/scss/specifics/cahier-de-textes/components/main/_index.scss +2 -0
  243. package/scss/specifics/cahier-de-textes/components/main/_sidebar.scss +21 -0
  244. package/scss/specifics/cahier-de-textes/generics/_async-autocomplete.scss +60 -0
  245. package/scss/specifics/cahier-de-textes/generics/_flex.scss +132 -0
  246. package/scss/specifics/cahier-de-textes/generics/_index.scss +5 -0
  247. package/scss/specifics/cahier-de-textes/generics/_input-text.scss +10 -0
  248. package/scss/specifics/cahier-de-textes/generics/_switch.scss +57 -0
  249. package/scss/specifics/cahier-de-textes/generics/_toasts.scss +107 -0
  250. package/scss/specifics/calendar/_calendar.scss +39 -0
  251. package/scss/specifics/calendar/_mixins.scss +48 -0
  252. package/scss/specifics/calendar/components/_edit-event.scss +68 -0
  253. package/scss/specifics/calendar/components/_icons.scss +9 -0
  254. package/scss/specifics/calendar/components/_index.scss +10 -0
  255. package/scss/specifics/calendar/components/_lightbox.scss +29 -0
  256. package/scss/specifics/calendar/components/additional.scss +154 -0
  257. package/scss/specifics/calendar/components/calendar.scss +236 -0
  258. package/scss/specifics/calendar/components/fixCalendar.scss +14 -0
  259. package/scss/specifics/calendar/components/jquery.timepicker.scss +72 -0
  260. package/scss/specifics/calendar/components/sidebar.scss +65 -0
  261. package/scss/specifics/calendar/components/timepicker.scss +134 -0
  262. package/scss/specifics/calendar/components/toasts.scss +102 -0
  263. package/scss/specifics/class-admin/_class-admin.scss +5 -0
  264. package/scss/specifics/class-admin/components/_.scss +1 -0
  265. package/scss/specifics/class-admin/components/_choose-class.scss +43 -0
  266. package/scss/specifics/competences/_competences.scss +28 -0
  267. package/scss/specifics/competences/components/_competences.scss +3761 -0
  268. package/scss/specifics/competences/components/_fancyCheckBox.scss +117 -0
  269. package/scss/specifics/competences/components/_messageLoading.scss +26 -0
  270. package/scss/specifics/competences/components/_mixins.scss +38 -0
  271. package/scss/specifics/competences/components/_proportionSuiviCompetence.scss +58 -0
  272. package/scss/specifics/competences/components/_radioPillbox.scss +110 -0
  273. package/scss/specifics/competences/components/_slider.scss +306 -0
  274. package/scss/specifics/competences/components/_tableNote.scss +39 -0
  275. package/scss/specifics/competences/sniplets/_memento-notes.scss +210 -0
  276. package/scss/specifics/competences/sniplets/_orderShowSubject.scss +88 -0
  277. package/scss/specifics/competences/sniplets/_services.scss +256 -0
  278. package/scss/specifics/edt/_edt.scss +294 -0
  279. package/scss/specifics/edt/components/_atomic.scss +230 -0
  280. package/scss/specifics/edt/components/_buttons.scss +18 -0
  281. package/scss/specifics/edt/components/_circleInfo.scss +20 -0
  282. package/scss/specifics/edt/components/_custom.scss +58 -0
  283. package/scss/specifics/edt/components/_icons.scss +21 -0
  284. package/scss/specifics/edt/components/_index.scss +18 -0
  285. package/scss/specifics/edt/components/_lightbox.scss +42 -0
  286. package/scss/specifics/edt/components/_loader.scss +22 -0
  287. package/scss/specifics/edt/components/_mixins.scss +71 -0
  288. package/scss/specifics/edt/components/_searchbars.scss +48 -0
  289. package/scss/specifics/edt/components/_select.scss +16 -0
  290. package/scss/specifics/edt/components/_sidebar.scss +113 -0
  291. package/scss/specifics/edt/components/_stepper.scss +114 -0
  292. package/scss/specifics/edt/components/_switch.scss +57 -0
  293. package/scss/specifics/edt/components/_update-courses-popup.scss +6 -0
  294. package/scss/specifics/edt/components/_utils.scss +121 -0
  295. package/scss/specifics/edt/components/calendar/_calendar.scss +215 -0
  296. package/scss/specifics/edt/components/calendar/_calendarItem.scss +234 -0
  297. package/scss/specifics/edt/components/calendar/_index.scss +2 -0
  298. package/scss/specifics/edt/components/fixCalendarHRFirefox.scss +5 -0
  299. package/scss/specifics/edt/components/main/_index.scss +1 -0
  300. package/scss/specifics/edt/components/main/_main-header.scss +36 -0
  301. package/scss/specifics/edt/components/snippets/_coursetags.scss +106 -0
  302. package/scss/specifics/edt/components/snippets/_index.scss +1 -0
  303. package/scss/specifics/edt/generics/_async-autocomplete.scss +60 -0
  304. package/scss/specifics/edt/generics/_index.scss +1 -0
  305. package/scss/specifics/exercizer/_exercizer.scss +1093 -0
  306. package/scss/specifics/exercizer/_layout.scss +31 -0
  307. package/scss/specifics/exercizer/components/_.scss +15 -0
  308. package/scss/specifics/exercizer/components/_action-card.scss +54 -0
  309. package/scss/specifics/exercizer/components/_bs5-forms.scss +146 -0
  310. package/scss/specifics/exercizer/components/_buttons.scss +149 -0
  311. package/scss/specifics/exercizer/components/_chip.scss +43 -0
  312. package/scss/specifics/exercizer/components/_choice-view.scss +10 -0
  313. package/scss/specifics/exercizer/components/_custom-filter.scss +39 -0
  314. package/scss/specifics/exercizer/components/_dominos.scss +265 -0
  315. package/scss/specifics/exercizer/components/_list-view-correction.scss +96 -0
  316. package/scss/specifics/exercizer/components/_options.scss +97 -0
  317. package/scss/specifics/exercizer/components/_sidebar.scss +92 -0
  318. package/scss/specifics/exercizer/components/_tabs.scss +27 -0
  319. package/scss/specifics/exercizer/components/_tap-tap.scss +58 -0
  320. package/scss/specifics/exercizer/components/_topbar.scss +18 -0
  321. package/scss/specifics/exercizer/components/dashboard/_selected-subject-scheduled.scss +94 -0
  322. package/scss/specifics/exercizer/components/dashboard/student_dashboard/_subject-copy-domino.scss +37 -0
  323. package/scss/specifics/exercizer/views/_.scss +11 -0
  324. package/scss/specifics/exercizer/views/_edit-association.scss +9 -0
  325. package/scss/specifics/exercizer/views/_edit-fill-text.scss +58 -0
  326. package/scss/specifics/exercizer/views/_edit-order.scss +3 -0
  327. package/scss/specifics/exercizer/views/_edit-qcm.scss +5 -0
  328. package/scss/specifics/exercizer/views/_edit-subject.scss +8 -0
  329. package/scss/specifics/exercizer/views/_fill-zone.scss +14 -0
  330. package/scss/specifics/exercizer/views/_image-zone.scss +123 -0
  331. package/scss/specifics/exercizer/views/_perform-edit-order.scss +17 -0
  332. package/scss/specifics/exercizer/views/_perform-qcm.scss +13 -0
  333. package/scss/specifics/exercizer/views/_text-zone.scss +169 -0
  334. package/scss/specifics/exercizer/views/_view-qcm.scss +2 -0
  335. package/scss/specifics/formulaire/_formulaire.scss +398 -0
  336. package/scss/specifics/formulaire/components/_dominos.scss +90 -0
  337. package/scss/specifics/formulaire/components/_edit-form.scss +260 -0
  338. package/scss/specifics/formulaire/components/_folder.scss +47 -0
  339. package/scss/specifics/formulaire/components/_icon.scss +216 -0
  340. package/scss/specifics/formulaire/components/_index.scss +9 -0
  341. package/scss/specifics/formulaire/components/_loader.scss +55 -0
  342. package/scss/specifics/formulaire/components/_new-element.scss +63 -0
  343. package/scss/specifics/formulaire/components/_progress-bar.scss +57 -0
  344. package/scss/specifics/formulaire/components/_respond-question.scss +79 -0
  345. package/scss/specifics/formulaire/components/_result-form.scss +116 -0
  346. package/scss/specifics/forum/_forum.scss +3 -0
  347. package/scss/specifics/gar-connector/_gar-connector.scss +1 -0
  348. package/scss/specifics/gar-connector/components/_index.scss +1 -0
  349. package/scss/specifics/gar-connector/components/_parameter.scss +33 -0
  350. package/scss/specifics/geogebra/_geogebra.scss +16 -0
  351. package/scss/specifics/geogebra/components/_index.scss +1 -0
  352. package/scss/specifics/geogebra/components/_toasts.scss +102 -0
  353. package/scss/specifics/homework-assistance/_homework-assistance.scss +114 -0
  354. package/scss/specifics/homework-assistance/components/_home-column.scss +114 -0
  355. package/scss/specifics/homework-assistance/components/_image.scss +154 -0
  356. package/scss/specifics/homework-assistance/components/_index.scss +5 -0
  357. package/scss/specifics/homework-assistance/components/_lightbox.scss +34 -0
  358. package/scss/specifics/homework-assistance/components/_picker.scss +90 -0
  359. package/scss/specifics/homework-assistance/components/admin/_check-boxes.scss +47 -0
  360. package/scss/specifics/homework-assistance/components/admin/_index.scss +3 -0
  361. package/scss/specifics/homework-assistance/components/admin/_periods.scss +54 -0
  362. package/scss/specifics/homework-assistance/components/admin/_select-boxes.scss +20 -0
  363. package/scss/specifics/homework-assistance/generic/_index.scss +1 -0
  364. package/scss/specifics/homework-assistance/generic/_toasts.scss +86 -0
  365. package/scss/specifics/lool-connector/_lool-connector.scss +72 -0
  366. package/scss/specifics/lool-connector/_sniplet.scss +120 -0
  367. package/scss/specifics/lystore/_lystore.scss +1214 -0
  368. package/scss/specifics/lystore/components/_async-autocomplete.scss +45 -0
  369. package/scss/specifics/lystore/components/_cloud-loader.scss +169 -0
  370. package/scss/specifics/lystore/components/_dropdown-menu.scss +49 -0
  371. package/scss/specifics/lystore/components/_index.scss +9 -0
  372. package/scss/specifics/lystore/components/_parameter-table.scss +53 -0
  373. package/scss/specifics/lystore/components/_search-and-select.scss +129 -0
  374. package/scss/specifics/lystore/components/_switch.scss +57 -0
  375. package/scss/specifics/lystore/components/_tabs.scss +127 -0
  376. package/scss/specifics/lystore/components/_toasts.scss +102 -0
  377. package/scss/specifics/lystore/components/_upload-files.scss +284 -0
  378. package/scss/specifics/lystore/fragments/_index.scss +4 -0
  379. package/scss/specifics/lystore/fragments/_priorityCarre.scss +30 -0
  380. package/scss/specifics/lystore/fragments/_responsive.scss +87 -0
  381. package/scss/specifics/lystore/fragments/_status-circle.scss +79 -0
  382. package/scss/specifics/lystore/fragments/_statusBar.scss +135 -0
  383. package/scss/specifics/mediacentre/_mediacentre.scss +1 -0
  384. package/scss/specifics/mediacentre/components/_index.scss +1 -0
  385. package/scss/specifics/mediacentre/components/_parameter.scss +33 -0
  386. package/scss/specifics/mindmap/_mindmap.scss +17 -0
  387. package/scss/specifics/minetest/_minetest.scss +15 -0
  388. package/scss/specifics/minetest/components/_icons.scss +6 -0
  389. package/scss/specifics/minetest/components/_index.scss +4 -0
  390. package/scss/specifics/minetest/components/_mixins.scss +5 -0
  391. package/scss/specifics/minetest/components/_toasts.scss +102 -0
  392. package/scss/specifics/minetest/components/containers/_index.scss +6 -0
  393. package/scss/specifics/minetest/components/containers/create-world/_create-world.scss +0 -0
  394. package/scss/specifics/minetest/components/containers/create-world/_index.scss +1 -0
  395. package/scss/specifics/minetest/components/containers/current-world/_current-world.scss +15 -0
  396. package/scss/specifics/minetest/components/containers/current-world/_index.scss +1 -0
  397. package/scss/specifics/minetest/components/containers/delete-world/_delete-world.scss +36 -0
  398. package/scss/specifics/minetest/components/containers/delete-world/_index.scss +1 -0
  399. package/scss/specifics/minetest/components/containers/home/_home.scss +179 -0
  400. package/scss/specifics/minetest/components/containers/home/_index.scss +1 -0
  401. package/scss/specifics/minetest/components/containers/properties-world/_index.scss +1 -0
  402. package/scss/specifics/minetest/components/containers/properties-world/_properties-world.scss +47 -0
  403. package/scss/specifics/minetest/components/containers/toggle-menu/_index.scss +1 -0
  404. package/scss/specifics/minetest/components/containers/toggle-menu/_toggle-menu.scss +0 -0
  405. package/scss/specifics/moodle-connector/_moodle-connector.scss +748 -0
  406. package/scss/specifics/moodle-connector/specifics/_atomic.scss +664 -0
  407. package/scss/specifics/nextcloud/_nextcloud.scss +5 -0
  408. package/scss/specifics/nextcloud/components/_index.scss +1 -0
  409. package/scss/specifics/nextcloud/components/sniplets/_index.scss +1 -0
  410. package/scss/specifics/nextcloud/components/sniplets/_nextcloud-content-toolbar.scss +67 -0
  411. package/scss/specifics/pmb-connector/_pmb-connector.scss +206 -0
  412. package/scss/specifics/rbs/_rbs.scss +59 -0
  413. package/scss/specifics/rbs/components/_calendar.scss +12 -0
  414. package/scss/specifics/rbs/components/_check-boxes.scss +40 -0
  415. package/scss/specifics/rbs/components/_icons.scss +72 -0
  416. package/scss/specifics/rbs/components/_index.scss +4 -0
  417. package/scss/specifics/rbs/components/_resource-table.scss +40 -0
  418. package/scss/specifics/ressource-aggregator/_ressource-aggregator.scss +485 -0
  419. package/scss/specifics/ressource-aggregator/components/_dominos.scss +101 -0
  420. package/scss/specifics/ressource-aggregator/components/_grid.scss +50 -0
  421. package/scss/specifics/ressource-aggregator/components/_header.scss +119 -0
  422. package/scss/specifics/ressource-aggregator/components/_icon.scss +165 -0
  423. package/scss/specifics/ressource-aggregator/components/_index.scss +11 -0
  424. package/scss/specifics/ressource-aggregator/components/_input.scss +29 -0
  425. package/scss/specifics/ressource-aggregator/components/_lightbox.scss +31 -0
  426. package/scss/specifics/ressource-aggregator/components/_loader.scss +78 -0
  427. package/scss/specifics/ressource-aggregator/components/_no-result.scss +13 -0
  428. package/scss/specifics/ressource-aggregator/components/_resource-card.scss +734 -0
  429. package/scss/specifics/ressource-aggregator/components/_search.scss +117 -0
  430. package/scss/specifics/ressource-aggregator/components/_toaster.scss +86 -0
  431. package/scss/specifics/support/_support.scss +3 -0
  432. package/scss/specifics/support/generic/_index.scss +1 -0
  433. package/scss/specifics/support/generic/_toasts.scss +102 -0
  434. package/scss/specifics/vie-scolaire/_vie-scolaire.scss +41 -0
  435. package/scss/specifics/vie-scolaire/components/_failure.scss +24 -0
  436. package/scss/specifics/vie-scolaire/components/_index.scss +2 -0
  437. package/scss/specifics/vie-scolaire/components/_student-picture.scss +71 -0
  438. package/scss/specifics/vie-scolaire/paramEtab/_param_services.scss +239 -0
  439. package/scss/specifics/vie-scolaire/paramEtab/_param_trombinoscope.scss +126 -0
  440. package/scss/specifics/vie-scolaire/specifics/_async-autocomplete.scss +52 -0
  441. package/scss/specifics/vie-scolaire/specifics/_ellipsis.scss +26 -0
  442. package/scss/specifics/vie-scolaire/specifics/_global.scss +692 -0
  443. package/scss/specifics/vie-scolaire/specifics/_icons.scss +154 -0
  444. package/scss/specifics/vie-scolaire/specifics/_memento.scss +277 -0
  445. package/scss/specifics/vie-scolaire/specifics/_mixins.scss +88 -0
  446. package/scss/specifics/vie-scolaire/specifics/_time-slots.scss +97 -0
  447. package/scss/specifics/vie-scolaire/specifics/_toasts.scss +102 -0
  448. package/scss/specifics/vie-scolaire/specifics/_viescolaire.scss +528 -0
  449. package/scss/specifics/web-conference/_web-conference.scss +169 -0
  450. package/scss/specifics/zimbra-connector/_conversation.scss +316 -0
  451. package/scss/specifics/zimbra-connector/_setting.scss +25 -0
  452. package/scss/specifics/zimbra-connector/_zimbra-connector.scss +2 -0
@@ -0,0 +1,1093 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
2
+
3
+ body.exercizer {
4
+ -webkit-text-size-adjust: 100%;
5
+ -ms-text-size-adjust: 100%;
6
+ font-size-adjust: 100%;
7
+ -webkit-font-smoothing: antialiased;
8
+ -moz-osx-font-smoothing: grayscale;
9
+ text-rendering: optimizeLegibility;
10
+ color: $grey-black;
11
+ line-height: 24px !important;
12
+
13
+ @import "./components/";
14
+ @import "./views/";
15
+ @import "./layout";
16
+
17
+ >* {
18
+ box-sizing: border-box;
19
+ }
20
+
21
+ &.dragging {
22
+ [drop-item].drag-over {
23
+ background: $orange;
24
+ color: #fff;
25
+ }
26
+ }
27
+
28
+ svg[class*="icon"] {
29
+ flex-shrink: 0;
30
+ }
31
+
32
+ editor {
33
+ margin: 0;
34
+ line-height: 28px !important;
35
+ }
36
+
37
+ h1,
38
+ h2,
39
+ h3,
40
+ h4,
41
+ h5,
42
+ h6 {
43
+ line-height: 22px;
44
+ }
45
+
46
+ h1 {
47
+ font-weight: 500;
48
+ font-size: 22px;
49
+ line-height: 28px;
50
+ color: $purple;
51
+
52
+ i {
53
+ margin-right: 10px;
54
+ }
55
+
56
+ i,
57
+ i:before {
58
+ display: inline-block !important;
59
+ }
60
+ }
61
+
62
+ h2,
63
+ h3,
64
+ h4 {
65
+ color: $grey-black;
66
+ }
67
+
68
+ h2 {
69
+ font-size: 18px;
70
+ }
71
+
72
+ h4 {
73
+ font-size: 16px;
74
+ font-weight: 600;
75
+ }
76
+
77
+ .lightbox h4 {
78
+ color: $grey-black;
79
+ font-size: 0.875rem;
80
+ font-weight: 600;
81
+ line-height: 22px;
82
+ font-family: var(--font-primary);
83
+ }
84
+
85
+ .lightbox>.content h2 {
86
+ font-size: 1.125rem;
87
+ color: $grey-black;
88
+ }
89
+
90
+ button {
91
+ margin-left: 0.5em;
92
+ margin-right: 0.5em;
93
+
94
+ &.right-magnet:first-of-type,
95
+ &:not(.right-magnet):last-of-type {
96
+ margin-right: 0;
97
+ }
98
+
99
+ &.right-magnet:last-of-type,
100
+ &:not(.right-magnet):first-of-type {
101
+ margin-left: 0;
102
+ }
103
+
104
+ &>i {
105
+ margin-right: 8px;
106
+ }
107
+
108
+ &.label-badge {
109
+ padding: 8px 16px;
110
+ }
111
+ }
112
+
113
+ .in-place-toaster {
114
+ position: relative;
115
+ margin: 0 -1.6rem 0;
116
+ top: 1.6rem;
117
+ padding: 0 1rem;
118
+ background-color: $grey-fog;
119
+ border-radius: 0 0 8px 8px;
120
+ border-top: 1px solid $lightest-grey;
121
+
122
+ .btns {
123
+ border-radius: 8px;
124
+
125
+ &:hover {
126
+ color: $hover;
127
+ }
128
+ }
129
+ }
130
+
131
+ [drag-item] {
132
+ cursor: move;
133
+ }
134
+
135
+ .image-select-radius img {
136
+ border-radius: 4px;
137
+ height: 160px;
138
+ object-fit: cover;
139
+ }
140
+
141
+ .base-image {
142
+ margin: 0;
143
+ aspect-ratio: 4 / 3;
144
+ height: auto;
145
+ background: #fff;
146
+ border-radius: .25rem;
147
+ position: relative;
148
+ overflow: visible;
149
+
150
+ article {
151
+ background: transparent;
152
+ margin: 0 !important;
153
+ overflow: inherit;
154
+ z-index: 2 !important;
155
+ }
156
+
157
+ .image-container {
158
+ display: flex;
159
+ justify-content: center;
160
+ vertical-align: middle;
161
+ flex-direction: column;
162
+ position: absolute;
163
+ top: 0;
164
+ left: 0;
165
+ width: 100%;
166
+ height: 100%;
167
+ overflow: hidden;
168
+ box-sizing: border-box;
169
+ transition: border 250ms ease;
170
+ border: 1px dashed transparent;
171
+ border-radius: .25rem;
172
+
173
+ &:hover {
174
+ border: 1px dashed $orange;
175
+ }
176
+
177
+ >image-select {
178
+ width: 100%;
179
+ height: 100%;
180
+
181
+ >div {
182
+ width: 100%;
183
+ height: 100%;
184
+ display: flex;
185
+ align-items: center;
186
+
187
+ >img {
188
+ border-radius: 0;
189
+ aspect-ratio: 4 / 3;
190
+ object-fit: contain;
191
+ width: 100%;
192
+ max-height: 100%;
193
+
194
+ @media screen and (max-width: $wide-screen),
195
+ print {
196
+ margin-left: auto;
197
+ margin-right: auto;
198
+ display: block;
199
+ }
200
+ }
201
+ }
202
+ }
203
+
204
+ >img[id*=-bckgrnd] {
205
+ aspect-ratio: 4 / 3;
206
+ object-fit: contain;
207
+ width: 100%;
208
+ max-height: 100%;
209
+ }
210
+
211
+ >div {
212
+ width: 100%;
213
+ height: 100%;
214
+ display: flex;
215
+ align-items: center;
216
+
217
+ >img {
218
+ aspect-ratio: 4 / 3;
219
+ object-fit: contain;
220
+ width: 100%;
221
+ max-height: 100%;
222
+ border: none;
223
+
224
+ /* @media screen and (max-width: $wide-screen),
225
+ print {
226
+ border-radius: 0;
227
+ width: initial;
228
+ margin-left: auto;
229
+ margin-right: auto;
230
+ display: block;
231
+ } */
232
+ }
233
+ }
234
+ }
235
+
236
+
237
+ i {
238
+
239
+ &.trash,
240
+ &.edit.pick-file {
241
+ display: none;
242
+ visibility: hidden;
243
+ }
244
+ }
245
+
246
+ }
247
+
248
+ .eight-desktop {
249
+
250
+ @media screen and (min-width: $wide-screen),
251
+ print {
252
+ width: 66.66667%;
253
+ }
254
+ }
255
+
256
+ .grain-divider {
257
+ border-bottom: 1px solid $grey-cloudy;
258
+ padding: 1.6rem;
259
+ margin: -1.6rem -1.6rem 1.6rem;
260
+ }
261
+
262
+ article {
263
+ margin-bottom: 1.5rem;
264
+ padding: 1.5rem;
265
+ border-radius: .5rem;
266
+ transition: z-index 0s 0.35s;
267
+ box-shadow: 0 2px 6px rgba($color: #000000, $alpha: .1);
268
+
269
+ header {
270
+ color: $grey-black;
271
+ font-weight: 600;
272
+ }
273
+
274
+ &.textZoneOpen {
275
+ z-index: 1000 !important;
276
+ transition: z-index 0s;
277
+
278
+ text-zone {
279
+
280
+ .text-zone-size {
281
+ max-width: 200px;
282
+ max-height: 40px;
283
+ transition: all 250ms ease, max-width 0.15s 0s ease-in,
284
+ max-height 0.15s 0.15s ease-out;
285
+ white-space: normal;
286
+ text-overflow: inherit;
287
+ }
288
+ }
289
+
290
+ }
291
+
292
+ &.placed-block--dragging {
293
+ text-zone {
294
+ cursor: move !important;
295
+ }
296
+ }
297
+
298
+ &.article-column {
299
+ display: flex;
300
+ flex-direction: column;
301
+ justify-content: space-between;
302
+ }
303
+ }
304
+
305
+ .edit-order-list {
306
+ header {
307
+ font-weight: 600;
308
+ background-color: #e4f4ff;
309
+ vertical-align: middle;
310
+ padding: 0 16px;
311
+ border-radius: 4px;
312
+ font-size: .875rem;
313
+
314
+ .cell:first-of-type {
315
+ width: 71px;
316
+ }
317
+ }
318
+
319
+ ul {
320
+ padding: 0;
321
+ margin: 0;
322
+
323
+ >li {
324
+ @include grid-cell-width(12);
325
+ @include cell;
326
+ list-style-type: none;
327
+ padding: 4px 12px;
328
+ border-radius: 4px;
329
+
330
+ &:hover {
331
+ background-color: #e4f4ff;
332
+ }
333
+
334
+ .edit-order-index {
335
+ height: 32px;
336
+ width: 32px;
337
+ margin: 8px 25px 8px 4px;
338
+ float: left;
339
+ font-size: 15px;
340
+ text-align: center;
341
+ line-height: 32px;
342
+ border: 2px solid $primary;
343
+ border-radius: 50%;
344
+ color: $primary;
345
+ }
346
+
347
+ input[type="text"] {
348
+ margin-top: 2px;
349
+ }
350
+
351
+ .edit-order-delete {
352
+ top: 15px;
353
+ fill: currentColor;
354
+ }
355
+ }
356
+ }
357
+ }
358
+
359
+ ul.order-list {
360
+ padding: 12px;
361
+ margin: 4px 0;
362
+ border-radius: 4px;
363
+ background-color: $grey-fog;
364
+ border: 1px solid $lightest-grey;
365
+ }
366
+
367
+ .order-index {
368
+ height: 1.5rem;
369
+ width: 1.5rem;
370
+ margin-right: 1.5rem;
371
+ border-radius: 50%;
372
+ background: transparent;
373
+ border: 1px solid $flash-blue;
374
+ color: $flash-blue;
375
+ float: left;
376
+ font-size: .875rem;
377
+ text-align: center;
378
+ line-height: 1.5rem;
379
+ transition: background 250ms ease;
380
+ }
381
+
382
+ ul.thought-out-actions li {
383
+ padding: 12px;
384
+ margin: 4px 0;
385
+ border-radius: 4px;
386
+ background-color: $grey-fog;
387
+ border: 1px solid $lightest-grey;
388
+
389
+ /* &::after {
390
+ @include fonticon;
391
+ content: "\e847";
392
+ font-size: 20px;
393
+ position: absolute;
394
+ right: 25px;
395
+ top: calc(50% - 12px);
396
+ opacity: 0.75;
397
+ } */
398
+ }
399
+
400
+ // Delete border from Order question in correction, and constraint size
401
+ input[data-ng-model="filled_answer.order_by"] {
402
+ border: none;
403
+ max-width: 4em;
404
+ min-width: 4em;
405
+ }
406
+
407
+ grain-copy-footer {
408
+ display: block;
409
+ position: relative;
410
+ background: rgba($cyan, 0.1);
411
+ border: 1px solid rgba($cyan, 0.25);
412
+ padding: 15px;
413
+ border-radius: 7px;
414
+ min-height: 23px;
415
+ margin-top: 15px;
416
+ }
417
+
418
+ .flex-row.justify-center.centered>button.flat-button.five {
419
+ span {
420
+ float: none;
421
+ display: inline-block;
422
+
423
+ i {
424
+ font-size: 25px;
425
+ vertical-align: middle;
426
+ padding-right: 8px;
427
+ }
428
+ }
429
+ }
430
+
431
+ .custom-ellipsis {
432
+ overflow: hidden;
433
+ text-overflow: ellipsis;
434
+ white-space: nowrap;
435
+ font-size: 16px;
436
+ color: #555;
437
+ }
438
+
439
+ /* COLOR CORRECTED / CORRECTION ON GOING / HAS BEEN START / IS SUBMITTED */
440
+ .color-corrected,
441
+ .color-training-done,
442
+ .color-is-submitted {
443
+ color: $green !important;
444
+ }
445
+
446
+ .color-is-correction-on-going,
447
+ .color-training-sided {
448
+ color: $purple !important;
449
+ }
450
+
451
+ .color-has-been-started,
452
+ .color-training-on-going {
453
+ color: $orange !important;
454
+ }
455
+
456
+ /* Custom tags for subject library list */
457
+ .subject-library-tag {
458
+ font-size: .8125rem;
459
+ color: white;
460
+ background-color: $orange;
461
+ border-radius: 2px;
462
+ padding: 1px 3px 1px 2px;
463
+ margin: 5px 5px 0 0;
464
+ display: inline-block;
465
+ }
466
+
467
+ /* OVERWRITE THEME */
468
+
469
+ .down-open:hover {
470
+ color: $orange;
471
+ }
472
+
473
+ .hover-orange:hover {
474
+ color: $orange;
475
+ }
476
+
477
+ #surcharge-force-cursor-default:before {
478
+ cursor: default !important;
479
+ }
480
+
481
+ #edit-subject .surcharge-force-margin-zero {
482
+ margin-top: 0px !important;
483
+ margin-bottom: 0px !important;
484
+ }
485
+
486
+ .association-possible-answer-left {
487
+ margin: .3rem;
488
+ border: 1px dashed $grey-grey;
489
+ padding: 5px 10px;
490
+ border-radius: 8px;
491
+ background-color: $white;
492
+
493
+ &:hover {
494
+ border: 1px dashed $orange;
495
+ background-color: white;
496
+ }
497
+ }
498
+
499
+ .association-drop-hover {
500
+ border: 1px dashed $orange !important;
501
+ background-color: lighten($orange, 45%);
502
+ }
503
+
504
+ .subject-dragged-grain {
505
+ z-index: 1000;
506
+ width: 100%;
507
+ border: 1px dashed $orange !important;
508
+ background-color: white;
509
+ cursor: move;
510
+ }
511
+
512
+ .row-like-input {
513
+ line-height: 25px;
514
+ height: 25px;
515
+ }
516
+
517
+ .import-files-custom {
518
+ display: inline-grid;
519
+ grid-template-columns: 1fr;
520
+ background: $white;
521
+ padding: 12px 16px !important;
522
+ border-radius: 8px;
523
+ border-width: 1px;
524
+
525
+ &>article {
526
+ display: flex;
527
+ gap: 12px;
528
+ align-items: center;
529
+ justify-content: space-between;
530
+ padding: 0;
531
+ margin-bottom: 0;
532
+ position: static;
533
+ width: auto;
534
+ height: auto;
535
+ box-shadow: none;
536
+ grid-column: 1 / 1;
537
+ grid-row: 1 / 1;
538
+
539
+ @media (max-width: $tablette) {
540
+ flex-direction: column;
541
+ }
542
+
543
+ .select-file {
544
+ & + div {
545
+ display: inline-flex;
546
+ align-items: center;
547
+ gap: 8px;
548
+ }
549
+ @media (max-width: $tablette) {
550
+ order: 1;
551
+ }
552
+ }
553
+
554
+ .help {
555
+ height: auto;
556
+ line-height: 18px;
557
+ }
558
+
559
+ .icon-upload {
560
+ flex-shrink: 0;
561
+
562
+ /* @media (max-width: $tablette) {
563
+ display: none;
564
+ } */
565
+ }
566
+ }
567
+
568
+ @media (max-width: $tablette) {
569
+ .default {
570
+ position: static;
571
+
572
+ div:last-child {
573
+ display: inline-flex;
574
+ }
575
+ }
576
+ }
577
+ }
578
+
579
+ // & body
580
+ editor.small-editor.edit div[contenteditable] {
581
+ width: 100%;
582
+ max-height: 100px !important;
583
+ min-height: 100px !important;
584
+ overflow-y: auto;
585
+ }
586
+
587
+ editor.small-editor.edit div[contenteditable] {
588
+ padding: .75rem 1rem;
589
+ }
590
+
591
+ editor.small-editor.edit div[contenteditable]:focus {
592
+ width: 100%;
593
+ max-height: none !important;
594
+ min-height: 100px !important;
595
+ overflow: visible;
596
+ }
597
+
598
+ table tbody tr:hover {
599
+ background-color: transparent;
600
+ }
601
+
602
+ table.scores {
603
+ width: 70%;
604
+ overflow: hidden;
605
+ float: left;
606
+ border-left: 1px solid $cyan;
607
+
608
+ tbody {
609
+ max-height: 450px;
610
+ overflow: auto;
611
+ overflow-x: hidden;
612
+ display: block;
613
+ }
614
+ }
615
+
616
+ table.infos {
617
+ width: 30%;
618
+ overflow: hidden;
619
+ float: left;
620
+
621
+ tbody {
622
+ max-height: 450px;
623
+ overflow: hidden;
624
+ display: block;
625
+ }
626
+ }
627
+
628
+ .small-cell {
629
+ width: 10px;
630
+ }
631
+
632
+ @media screen and (max-width: $wide-screen),
633
+ print {
634
+ .cell-initial-float {
635
+ float: initial;
636
+ }
637
+ }
638
+
639
+ th.nav {
640
+ border-left: 1px solid;
641
+ border-right: 1px solid;
642
+
643
+ i {
644
+ color: $white;
645
+ }
646
+ }
647
+
648
+ tr.hover-hidden {
649
+ background: $white;
650
+ }
651
+
652
+ .display-table {
653
+ display: table;
654
+ width: 100%;
655
+ table-layout: fixed;
656
+ }
657
+
658
+ .good-answer {
659
+ color: $green;
660
+ background-color: rgba($green, 0.1);
661
+ }
662
+
663
+ .bad-answer {
664
+ color: $red;
665
+ background-color: rgba($red, 0.1);
666
+ }
667
+
668
+ .association {
669
+ &__left {
670
+ justify-content: flex-end;
671
+ border-bottom: 1px solid $solid-grey;
672
+ padding: 10px;
673
+ }
674
+
675
+ &__right {
676
+ padding-left: 1rem;
677
+ padding-right: 1rem;
678
+ border: 1px dashed $solid-grey !important;
679
+ border-radius: 10px;
680
+ text-align: center;
681
+ min-height: 50px;
682
+ display: flex;
683
+ justify-content: space-between;
684
+
685
+ .close {
686
+ padding-right: 15px;
687
+ }
688
+ }
689
+
690
+ &__delete {
691
+ right: 8px;
692
+ display: inline-flex;
693
+ }
694
+ }
695
+
696
+ // BACK TO TOP
697
+ .back-to-top {
698
+ position: fixed;
699
+ right: 25px;
700
+ bottom: 25px;
701
+ font-size: 20px;
702
+ background-color: $orange;
703
+ color: white;
704
+ width: 40px;
705
+ height: 40px;
706
+ line-height: 40px;
707
+ text-align: center;
708
+ box-shadow: 0 2px 6px rgba(black, 0.25);
709
+ cursor: pointer;
710
+
711
+ &::before {
712
+ @include fonticon;
713
+ content: "\e838";
714
+ display: block;
715
+ }
716
+
717
+ &:hover {
718
+ background-color: darken($orange, 10%);
719
+ }
720
+ }
721
+
722
+ .grain-correction {
723
+ background-color: rgba($green, 0.1);
724
+ border: 1px solid $green !important;
725
+ border-radius: 7px;
726
+
727
+ h2 {
728
+ color: $green;
729
+ }
730
+
731
+ input[type="text"] {
732
+ margin: 0;
733
+ border: none;
734
+ height: inherit;
735
+ line-height: inherit;
736
+ color: inherit !important;
737
+ }
738
+
739
+ .input-response-correct,
740
+ .input-response-incorrect {
741
+ padding: 5px 15px;
742
+ border: none !important;
743
+ background-color: rgba(black, 0.025);
744
+ }
745
+ }
746
+
747
+ @media screen and (max-width: $tablette),
748
+ print {
749
+ .main-col {
750
+ padding-left: 0 !important;
751
+ }
752
+
753
+ ul.thought-out-actions li {
754
+ margin: 10px 0;
755
+ }
756
+
757
+ .right-spacing-twice {
758
+ margin-top: .5rem;
759
+ margin-right: 0 !important;
760
+ }
761
+ }
762
+
763
+ @media screen and (max-width: $fat-mobile),
764
+ print {
765
+ .association {
766
+ flex-direction: column;
767
+ padding: 10px;
768
+ }
769
+
770
+ .association__left {
771
+ justify-content: center;
772
+ }
773
+
774
+ .dominos {
775
+ .item {
776
+ .domino {
777
+ .top {
778
+ display: none !important;
779
+ }
780
+
781
+ .bottom {
782
+ margin-left: 0 !important;
783
+ height: 150px;
784
+
785
+ .content {
786
+ flex-direction: column;
787
+ justify-content: center;
788
+ align-items: flex-start;
789
+ }
790
+ }
791
+
792
+ .due-date {
793
+ font-size: 13px;
794
+
795
+ &::before {
796
+ font-size: 16px;
797
+ }
798
+ }
799
+ }
800
+ }
801
+ }
802
+ }
803
+
804
+ .item-selected {
805
+ background-color: rgba(42, 154, 198, 0.2) !important;
806
+ border: 2px dashed #2a9cc8 !important;
807
+
808
+ .text-zone-size {
809
+ background-color: transparent;
810
+ }
811
+ }
812
+
813
+ .left-margin-5 {
814
+ margin-left: 5px;
815
+ }
816
+
817
+ .default-img image-select i.trash {
818
+ color: $dark-grey;
819
+ pointer-events: none;
820
+ }
821
+
822
+ @media screen and (max-width: $fat-mobile),
823
+ print {
824
+ .text-zone-size {
825
+ font-size: 70%;
826
+ }
827
+ }
828
+
829
+ textarea:focus {
830
+ border: 2px solid #ff8500;
831
+ outline: 0;
832
+ }
833
+
834
+ @media screen and (max-width: $wide-screen),
835
+ print {
836
+ .rigid-grid>.twelve {
837
+ width: 100%;
838
+ }
839
+
840
+ .rigid-grid {
841
+
842
+ >.margin-one,
843
+ >.margin-two,
844
+ >.margin-three,
845
+ >.margin-four,
846
+ >.margin-five,
847
+ >.margin-six,
848
+ >.margin-seven,
849
+ >.margin-eight,
850
+ >.margin-nine,
851
+ >.margin-ten,
852
+ >.margin-eleven,
853
+ >.margin-twelve {
854
+ margin: 0;
855
+ }
856
+ }
857
+
858
+ .simple-drop {
859
+ width: 100% !important;
860
+ }
861
+
862
+ .simple-button {
863
+ width: inherit !important;
864
+ }
865
+ }
866
+
867
+ .article-edit {
868
+ &.selected {
869
+ color: unset;
870
+ background: white;
871
+ }
872
+ }
873
+
874
+ .padding-top-50 {
875
+ padding-top: 50px;
876
+ }
877
+
878
+ .padding-top-70 {
879
+ padding-top: 70px;
880
+ }
881
+
882
+ .final-score {
883
+ color: gray;
884
+ font-weight: bold;
885
+ }
886
+
887
+ .final-score-button {
888
+ color: white;
889
+ background-color: $primary;
890
+ border-radius: 25px;
891
+ font-size: large;
892
+ }
893
+
894
+ .final-score-list {
895
+ display: flex;
896
+
897
+ >div {
898
+ display: flex;
899
+ margin-left: auto;
900
+ margin-right: auto;
901
+ }
902
+
903
+ ul {
904
+ padding-left: 10px;
905
+ border-left: none;
906
+
907
+ li {
908
+ width: 300px;
909
+ height: 70px;
910
+ float: none;
911
+ display: block;
912
+ font-size: 14px;
913
+ font-weight: normal;
914
+ top: 0;
915
+ border-top: 0;
916
+ margin-bottom: 5px;
917
+ margin-left: 10px;
918
+ margin-right: 10px;
919
+ background: $white;
920
+ border-radius: 1px;
921
+ margin-left: auto;
922
+ margin-right: auto;
923
+
924
+ a {
925
+ font-size: 20px;
926
+ display: block;
927
+ position: relative;
928
+ line-height: 20px;
929
+ box-sizing: border-box;
930
+ width: 100%;
931
+ margin: 0;
932
+ margin-top: 5px;
933
+ margin-bottom: 5px;
934
+ padding: 5px;
935
+ overflow: hidden;
936
+ text-overflow: ellipsis;
937
+ cursor: initial;
938
+
939
+ &:hover {
940
+ color: unset;
941
+ }
942
+ }
943
+ }
944
+ }
945
+ }
946
+
947
+ .input-block input+i.loaded {
948
+ font-size: 20px;
949
+ padding-left: 5px;
950
+ padding-right: 5px;
951
+ color: #46bfaf;
952
+ }
953
+
954
+ .zone-image {
955
+ image-zone {
956
+ border: 1px solid $white;
957
+ }
958
+ }
959
+
960
+ .zone-image,
961
+ .zone-text {
962
+
963
+ @media (min-width: $tablette),
964
+ print {
965
+ display: flex;
966
+ gap: 16px;
967
+
968
+ >.row {
969
+ flex: 1;
970
+ }
971
+ }
972
+
973
+ >.select-zone {
974
+ margin-top: 1rem;
975
+ margin-bottom: 1rem;
976
+ display: flex;
977
+ flex-wrap: wrap;
978
+
979
+
980
+ >button {
981
+ margin: 0 !important
982
+ }
983
+
984
+ >.options {
985
+ margin: 0 !important;
986
+ flex: 1;
987
+ align-self: stretch;
988
+
989
+ @media screen and (max-width: $tablette),
990
+ print {
991
+ flex-basis: 100%;
992
+ }
993
+ }
994
+
995
+ @media screen and (min-width: $tablette),
996
+ print {
997
+ width: 15rem;
998
+ margin-top: 0;
999
+ margin-bottom: 0;
1000
+ flex-direction: column;
1001
+ align-items: flex-start;
1002
+ flex-wrap: wrap;
1003
+ justify-content: flex-start;
1004
+ }
1005
+ }
1006
+ }
1007
+
1008
+ @media screen and (max-width: $tablette),
1009
+ print {
1010
+ .mobile-row {
1011
+ @include row;
1012
+ }
1013
+ }
1014
+
1015
+ @media screen and (min-width: $wide-screen),
1016
+ print {
1017
+ .desktop-three {
1018
+ width: 25%;
1019
+ }
1020
+ }
1021
+
1022
+ .no-responsive {
1023
+ @include responsive-only {
1024
+ display: none !important;
1025
+ }
1026
+ }
1027
+
1028
+ .no-desktop {
1029
+ @include desktop-only {
1030
+ display: none !important;
1031
+ }
1032
+ }
1033
+
1034
+ div.hidden-content>* {
1035
+ display: none;
1036
+ }
1037
+
1038
+ strong {
1039
+ font-weight: 600;
1040
+ }
1041
+
1042
+ dropdown-buttons open {
1043
+ border-radius: 8px;
1044
+ }
1045
+
1046
+ a.comment {
1047
+ color: $flash-blue;
1048
+ border-radius: 8px;
1049
+ }
1050
+
1051
+ .lightbox {
1052
+ .content {
1053
+ min-height: auto;
1054
+ padding: 24px;
1055
+
1056
+ h2 {
1057
+ margin-top: 0px;
1058
+ }
1059
+ }
1060
+
1061
+ .close-lightbox {
1062
+ margin: 20px;
1063
+
1064
+ i.close-2x:before {
1065
+ content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='close' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.222 4.222a1.1 1.1 0 0 1 1.556 0l14 14a1.1 1.1 0 1 1-1.556 1.556l-14-14a1.1 1.1 0 0 1 0-1.556Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.778 4.222a1.1 1.1 0 0 1 0 1.556l-14 14a1.1 1.1 0 1 1-1.556-1.556l14-14a1.1 1.1 0 0 1 1.556 0Z'/%3E%3C/svg%3E");
1066
+ display: block;
1067
+ width: 22px;
1068
+ }
1069
+ }
1070
+ }
1071
+
1072
+ share-panel {
1073
+ h1 {
1074
+ color: #4a4a4a;
1075
+ }
1076
+
1077
+ .input-help > label {
1078
+ &:first-child {
1079
+ font-size: 1rem;
1080
+ font-weight: 400;
1081
+ line-height: 1.5rem !important;
1082
+ font-style: italic;
1083
+ color: $grey-stone;
1084
+ opacity: 1;
1085
+ padding: 6px 16px;
1086
+ }
1087
+
1088
+ &.move {
1089
+ display: none;
1090
+ }
1091
+ }
1092
+ }
1093
+ }