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,154 @@
1
+ /*!
2
+ * Copyright (c) Région Hauts-de-France, Département de la Seine-et-Marne, Région Nouvelle Aquitaine, Mairie de Paris, CGI, 2016.
3
+ * This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
4
+ *
5
+ * This program is free software; you can redistribute it and/or modify
6
+ * it under the terms of the GNU Affero General Public License as
7
+ * published by the Free Software Foundation (version 3 of the License).
8
+ * For the sake of explanation, any module that communicate over native
9
+ * Web protocols, such as HTTP, with OPEN ENT NG is outside the scope of this
10
+ * license and could be license under its own terms. This is merely considered
11
+ * normal use of OPEN ENT NG, and does not fall under the heading of "covered work".
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
+ */
17
+
18
+ body.vsco--global {
19
+ i.check-empty::after{
20
+ content: "\e83d";
21
+ }
22
+ i.up-open::after{
23
+ font-size: large;
24
+ &:hover {
25
+ color: $cyan;
26
+ }
27
+ }
28
+ i.down-open::after{
29
+ font-size: large;
30
+ &:hover {
31
+ color: $cyan;
32
+ }
33
+ }
34
+ i.table::after{
35
+ content: '\e913';
36
+ color : #ffffff;
37
+ }
38
+ i.clock::after {
39
+ content: '\f017';
40
+ }
41
+ i.plus::after{
42
+ content: '\e85e';
43
+ font-size: large;
44
+ }
45
+ i.moins::after{
46
+ content: '-';
47
+ font-size: xx-large;
48
+ }
49
+ i.ok::after{
50
+ content: '\e871';
51
+ font-size: large;
52
+ }
53
+ i.alerte::after{
54
+ content: '!';
55
+ font-size: xx-large;
56
+ }
57
+ i.warning::before, i.report::before {
58
+ content: '\e903';
59
+ font-size: 18px;
60
+ }
61
+
62
+ i.cancel::before {
63
+ content: '\e866';
64
+ }
65
+
66
+ i.eye-slash::before {
67
+ content: '\e904';
68
+ }
69
+
70
+ i.eye-open::before::before {
71
+ content: '\e873';
72
+ }
73
+ i.eye-open-orange::before {
74
+ content: '\e873';
75
+ color: #FF8500;
76
+ }
77
+ i.trash-orange::before{
78
+ content: '\e8cf';
79
+ color: #FF8500;
80
+ }
81
+
82
+ i.trash::before{
83
+ content: '\e8cf';
84
+ }
85
+
86
+ i.down-open {
87
+ content: '\e841';
88
+ }
89
+
90
+ .left-arrow::after {
91
+ content: "\e87b";
92
+ opacity: 0.8;
93
+ cursor: pointer;
94
+ border: none;
95
+ background-color: inherit;
96
+ color: $grey;
97
+ &:hover {
98
+ color: $cyan;
99
+ }
100
+ }
101
+
102
+ .right-arrow::after {
103
+ content: "\e823";
104
+ opacity: 0.8;
105
+ cursor: pointer;
106
+ border: none;
107
+ background-color: inherit;
108
+ color: $grey;
109
+ &:hover {
110
+ color: $cyan;
111
+ }
112
+ }
113
+
114
+ .clock::after {
115
+ content: "\f017";
116
+ }
117
+
118
+ i.arrows-cw::after {
119
+ content: '\e874';
120
+ }
121
+
122
+ i.phone::after {
123
+ content: '\f095';
124
+ cursor: pointer;
125
+ }
126
+ i.pencil::after {
127
+ content: '\e858';
128
+ cursor: pointer;
129
+ }
130
+ i.updateDomaine::after {
131
+ content: '\e806';
132
+ cursor: pointer;
133
+ }
134
+ i.manual-item::after {
135
+ content: '\e80c';
136
+ }
137
+ i.calendar-o::after {
138
+ content: "\e917";
139
+ color: #4bafd5;
140
+ padding: 0 5px;
141
+ }
142
+
143
+ // material icon
144
+ i {
145
+ &.mdi-close::before {
146
+ font-family: 'material-icons';
147
+ content: "\F156";
148
+ }
149
+ &.mdi-delete-forever::before {
150
+ font-family: 'material-icons';
151
+ content: "\F5E8";
152
+ }
153
+ }
154
+ }
@@ -0,0 +1,277 @@
1
+ $memento-bg-color: #f7f6f6;
2
+ $memento-avatar-height: 170px;
3
+ $memento-font-size: 17px;
4
+ $memento-scrollbar-color: #4bafd5;
5
+ $memento-scrollbar-color-hover: #1898c9;
6
+
7
+ @mixin memento-menu-color($color) {
8
+ .memento {
9
+ .menu {
10
+ ul {
11
+ li {
12
+ &.focused, &.focused i:before, &.focused i:after {
13
+ color: $color;
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }
19
+ }
20
+
21
+ body {
22
+ @include memento-menu-color($black);
23
+
24
+ &.presences {
25
+ @include memento-menu-color(#ffb600);
26
+ }
27
+
28
+ &.edt {
29
+ @include memento-menu-color(#162eae);
30
+ }
31
+
32
+ &.diary {
33
+ @include memento-menu-color(#00ab6f);
34
+ }
35
+
36
+ &.competences {
37
+ @include memento-menu-color(#ff5300);
38
+ }
39
+ }
40
+
41
+ .memento {
42
+ background-color: $memento-bg-color;
43
+ position: fixed;
44
+ top: 64px;
45
+ width: 100%;
46
+ height: calc(100% - 64px);
47
+ z-index: 100000;
48
+ left: 0;
49
+ overflow-y: auto;
50
+ color: $black !important;
51
+ font-size: $memento-font-size;
52
+
53
+ ::-webkit-scrollbar {
54
+ width: 5px;
55
+
56
+ &-track {
57
+ box-shadow: inset 0 0 5px $vsco-grey;
58
+ border-radius: 10px;
59
+ }
60
+
61
+ &-thumb {
62
+ background: $memento-scrollbar-color;
63
+ border-radius: 10px;
64
+
65
+ &:hover {
66
+ background: $memento-scrollbar-color-hover;
67
+ }
68
+ }
69
+ }
70
+
71
+ .accommodation-field {
72
+ text-transform: lowercase;
73
+ }
74
+
75
+ .header {
76
+ display: flex;
77
+ align-items: center;
78
+
79
+ > div {
80
+ flex: 1;
81
+ }
82
+
83
+ .user-comment {
84
+ padding: 10px;
85
+ background-color: $white;
86
+
87
+ i18n {
88
+ margin-left: 9px;
89
+ font-size: 15px;
90
+ }
91
+
92
+ textarea {
93
+ height: 80px;
94
+ font-family: Roboto, sans-serif;
95
+ border: none;
96
+ margin: 0;
97
+ }
98
+ }
99
+
100
+ .actions {
101
+ align-self: flex-start;
102
+
103
+ i.close::before {
104
+ font-size: 38px;
105
+ margin-right: 0;
106
+ cursor: pointer;
107
+ }
108
+
109
+ .async-autocomplete {
110
+ padding: 10px;
111
+ background-color: $white;
112
+ width: 80%;
113
+ float: right;
114
+
115
+ input[type="text"] {
116
+ margin-bottom: 0;
117
+ }
118
+ }
119
+ }
120
+
121
+ .menu {
122
+ ul {
123
+ border-left: solid 1px rgba(0, 0, 0, 0.15);
124
+ list-style-type: none;
125
+
126
+ li {
127
+ margin-top: 5px;
128
+ }
129
+ }
130
+ }
131
+ }
132
+
133
+ .card {
134
+ font-size: $memento-font-size;
135
+ }
136
+
137
+ .section-title {
138
+ font-size: 20px;
139
+ color: $black;
140
+ }
141
+
142
+ .card {
143
+ padding: 15px;
144
+ }
145
+
146
+ .student {
147
+ display: flex;
148
+ align-items: center;
149
+ font-size: $memento-font-size;
150
+
151
+ .avatar {
152
+ height: $memento-avatar-height;
153
+ width: $memento-avatar-height;
154
+ border-radius: 50%;
155
+ overflow: hidden;
156
+ }
157
+
158
+
159
+ .groups > span {
160
+ &::after {
161
+ content: ',';
162
+ }
163
+
164
+ &:last-child::after {
165
+ content: ''
166
+ }
167
+ }
168
+
169
+ h4 {
170
+ font-size: 28px;
171
+ color: $black !important;
172
+ }
173
+ }
174
+
175
+ .relatives {
176
+ display: flex;
177
+ padding: 5px;
178
+
179
+ .relative {
180
+ flex: 1;
181
+ display: flex;
182
+ justify-content: center;
183
+ border-right: solid 1px rgba(0, 0, 0, 0.15);
184
+
185
+ &:last-child {
186
+ border-right: none;
187
+ }
188
+
189
+ .data {
190
+ .contact-info.disabled {
191
+ opacity: 0.60;
192
+ }
193
+
194
+ .contact-info > div {
195
+ margin: 10px 0 auto 0;;
196
+ }
197
+ }
198
+
199
+ h4 {
200
+ font-size: 20px;
201
+ font-weight: bold;
202
+ }
203
+
204
+ .contact-priority {
205
+ display: flex;
206
+ margin-top: 48px;
207
+ }
208
+ }
209
+ }
210
+
211
+ i {
212
+ &::after, &::before {
213
+ font-family: "material-icons";
214
+ font-size: 20px;
215
+ margin-right: 5px;
216
+ color: $black;
217
+ }
218
+
219
+ &.birth-date::after {
220
+ content: "\F0EB"
221
+ }
222
+
223
+ &.school::after {
224
+ content: "\F474"
225
+ }
226
+
227
+ &.accommodation::after {
228
+ content: "\F4A3";
229
+ }
230
+
231
+ &.bus::after {
232
+ content: "\F0034";
233
+ font-size: 22px;
234
+ }
235
+
236
+ &.email::after {
237
+ content: "\F1EE";
238
+ }
239
+
240
+ &.mobile::after {
241
+ content: "\F11C";
242
+ }
243
+
244
+ &.phone::after {
245
+ content: "\F3F2"
246
+ }
247
+
248
+ &.address::after {
249
+ content: "\F2DC";
250
+ }
251
+
252
+ &.relatives-icon::after {
253
+ content: "\FEF4";
254
+ }
255
+
256
+ &.absences::before {
257
+ content: "\F15A";
258
+ color: $black;
259
+ }
260
+
261
+ &.marks::after {
262
+ content: "\F128"
263
+ }
264
+
265
+ &.sanctions::after {
266
+ content: "\F241";
267
+ }
268
+
269
+ &.teachers-conference::after {
270
+ content: "\F366";
271
+ }
272
+
273
+ &.close::before {
274
+ content: "\F5AD";
275
+ }
276
+ }
277
+ }
@@ -0,0 +1,88 @@
1
+ /*!
2
+ * Copyright (c) Région Hauts-de-France, Département de la Seine-et-Marne, Région Nouvelle Aquitaine, Mairie de Paris, CGI, 2016.
3
+ * This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
4
+ *
5
+ * This program is free software; you can redistribute it and/or modify
6
+ * it under the terms of the GNU Affero General Public License as
7
+ * published by the Free Software Foundation (version 3 of the License).
8
+ * For the sake of explanation, any module that communicate over native
9
+ * Web protocols, such as HTTP, with OPEN ENT NG is outside the scope of this
10
+ * license and could be license under its own terms. This is merely considered
11
+ * normal use of OPEN ENT NG, and does not fall under the heading of "covered work".
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
+ */
17
+
18
+ /* Variable Colors */
19
+ $vsco-grey: #808080;
20
+ $vsco-grey-clear: #eeeeee;
21
+ $vsco-grey-invisible: #d6d6d65e;
22
+ $vsco-dark-yellow: #ffb600;
23
+
24
+ @mixin border-radius($radius) {
25
+ -webkit-border-radius: $radius;
26
+   -moz-border-radius: $radius;
27
+   -ms-border-radius: $radius;
28
+   border-radius: $radius;
29
+ }
30
+
31
+ @mixin box-shadow($in) {
32
+ box-shadow: $in;
33
+ -moz-box-shadow: $in;
34
+ -o-box-shadow: $in;
35
+ -webkit-box-shadow: $in;
36
+ }
37
+
38
+ @mixin box-shadow2($in, $in2) {
39
+ box-shadow: $in, $in2;
40
+ -moz-box-shadow: $in, $in2;
41
+ -o-box-shadow: $in, $in2;
42
+ -webkit-box-shadow: $in, $in2;
43
+ }
44
+
45
+ @mixin transition($transition) {
46
+ -moz-transition: $transition;
47
+ -o-transition: $transition;
48
+ -webkit-transition: $transition;
49
+ transition: $transition;
50
+ }
51
+
52
+ @mixin keyframes($animationName){
53
+ @-webkit-keyframes #{$animationName} {
54
+ @content;
55
+ }
56
+ @-moz-keyframes #{$animationName} {
57
+ @content;
58
+ }
59
+ @-o-keyframes #{$animationName} {
60
+ @content;
61
+ }
62
+ @keyframes #{$animationName} {
63
+ @content;
64
+ }
65
+ }
66
+
67
+ @mixin animation($animation){
68
+ animation: $animation;
69
+ -moz-animation: $animation;
70
+ -webkit-animation: $animation;
71
+ }
72
+
73
+ /**
74
+ $ENSEIGNANT-APPEL
75
+ **/
76
+ @mixin appel__evenement-icon($font-size, $rotate, $color) {
77
+ font-size: $font-size;
78
+ color: $color;
79
+ -webkit-transform: rotate($rotate);
80
+ -moz-transform: rotate($rotate);
81
+ -ms-transform: rotate($rotate);
82
+ -o-transform: rotate($rotate);
83
+ }
84
+
85
+ @mixin appel__historiques-creneau($in) {
86
+ height : $in;
87
+ display: inline-block;
88
+ }
@@ -0,0 +1,97 @@
1
+ /* View from time slots '/viescolaire/public/templates/viescolaire/param_time_slots.html' */
2
+
3
+ .times-slot {
4
+ &-class {
5
+ &-add-section {
6
+ select {
7
+ margin: 5px 10px;
8
+ }
9
+ }
10
+
11
+ &-list {
12
+ &-element {
13
+ &-name {
14
+ p {
15
+ text-align: start;
16
+ }
17
+ }
18
+
19
+ multi-combo {
20
+ min-height: 1.5em;
21
+ height: unset;
22
+
23
+ > button.multi-combo-root-button {
24
+ margin: 0;
25
+ }
26
+
27
+ > div.multi-combo-root-panel {
28
+ > div.multi-combo-panel-opts {
29
+ > button {
30
+ display: none;
31
+ }
32
+ }
33
+ }
34
+ button {
35
+ height: auto;
36
+ }
37
+ }
38
+
39
+ &-classes {
40
+ i.mdi-close {
41
+ font-size: 1.5em;
42
+ }
43
+
44
+ &-error {
45
+ color: $red;
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+
52
+ &-choiceSchedule {
53
+ display: flex;
54
+ align-items: center;
55
+ }
56
+
57
+ &-schedule {
58
+ width: 80%;
59
+ display: flex;
60
+ flex-direction: column;
61
+ padding: 16px 0 32px 0;
62
+
63
+ &-title {
64
+ display: flex;
65
+ text-align: center;
66
+ position: relative;
67
+ align-items: center;
68
+ background-color: $white;
69
+ color: $black;
70
+ box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.3);
71
+ height: 30px;
72
+ border: 1px solid $vsco-grey-clear;
73
+
74
+ span {
75
+ flex: 1;
76
+ }
77
+ }
78
+
79
+ &-list {
80
+ display: flex;
81
+ text-align: center;
82
+ align-items: center;
83
+ margin: 0;
84
+ padding: 0;
85
+ height: 30px;
86
+ border-bottom: 1px solid $vsco-grey-invisible;
87
+
88
+ &:nth-child(even) {
89
+ background-color: $white;
90
+ }
91
+
92
+ span {
93
+ flex: 1
94
+ }
95
+ }
96
+ }
97
+ }
@@ -0,0 +1,102 @@
1
+ .toasts {
2
+ position: fixed;
3
+ top: 74px;
4
+ right: 25px;
5
+ width: 350px;
6
+ z-index: 1000;
7
+ box-sizing: border-box;
8
+
9
+ .toast-content {
10
+ //@include material-card();
11
+ margin-bottom: 10px;
12
+ position: relative;
13
+ opacity: 0;
14
+ margin-top: 40px;
15
+ box-sizing: border-box;
16
+ font-size: 16px !important;
17
+ border-left: none !important;
18
+ height: 0 !important;
19
+ overflow: hidden;
20
+ transition: all 0.25s ease;
21
+
22
+ .content {
23
+ padding: 15px 10px;
24
+ line-height: 28px;
25
+
26
+ &:before {
27
+ @include fonticon();
28
+ margin-right: 10px;
29
+ }
30
+ }
31
+
32
+ &.show {
33
+ margin-top: 10px !important;
34
+ opacity: 1;
35
+ height: auto !important;
36
+ overflow: auto !important;
37
+ }
38
+
39
+ &.confirm {
40
+ color: darken($green, 35%);
41
+ background-color: lighten($green, 30%);
42
+
43
+ .content:before {
44
+ content: '\e871';
45
+ }
46
+
47
+ .timer {
48
+ background-color: darken($green, 15%);
49
+ }
50
+ }
51
+
52
+ &.info {
53
+ color: darken($cyan, 35%);
54
+ background-color: lighten($cyan, 30%);
55
+
56
+ .content:before {
57
+ content: '\e84b';
58
+ }
59
+
60
+ .timer {
61
+ background-color: darken($cyan, 15%);
62
+ }
63
+ }
64
+
65
+ &.warning {
66
+ color: darken($warning-color, 35%);
67
+ background-color: lighten($warning-color, 30%);
68
+
69
+ .content:before {
70
+ content: '\e903';
71
+ }
72
+
73
+ .timer {
74
+ background-color: darken($warning-color, 15%);
75
+ }
76
+ }
77
+
78
+ &.info, &.warning {
79
+ .content:before {
80
+ font-size: 20px !important;
81
+ }
82
+ }
83
+
84
+ .timer {
85
+ width: 100%;
86
+ position: absolute;
87
+ bottom: 0;
88
+ left: 0;
89
+ height: 4px;
90
+ border-bottom-left-radius: 2px;
91
+ border-bottom-right-radius: 2px;
92
+ transition-timing-function: linear;
93
+ transition-property: all;
94
+ transition-duration: 3s;
95
+
96
+ &.animation {
97
+ width: 0;
98
+ border-bottom-right-radius: 0;
99
+ }
100
+ }
101
+ }
102
+ }