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,1032 @@
1
+ body {
2
+ overflow-wrap: break-word;
3
+ }
4
+
5
+ .row {
6
+ width: 100%;
7
+ position: relative;
8
+ clear: both;
9
+ box-sizing: border-box;
10
+ }
11
+
12
+ .row:after {
13
+ clear: both;
14
+ content: " ";
15
+ display: block;
16
+ width: 100%;
17
+ }
18
+
19
+ .cell {
20
+ box-sizing: border-box;
21
+ float: left;
22
+ display: block;
23
+ position: relative;
24
+ }
25
+
26
+ .right-magnet {
27
+ float: right !important;
28
+ }
29
+
30
+ .bottom-magnet {
31
+ position: absolute;
32
+ bottom: 0;
33
+ }
34
+
35
+ .absolute-magnet {
36
+ position: absolute;
37
+ top: 0;
38
+ right: 0;
39
+ }
40
+
41
+ /*
42
+ * Usage:
43
+ * <div class="flex-magnet-container">
44
+ * <div> MAIN CONTENT </div>
45
+ * <div class="flex-magnet-<POS>"> MAGNET </div>
46
+ * </div>
47
+ */
48
+ .flex-magnet-container {
49
+ display: flex;
50
+ justify-content: space-between;
51
+
52
+ & > .flex-magnet-bottom-right {
53
+ order: 1;
54
+ align-self: flex-end;
55
+ }
56
+
57
+ & > .flex-magnet-top-right {
58
+ order: 1;
59
+ align-self: flex-start;
60
+ }
61
+
62
+ & > .flex-magnet-top-left {
63
+ order: -1;
64
+ align-self: flex-start;
65
+ }
66
+
67
+ & > .flex-magnet-bottom-left {
68
+ order: -1;
69
+ align-self: flex-end;
70
+ }
71
+ }
72
+
73
+ .square-mini {
74
+ @include square(10px);
75
+ }
76
+
77
+ .square-small {
78
+ @include square(20px);
79
+ }
80
+
81
+ .square-normal {
82
+ @include square(30px);
83
+ line-height: 30px;
84
+ }
85
+
86
+ .square-medium {
87
+ @include square(40px);
88
+ }
89
+
90
+ .square-large {
91
+ @include square(80px);
92
+ }
93
+
94
+ .spacer-small {
95
+ @include spacer(20px);
96
+ }
97
+
98
+ .spacer-medium {
99
+ @include spacer(40px);
100
+ }
101
+
102
+ .spacer-large {
103
+ @include spacer(80px);
104
+ }
105
+
106
+ .no-margin,
107
+ .nomargin {
108
+ margin: 0 !important;
109
+ }
110
+
111
+ .no-margin-all * {
112
+ margin: 0;
113
+ }
114
+
115
+ .no-padding,
116
+ .nopadding {
117
+ padding: 0 !important;
118
+ }
119
+
120
+ .no-margin-bottom {
121
+ margin-bottom: 0px !important;
122
+ }
123
+
124
+ .no-padding-bottom {
125
+ padding-bottom: 0px !important;
126
+ }
127
+
128
+ .no-border {
129
+ border: none !important;
130
+ }
131
+
132
+ .aligned {
133
+ display: inline-block;
134
+ vertical-align: middle;
135
+ }
136
+
137
+ .centered,
138
+ .margin-auto {
139
+ margin-left: auto;
140
+ margin-right: auto;
141
+ }
142
+
143
+ .horizontal-margin-small {
144
+ margin-left: 5px;
145
+ margin-right: 5px;
146
+ }
147
+
148
+ .horizontal-margin {
149
+ margin-left: 10px;
150
+ margin-right: 10px;
151
+ }
152
+
153
+ .horizontal-margin-twice {
154
+ margin-left: 20px;
155
+ margin-right: 20px;
156
+ }
157
+
158
+ .horizontal-margin-four {
159
+ margin-left: 40px;
160
+ margin-right: 40px;
161
+ }
162
+
163
+ .horizontal-margin-height {
164
+ margin-left: 80px;
165
+ margin-right: 80px;
166
+ }
167
+
168
+ @media screen and (max-width: $tablette) {
169
+ body {
170
+ .horizontal-margin-zero-mobile {
171
+ margin-left: 0 !important;
172
+ margin-right: 0 !important;
173
+ }
174
+ }
175
+ }
176
+
177
+ .vertical-spacing {
178
+ margin-top: 5px !important;
179
+ margin-bottom: 5px !important;
180
+ }
181
+
182
+ .vertical-spacing-twice {
183
+ margin-top: 10px !important;
184
+ margin-bottom: 10px !important;
185
+ }
186
+
187
+ .vertical-spacing-four {
188
+ margin-top: 15px !important;
189
+ margin-bottom: 15px !important;
190
+ }
191
+
192
+ .vertical-spacing-six {
193
+ margin-top: 30px !important;
194
+ margin-bottom: 30px !important;
195
+ }
196
+
197
+ .bottom-spacing-small {
198
+ margin-bottom: 2px !important;
199
+ }
200
+
201
+ .bottom-spacing {
202
+ margin-bottom: 5px !important;
203
+ }
204
+
205
+ .bottom-spacing-twice {
206
+ margin-bottom: 10px !important;
207
+ }
208
+
209
+ .bottom-spacing-three {
210
+ margin-bottom: 20px !important;
211
+ }
212
+
213
+ .top-spacing-small {
214
+ margin-top: 2px !important;
215
+ }
216
+
217
+ .top-spacing {
218
+ margin-top: 5px !important;
219
+ }
220
+
221
+ .top-spacing-twice {
222
+ margin-top: 10px !important;
223
+ }
224
+
225
+ .top-spacing-three {
226
+ margin-top: 15px !important;
227
+ }
228
+
229
+ .top-spacing-four {
230
+ margin-top: 20px !important;
231
+ }
232
+
233
+ .top-spacing-ten {
234
+ margin-top: 50px !important;
235
+ }
236
+
237
+ .top-spacing-10vh {
238
+ margin-top: 10vh !important;
239
+ }
240
+
241
+ .top-spacing-20vh {
242
+ margin-top: 20vh !important;
243
+ }
244
+
245
+ .top-spacing-25vh {
246
+ margin-top: 25vh !important;
247
+ }
248
+
249
+ .top-spacing-30vh {
250
+ margin-top: 30vh !important;
251
+ }
252
+
253
+ .top-spacing-40vh {
254
+ margin-top: 40vh !important;
255
+ }
256
+
257
+ .top-spacing-50vh {
258
+ margin-top: 50vh !important;
259
+ }
260
+
261
+ .left-spacing-small {
262
+ margin-left: 5px !important;
263
+ }
264
+
265
+ .left-spacing {
266
+ margin-left: 10px !important;
267
+ }
268
+
269
+ .left-spacing-twice {
270
+ margin-left: 20px !important;
271
+ }
272
+
273
+ .left-spacing-four {
274
+ margin-left: 40px !important;
275
+ }
276
+
277
+ .right-spacing-small {
278
+ margin-right: 5px !important;
279
+ }
280
+
281
+ .right-spacing {
282
+ margin-right: 10px !important;
283
+ }
284
+
285
+ .right-spacing-twice {
286
+ margin-right: 20px !important;
287
+ }
288
+
289
+ .right-spacing-three {
290
+ margin-right: 35px !important;
291
+ }
292
+
293
+ .right-spacing-four {
294
+ margin-right: 40px !important;
295
+ }
296
+
297
+ .mini-block-container {
298
+ padding: 7px;
299
+ }
300
+
301
+ .block-container {
302
+ padding: 10px;
303
+ }
304
+
305
+ .medium-block-container {
306
+ padding: 12px;
307
+ }
308
+
309
+ .big-block-container {
310
+ padding: 15px;
311
+ }
312
+
313
+ //padding: $size
314
+ .reduce-block-two {
315
+ @include reduce-block(2px);
316
+ }
317
+
318
+ .reduce-block-four {
319
+ @include reduce-block(4px);
320
+ }
321
+
322
+ .reduce-block-six {
323
+ @include reduce-block(6px);
324
+ }
325
+
326
+ .reduce-block-eight {
327
+ @include reduce-block(8px);
328
+ }
329
+
330
+ .horizontal-spacing {
331
+ padding-left: 10px;
332
+ padding-right: 10px;
333
+ }
334
+
335
+ .horizontal-spacing-twice {
336
+ padding-left: 20px;
337
+ padding-right: 20px;
338
+ }
339
+
340
+ .min-w-zero {
341
+ min-width: 0px;
342
+ }
343
+
344
+ .block {
345
+ display: block !important;
346
+ }
347
+
348
+ .initial-line-height {
349
+ line-height: initial !important;
350
+ }
351
+
352
+ .overflow-hd {
353
+ overflow: hidden;
354
+ }
355
+
356
+ .scroll-x {
357
+ overflow-x: auto;
358
+ }
359
+
360
+ .absolute-position {
361
+ position: absolute;
362
+ }
363
+
364
+ .absolute {
365
+ position: absolute;
366
+ height: 100%;
367
+ width: 100%;
368
+ top: 0;
369
+ left: 0;
370
+ }
371
+
372
+ .absolute-w {
373
+ position: absolute;
374
+ width: 100%;
375
+ top: 0;
376
+ left: 0;
377
+ }
378
+
379
+ .absolute-position-w {
380
+ position: absolute;
381
+ width: 100%;
382
+ }
383
+
384
+ .fluid {
385
+ position: relative !important;
386
+ }
387
+
388
+ .vertical-divider {
389
+ display: block;
390
+
391
+ &:before {
392
+ content: "";
393
+ display: block;
394
+ box-sizing: border-box;
395
+ border-right: 1px solid;
396
+ height: calc(100% - 20px);
397
+ position: absolute;
398
+ right: 50%;
399
+ }
400
+ }
401
+
402
+ body {
403
+ cursor: default !important;
404
+ line-height: 20px;
405
+ }
406
+
407
+ body.app {
408
+ margin: 0;
409
+ }
410
+
411
+ .logo,
412
+ .content-block {
413
+ margin-top: 10px;
414
+ margin-bottom: 10px;
415
+ display: block;
416
+ }
417
+
418
+ header {
419
+ h2 {
420
+ width: 30%;
421
+ display: inline-block;
422
+ margin: 0;
423
+ }
424
+ }
425
+
426
+ article {
427
+ h2:first-child {
428
+ margin-top: 0px;
429
+ }
430
+ }
431
+
432
+ hr {
433
+ display: block;
434
+ clear: both;
435
+ width: 100%;
436
+ border: none;
437
+ padding: 10px;
438
+ }
439
+
440
+ hr.line {
441
+ display: block;
442
+ box-sizing: border-box;
443
+ clear: both;
444
+ width: 100%;
445
+ border: none;
446
+ padding: 5px;
447
+ border-top: 1px solid $primary;
448
+ }
449
+
450
+ dl {
451
+ dd {
452
+ margin-left: 0;
453
+ }
454
+
455
+ dt {
456
+ clear: left;
457
+ }
458
+ }
459
+
460
+ .text-container {
461
+ padding: 40px;
462
+
463
+ h1 {
464
+ margin-top: 1em;
465
+ }
466
+
467
+ article {
468
+ margin-bottom: 15px;
469
+ }
470
+ }
471
+
472
+ .justified-text {
473
+ text-align: justify;
474
+ }
475
+
476
+ .content-line {
477
+ margin-bottom: 15px;
478
+ }
479
+
480
+ .lower-line {
481
+ margin-top: 15px;
482
+ }
483
+
484
+ .circle {
485
+ border-radius: 50%;
486
+ }
487
+
488
+ .round {
489
+ border-radius: 50%;
490
+ overflow: hidden;
491
+ border: 1px solid $light-grey;
492
+
493
+ img {
494
+ display: block;
495
+ }
496
+
497
+ &.active {
498
+ border-color: $primary;
499
+ padding: 4px;
500
+ }
501
+
502
+ &.inactive {
503
+ img {
504
+ opacity: 0.25;
505
+ }
506
+
507
+ &:hover {
508
+ padding: 4px;
509
+ }
510
+ }
511
+
512
+ &.animated {
513
+ transition: left 250ms ease, top 250ms ease, margin-top 250ms ease,
514
+ padding 250ms ease;
515
+ }
516
+
517
+ &.group {
518
+ border-color: $primary;
519
+ }
520
+ }
521
+
522
+ // Used for pastilles or any avatar with shadow
523
+ .img-shadow {
524
+ box-shadow: 4px 4px 5px $shadow-light;
525
+ border-width: 3px;
526
+ }
527
+
528
+ .high-index {
529
+ z-index: 1000;
530
+
531
+ &.active {
532
+ z-index: 1001;
533
+ }
534
+ }
535
+
536
+ div.hidden-content {
537
+ height: 0px;
538
+ width: 0px;
539
+ z-index: 1;
540
+
541
+ > * {
542
+ opacity: 0;
543
+ }
544
+
545
+ input[type="file"] {
546
+ position: absolute;
547
+ left: 0;
548
+ width: 114px;
549
+ height: 40px;
550
+ }
551
+ }
552
+
553
+ div.invisible-content {
554
+ > * {
555
+ opacity: 0;
556
+ }
557
+ }
558
+
559
+ .hollow {
560
+ visibility: hidden;
561
+ opacity: 0;
562
+ @include run-transition(all);
563
+
564
+ &.reveal {
565
+ visibility: visible;
566
+ animation: transient-display 1 5s;
567
+ }
568
+ }
569
+
570
+ .display-hidden {
571
+ display: none;
572
+ }
573
+
574
+ .divide-opacity {
575
+ opacity: 0.5;
576
+ }
577
+
578
+ .divider-border {
579
+ border-right: 1px solid $neutral-grey;
580
+ }
581
+
582
+ .divider-border-horizontal {
583
+ background-color: $neutral-grey;
584
+ height: 1px;
585
+ width: 100%;
586
+ }
587
+
588
+ .size-auto {
589
+ width: auto !important;
590
+ height: auto !important;
591
+ }
592
+
593
+ .center-component {
594
+ display: flex;
595
+ flex-direction: column;
596
+ justify-content: center;
597
+ align-items: center;
598
+ }
599
+
600
+ .centered-bloc-text {
601
+ display: block;
602
+ text-align: center;
603
+ }
604
+
605
+ /*
606
+ MULTILINE ELLIPSIS
607
+ */
608
+
609
+ .multiline-ellipsis-two {
610
+ @include multiline-ellipsis(2);
611
+ }
612
+
613
+ .multiline-ellipsis-three {
614
+ @include multiline-ellipsis(3);
615
+ }
616
+
617
+ /*
618
+ Overflows
619
+ */
620
+
621
+ .overflow-vertical-height-list {
622
+ max-height: 195px;
623
+ overflow: auto;
624
+ }
625
+
626
+ .overflowx-hd {
627
+ overflow-x: hidden !important;
628
+ }
629
+
630
+ .overflowy-hd {
631
+ overflow-y: hidden !important;
632
+ }
633
+
634
+ /*
635
+ Force sizes
636
+ */
637
+
638
+ // Also : width-medium-no-mobile-fat-mobile
639
+ .width-medium {
640
+ width: 200px;
641
+ }
642
+
643
+ /*HEIGHT**/
644
+ .height-minus200 {
645
+ height: calc(100vh - 200px);
646
+ overflow-y: auto;
647
+ }
648
+
649
+ .height-minus300 {
650
+ height: calc(100vh - 300px);
651
+ overflow-y: scroll;
652
+ }
653
+
654
+ .height-minus200.no-overflow {
655
+ overflow: hidden;
656
+ }
657
+
658
+ .height-minus300.no-overflow {
659
+ overflow: hidden;
660
+ }
661
+
662
+ .maxheight-minus450 {
663
+ max-height: calc(100vh - 450px);
664
+ overflow-y: scroll;
665
+ }
666
+
667
+ .maxheight-minus400 {
668
+ max-height: calc(100vh - 400px);
669
+ overflow-y: scroll;
670
+ }
671
+
672
+ .maxheight-minus350 {
673
+ max-height: calc(100vh - 350px);
674
+ overflow-y: scroll;
675
+ }
676
+
677
+ .maxheight-half-vh {
678
+ max-height: 50vh;
679
+ overflow-y: scroll;
680
+ }
681
+
682
+ .minheight-100 {
683
+ min-height: 100px;
684
+ }
685
+
686
+ .minheight-500 {
687
+ min-height: 500px;
688
+ }
689
+
690
+ /*WIDTH*/
691
+ .minwidth-400 {
692
+ min-width: 400px;
693
+ }
694
+
695
+ /* Reset size : height & width */
696
+ .reset {
697
+ &__min-height {
698
+ min-height: none !important;
699
+ }
700
+
701
+ &__max-height {
702
+ max-height: none !important;
703
+ }
704
+
705
+ &__min-width {
706
+ min-width: none !important;
707
+ }
708
+
709
+ &__max-width {
710
+ max-width: none !important;
711
+ }
712
+ }
713
+
714
+ // NEW MODERN RULES
715
+ .flex {
716
+ display: flex !important;
717
+ }
718
+
719
+ .flex-inline {
720
+ display: inline-flex !important;
721
+ }
722
+
723
+ .flex-wrap-wrap {
724
+ flex-wrap: wrap;
725
+ }
726
+
727
+ .align-items-center {
728
+ align-items: center;
729
+ }
730
+
731
+ .justify-space-between {
732
+ justify-content: space-between;
733
+ }
734
+
735
+ .justify-content-end {
736
+ justify-content: flex-end;
737
+ }
738
+
739
+ // FLEW GROW
740
+ $fgrows: 0, 1, 2, 3, 4, 5;
741
+
742
+ @each $fgrow in $fgrows {
743
+ .flex-grow-#{$fgrow} {
744
+ flex-grow: $fgrow !important;
745
+ }
746
+ }
747
+ .grid {
748
+ @media (min-width: $tablette) {
749
+ display: grid;
750
+ }
751
+ }
752
+
753
+ .grid-2 {
754
+ grid-template-columns: repeat(2, minmax(0, 1fr));
755
+
756
+ @media (max-width: $tablette) {
757
+ grid-template-columns: 1fr;
758
+ }
759
+ }
760
+
761
+ @media (min-width: $wide-screen) {
762
+ .grid-layout-2 {
763
+ grid-template-columns: minmax(400px, 3fr) minmax(710px, 7fr);
764
+ gap: 1.5rem;
765
+ }
766
+
767
+ .grid-zone-image {
768
+ grid-template-columns: auto 260px;
769
+ }
770
+ }
771
+
772
+ .border-0 {
773
+ border: 0px !important;
774
+ }
775
+
776
+ .border-top-0 {
777
+ border-top: 0px !important;
778
+ }
779
+
780
+ .border-bottom-0 {
781
+ border-bottom: 0px !important;
782
+ }
783
+
784
+ .border-left-0 {
785
+ border-left: 0px !important;
786
+ }
787
+
788
+ .border-right-0 {
789
+ border-right: 0px !important;
790
+ }
791
+
792
+ .overflow-auto {
793
+ overflow: auto;
794
+ }
795
+
796
+ .overflow-visible {
797
+ overflow: visible;
798
+ }
799
+
800
+ .overflow-hidden {
801
+ overflow: hidden;
802
+ }
803
+
804
+ // SPACERS
805
+ $spacers: 0, 4, 8, 12, 16, 20, 24, 32, 40, 48, 64;
806
+
807
+ @each $space in $spacers {
808
+ .mt-#{$space} {
809
+ margin-top: $space + px !important;
810
+ }
811
+
812
+ .mb-#{$space} {
813
+ margin-bottom: $space + px !important;
814
+ }
815
+
816
+ .ml-#{$space} {
817
+ margin-left: $space + px !important;
818
+ }
819
+
820
+ .mr-#{$space} {
821
+ margin-right: $space + px !important;
822
+ }
823
+
824
+ .mx-#{$space} {
825
+ margin-left: $space + px !important;
826
+ margin-right: $space + px !important;
827
+ }
828
+
829
+ .my-#{$space} {
830
+ margin-top: $space + px !important;
831
+ margin-bottom: $space + px !important;
832
+ }
833
+
834
+ .m-#{$space} {
835
+ margin-top: $space + px !important;
836
+ margin-bottom: $space + px !important;
837
+ }
838
+
839
+ .pt-#{$space} {
840
+ padding-top: $space + px !important;
841
+ }
842
+
843
+ .pb-#{$space} {
844
+ padding-bottom: $space + px !important;
845
+ }
846
+
847
+ .pl-#{$space} {
848
+ padding-left: $space + px !important;
849
+ }
850
+
851
+ .pr-#{$space} {
852
+ padding-right: $space + px !important;
853
+ }
854
+
855
+ .px-#{$space} {
856
+ padding-left: $space + px !important;
857
+ padding-right: $space + px !important;
858
+ }
859
+
860
+ .py-#{$space} {
861
+ padding-top: $space + px !important;
862
+ padding-bottom: $space + px !important;
863
+ }
864
+
865
+ .p-#{$space} {
866
+ padding: $space + px !important;
867
+ }
868
+
869
+ .gap-#{$space} {
870
+ gap: $space + px !important;
871
+ }
872
+
873
+ .radius-#{$space},
874
+ editor.edit.radius-#{$space}:not(.focus) > div > [contenteditable] {
875
+ border-radius: $space + px !important;
876
+ }
877
+
878
+ .radius-top-#{$space},
879
+ editor.edit.radius-top-#{$space}:not(.focus) > div > [contenteditable] {
880
+ border-top-left-radius: $space + px !important;
881
+ border-top-right-radius: $space + px !important;
882
+ }
883
+
884
+ .radius-bottom-#{$space},
885
+ editor.edit.radius-bottom-#{$space}:not(.focus) > div > [contenteditable] {
886
+ border-bottom-left-radius: $space + px !important;
887
+ border-bottom-right-radius: $space + px !important;
888
+ }
889
+ }
890
+
891
+ // SIZING
892
+ $sizes: 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90,
893
+ 100;
894
+
895
+ @each $size in $sizes {
896
+ .w-#{$size} {
897
+ width: $size * 1% !important;
898
+ }
899
+
900
+ .maxw-#{$size} {
901
+ max-width: $size * 1% !important;
902
+ }
903
+
904
+ .minw-#{$size} {
905
+ min-width: $size * 1% !important;
906
+ }
907
+
908
+ .h-#{$size} {
909
+ height: $size * 1% !important;
910
+ }
911
+
912
+ .maxh-#{$size} {
913
+ max-height: $size * 1% !important;
914
+ }
915
+
916
+ .minh-#{$size} {
917
+ min-height: $size * 1% !important;
918
+ }
919
+ }
920
+
921
+ /*ZOOM*/
922
+ .zoomout-2x {
923
+ transform: scale(0.5);
924
+ }
925
+
926
+ /*
927
+ SPECIAL MEDIA QUERIES HIDE
928
+ */
929
+
930
+ // Center component on page only for tablettes
931
+ @media screen and (min-width: ($fat-mobile + 1)) and (max-width: $wide-screen) {
932
+ body {
933
+ .center-component-tablette {
934
+ display: flex;
935
+ flex-direction: column;
936
+ justify-content: center;
937
+ align-items: center;
938
+ text-align: center;
939
+ }
940
+ }
941
+ }
942
+
943
+ // Deprecated
944
+ @media screen and (max-width: $tablette) {
945
+ body {
946
+ .block-mobile {
947
+ display: block !important;
948
+ }
949
+ }
950
+ }
951
+
952
+ // For special elements that are only visible on desktop and tablettes
953
+ @media screen and (max-width: $fat-mobile) {
954
+ body {
955
+ .zero-mobile-fat-mobile {
956
+ display: none !important;
957
+ }
958
+ }
959
+
960
+ .maxheight-minus200-mobile {
961
+ max-height: calc(100vh - 200px);
962
+ overflow-y: scroll;
963
+ }
964
+ }
965
+
966
+ // For special elements that are only visible on mobiles and tablettes
967
+ @media screen and (min-width: ($tablette + 1)) {
968
+ body {
969
+ .zero-desktop {
970
+ display: none !important;
971
+ }
972
+ }
973
+ }
974
+
975
+ // For special elements that are only visible on desktop
976
+ @media screen and (max-width: $tablette) {
977
+ body {
978
+ .only-desktop {
979
+ display: none !important;
980
+ }
981
+ }
982
+ }
983
+
984
+ // For special elements that are only visible on mobile and fat-mobiles
985
+ @media screen and (min-width: ($fat-mobile + 1)) {
986
+ body {
987
+ .mobile-fat-mobile {
988
+ display: none !important;
989
+ }
990
+ }
991
+ }
992
+
993
+ // Only visible for mobile and landscape tablets
994
+ @media screen and (min-width: ($wide-screen + 1)) {
995
+ body {
996
+ .zero-large-desktop {
997
+ display: none !important;
998
+ }
999
+ }
1000
+ }
1001
+
1002
+ // Only visible in wide screen
1003
+ @media screen and (min-width: ($wide-screen + 1)),
1004
+ screen and (max-width: $tablette) {
1005
+ body {
1006
+ .only-wide-screen {
1007
+ display: none !important;
1008
+ }
1009
+ }
1010
+ }
1011
+
1012
+ // For special elements that are only visible on desktop and tablettes
1013
+ @media screen and (max-width: $wide-screen) {
1014
+ body {
1015
+ .only-large-desktop {
1016
+ display: none !important;
1017
+ }
1018
+ }
1019
+ }
1020
+
1021
+ /*
1022
+ SPECIAL MEDIA QUERIES RESTRICTIONS CLASSES
1023
+ */
1024
+
1025
+ // Classes restrictions for no mobile and fat mobile
1026
+ @media screen and (min-width: ($fat-mobile + 1)) {
1027
+ body {
1028
+ .width-medium-no-mobile-fat-mobile {
1029
+ width: 200px;
1030
+ }
1031
+ }
1032
+ }