ode-csslib 4.0.0-dev.202212011541 → 4.0.0-dev.202301031736

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 (155) hide show
  1. package/dist/index.css +11 -11
  2. package/dist/index.css.map +1 -1
  3. package/dist/version.txt +1 -1
  4. package/package.json +2 -2
  5. package/scss/_app.scss +17 -0
  6. package/scss/icons/_pictos.scss +37 -1
  7. package/scss/modules/_lists.scss +4 -0
  8. package/scss/modules/_modules.scss +1 -0
  9. package/scss/modules/_profil.scss +85 -0
  10. package/scss/specifics/_.scss +3 -0
  11. package/scss/specifics/calendar/_calendar.scss +17 -8
  12. package/scss/specifics/calendar/components/_edit-event.scss +4 -0
  13. package/scss/specifics/calendar/components/_icons.scss +12 -0
  14. package/scss/specifics/calendar/components/_index.scss +1 -1
  15. package/scss/specifics/calendar/components/calendar.scss +4 -0
  16. package/scss/specifics/calendar/components/sidebar.scss +19 -0
  17. package/scss/specifics/class-admin/components/_choose-class.scss +0 -5
  18. package/scss/specifics/competences/_competences.scss +13 -1
  19. package/scss/specifics/competences/components/_competences.scss +623 -597
  20. package/scss/specifics/competences/components/_materialize.scss +12 -0
  21. package/scss/specifics/competences/components/_slider.scss +2 -3
  22. package/scss/specifics/competences/sniplets/_services.scss +7 -4
  23. package/scss/specifics/competences/sniplets/_switch.scss +55 -0
  24. package/scss/specifics/crre/_crre.scss +1761 -0
  25. package/scss/specifics/crre/components/_dropdown-menu.scss +49 -0
  26. package/scss/specifics/crre/components/_index.scss +6 -0
  27. package/scss/specifics/crre/components/_loader.scss +55 -0
  28. package/scss/specifics/crre/components/_search-and-select.scss +129 -0
  29. package/scss/specifics/crre/components/_switch.scss +57 -0
  30. package/scss/specifics/crre/components/_tabs.scss +127 -0
  31. package/scss/specifics/crre/components/_toasts.scss +102 -0
  32. package/scss/specifics/crre/fragments/_index.scss +3 -0
  33. package/scss/specifics/crre/fragments/_responsive.scss +69 -0
  34. package/scss/specifics/crre/fragments/_status-circle.scss +108 -0
  35. package/scss/specifics/crre/fragments/_statusBar.scss +135 -0
  36. package/scss/specifics/exercizer/_exercizer.scss +0 -3
  37. package/scss/specifics/formulaire/_formulaire.scss +36 -99
  38. package/scss/specifics/formulaire/components/_dominos.scss +9 -2
  39. package/scss/specifics/formulaire/components/_edit-form.scss +98 -17
  40. package/scss/specifics/formulaire/components/_icon.scss +28 -23
  41. package/scss/specifics/formulaire/components/_index.scss +12 -9
  42. package/scss/specifics/formulaire/components/_new-element.scss +2 -2
  43. package/scss/specifics/formulaire/components/_prop-form.scss +96 -0
  44. package/scss/specifics/formulaire/components/_respond-question.scss +19 -0
  45. package/scss/specifics/formulaire/components/_result-form.scss +5 -1
  46. package/scss/specifics/formulaire/components/_sortable.scss +5 -0
  47. package/scss/specifics/formulaire/components/containers/_index.scss +1 -0
  48. package/scss/specifics/formulaire/components/containers/cursor/_index.scss +1 -0
  49. package/scss/specifics/formulaire/components/containers/cursor/_question-type-cursor.scss +202 -0
  50. package/scss/specifics/geogebra/_geogebra.scss +7 -1
  51. package/scss/specifics/geogebra/components/_toasts.scss +1 -17
  52. package/scss/specifics/incidents/components/incidents/_sniplets.scss +2 -2
  53. package/scss/specifics/lool-connector/_sniplet.scss +2 -2
  54. package/scss/specifics/magneto/_magneto.scss +41 -0
  55. package/scss/specifics/magneto/_mixins.scss +95 -0
  56. package/scss/specifics/magneto/components/_buttons.scss +12 -0
  57. package/scss/specifics/magneto/components/_icons.scss +187 -0
  58. package/scss/specifics/magneto/components/_index.scss +7 -0
  59. package/scss/specifics/magneto/components/_lightbox.scss +21 -0
  60. package/scss/specifics/magneto/components/_switch.scss +58 -0
  61. package/scss/specifics/magneto/components/_toasts.scss +103 -0
  62. package/scss/specifics/magneto/components/containers/_board-read.scss +43 -0
  63. package/scss/specifics/magneto/components/containers/_board.scss +106 -0
  64. package/scss/specifics/magneto/components/containers/_boards.scss +155 -0
  65. package/scss/specifics/magneto/components/containers/_index.scss +3 -0
  66. package/scss/specifics/magneto/components/directives/_board-date.scss +11 -0
  67. package/scss/specifics/magneto/components/directives/_board-list-folder.scss +31 -0
  68. package/scss/specifics/magneto/components/directives/_board-list-item.scss +72 -0
  69. package/scss/specifics/magneto/components/directives/_board-list.scss +14 -0
  70. package/scss/specifics/magneto/components/directives/_board-manage-lightbox.scss +33 -0
  71. package/scss/specifics/magneto/components/directives/_board-nav.scss +101 -0
  72. package/scss/specifics/magneto/components/directives/_boards-publish-lightbox.scss +5 -0
  73. package/scss/specifics/magneto/components/directives/_card-collection-lightbox.scss +48 -0
  74. package/scss/specifics/magneto/components/directives/_card-display.scss +26 -0
  75. package/scss/specifics/magneto/components/directives/_card-duplicate-move-lightbox.scss +20 -0
  76. package/scss/specifics/magneto/components/directives/_card-list-item-options.scss +49 -0
  77. package/scss/specifics/magneto/components/directives/_card-list-item.scss +169 -0
  78. package/scss/specifics/magneto/components/directives/_card-list.scss +16 -0
  79. package/scss/specifics/magneto/components/directives/_card-manage-lightbox.scss +73 -0
  80. package/scss/specifics/magneto/components/directives/_card-move-lightbox.scss +20 -0
  81. package/scss/specifics/magneto/components/directives/_card-navbar.scss +37 -0
  82. package/scss/specifics/magneto/components/directives/_card-preview-image.scss +25 -0
  83. package/scss/specifics/magneto/components/directives/_folder-tree-nav.scss +58 -0
  84. package/scss/specifics/magneto/components/directives/_index.scss +19 -0
  85. package/scss/specifics/magneto/components/directives/_search-bar.scss +25 -0
  86. package/scss/specifics/magneto/components/directives/_toaster.scss +8 -0
  87. package/scss/specifics/magneto/generics/_index.scss +1 -0
  88. package/scss/specifics/magneto/generics/_loader.scss +55 -0
  89. package/scss/specifics/minetest/components/_index.scss +2 -1
  90. package/scss/specifics/minetest/components/_mixins.scss +3 -1
  91. package/scss/specifics/minetest/components/_switch.scss +58 -0
  92. package/scss/specifics/minetest/components/containers/_index.scss +4 -2
  93. package/scss/specifics/minetest/components/containers/current-world/_current-world.scss +7 -0
  94. package/scss/specifics/minetest/components/containers/follow-world/_follow-world.scss +27 -0
  95. package/scss/specifics/minetest/components/containers/follow-world/_index.scss +1 -0
  96. package/scss/specifics/minetest/components/containers/home/_home.scss +8 -1
  97. package/scss/specifics/minetest/components/containers/invitation-world/_index.scss +1 -0
  98. package/scss/specifics/minetest/components/containers/invitation-world/_invitation-world.scss +62 -0
  99. package/scss/specifics/minetest/components/containers/loader/_index.scss +1 -0
  100. package/scss/specifics/minetest/components/containers/loader/_loader.scss +55 -0
  101. package/scss/specifics/minetest/components/containers/properties-world/_properties-world.scss +6 -0
  102. package/scss/specifics/minetest/components/containers/share-world/_index.scss +1 -0
  103. package/scss/specifics/minetest/components/containers/share-world/_share-world.scss +25 -0
  104. package/scss/specifics/minibadge/_minibadge.scss +38 -0
  105. package/scss/specifics/minibadge/_mixins.scss +84 -0
  106. package/scss/specifics/minibadge/components/_badge.scss +156 -0
  107. package/scss/specifics/minibadge/components/_card.scss +88 -0
  108. package/scss/specifics/minibadge/components/_chart.scss +15 -0
  109. package/scss/specifics/minibadge/components/_container.scss +37 -0
  110. package/scss/specifics/minibadge/components/_empty-statement.scss +7 -0
  111. package/scss/specifics/minibadge/components/_given-array.scss +78 -0
  112. package/scss/specifics/minibadge/components/_icon.scss +114 -0
  113. package/scss/specifics/minibadge/components/_index.scss +16 -0
  114. package/scss/specifics/minibadge/components/_list.scss +19 -0
  115. package/scss/specifics/minibadge/components/_navbar.scss +41 -0
  116. package/scss/specifics/minibadge/components/_paging.scss +15 -0
  117. package/scss/specifics/minibadge/components/_periode-picker.scss +43 -0
  118. package/scss/specifics/minibadge/components/_search-input.scss +41 -0
  119. package/scss/specifics/minibadge/components/_search-results.scss +6 -0
  120. package/scss/specifics/minibadge/components/_selected-list.scss +17 -0
  121. package/scss/specifics/minibadge/components/_type.scss +80 -0
  122. package/scss/specifics/minibadge/components/_user-list.scss +42 -0
  123. package/scss/specifics/minibadge/containers/_badge-assign.scss +103 -0
  124. package/scss/specifics/minibadge/containers/_badge-given.scss +14 -0
  125. package/scss/specifics/minibadge/containers/_container.scss +27 -0
  126. package/scss/specifics/minibadge/containers/_index.scss +4 -0
  127. package/scss/specifics/minibadge/containers/_statistics.scss +132 -0
  128. package/scss/specifics/minibadge/generics/_checkox.scss +31 -0
  129. package/scss/specifics/minibadge/generics/_index.scss +2 -0
  130. package/scss/specifics/minibadge/generics/_switch.scss +51 -0
  131. package/scss/specifics/nextcloud/components/_index.scss +2 -1
  132. package/scss/specifics/nextcloud/components/sniplets/_index.scss +1 -0
  133. package/scss/specifics/nextcloud/components/sniplets/_nextcloud-content.scss +24 -0
  134. package/scss/specifics/nextcloud/components/toasts.scss +102 -0
  135. package/scss/specifics/presences/components/containers/_register.scss +15 -18
  136. package/scss/specifics/presences/components/containers/registry/_table.scss +2 -2
  137. package/scss/specifics/presences/components/material/_radio.scss +12 -12
  138. package/scss/specifics/presences/generic/_flex.scss +4 -3
  139. package/scss/specifics/ressource-aggregator/_ressource-aggregator.scss +22 -0
  140. package/scss/specifics/ressource-aggregator/components/_dominos.scss +4 -0
  141. package/scss/specifics/ressource-aggregator/components/_lightbox.scss +18 -0
  142. package/scss/specifics/ressource-aggregator/components/_resource-card.scss +6 -0
  143. package/scss/specifics/ressource-aggregator/components/_search.scss +4 -0
  144. package/scss/specifics/vie-scolaire/components/_grouping-create.scss +12 -0
  145. package/scss/specifics/vie-scolaire/components/_grouping-item.scss +50 -0
  146. package/scss/specifics/vie-scolaire/components/_grouping-list.scss +50 -0
  147. package/scss/specifics/vie-scolaire/components/_index.scss +3 -1
  148. package/scss/specifics/vie-scolaire/specifics/_icons.scss +11 -0
  149. package/scss/specifics/vie-scolaire/specifics/_viescolaire.scss +9 -0
  150. package/scss/specifics/web-conference/_web-conference.scss +44 -10
  151. package/scss/specifics/zimbra-connector/_conversation.scss +44 -14
  152. package/scss/specifics/minetest/components/containers/create-world/_create-world.scss +0 -0
  153. package/scss/specifics/minetest/components/containers/create-world/_index.scss +0 -1
  154. package/scss/specifics/minetest/components/containers/toggle-menu/_index.scss +0 -1
  155. package/scss/specifics/minetest/components/containers/toggle-menu/_toggle-menu.scss +0 -0
@@ -0,0 +1,135 @@
1
+ .status-bar {
2
+ margin: 0;
3
+ padding: 30px 0;
4
+ text-align: center;
5
+
6
+ > li {
7
+ margin: 0;
8
+ padding: 0;
9
+ display: inline-block;
10
+ width: 35px;
11
+ height: 35px;
12
+ border-radius: 50%;
13
+ position: relative;
14
+ line-height: 35px;
15
+
16
+ &.large {
17
+ width: 40px !important;
18
+ height: 40px !important;
19
+ line-height: 40px !important;
20
+ }
21
+
22
+ &:first-child, &:nth-child(2) {
23
+ margin-right: 65px;
24
+
25
+ &::after {
26
+ content: " ";
27
+ display: block;
28
+ width: 45px;
29
+ height: 5px;
30
+ position: absolute;
31
+ right: -55px;
32
+ top: 15px;
33
+ }
34
+ }
35
+
36
+ i.validated-status {
37
+ position: absolute;
38
+ width: 35px;
39
+ height: 35px;
40
+ left: 0;
41
+ text-align: center;
42
+ line-height: 35px;
43
+ color: $white;
44
+ display: none;
45
+ }
46
+ }
47
+
48
+ &.WAITING {
49
+ > li {
50
+ background-color: $medium-grey;
51
+
52
+ &:first-child::after, &:nth-child(2)::after {
53
+ background-color: $light-grey;
54
+ }
55
+ }
56
+ }
57
+
58
+ &.VALID {
59
+ > li {
60
+ background-color: $medium-grey;
61
+
62
+ &:first-child {
63
+ background-color: $accent;
64
+ }
65
+
66
+ &:first-child::after, &:nth-child(2)::after {
67
+ background-color: $light-grey;
68
+ }
69
+ }
70
+ }
71
+
72
+ &.REJECTED {
73
+ > li {
74
+ background-color: $medium-grey;
75
+
76
+ &:first-child {
77
+ background-color: $warning-color;
78
+ }
79
+
80
+ &:first-child::after, &:nth-child(2)::after {
81
+ background-color: $light-grey;
82
+ }
83
+ }
84
+ }
85
+
86
+ &.SENT {
87
+ > li {
88
+ background-color: $medium-grey;
89
+
90
+ &:first-child {
91
+ background-color: $primary;
92
+
93
+ i.validated-status {
94
+ display: block;
95
+ }
96
+
97
+ &::after {
98
+ background-color: $primary;
99
+ }
100
+ }
101
+
102
+ &:nth-child(2) {
103
+ background-color: $accent;
104
+
105
+ &::after {
106
+ background-color: $light-grey;
107
+ }
108
+ }
109
+ }
110
+ }
111
+
112
+ &.DONE {
113
+ > li {
114
+ background-color: $primary;
115
+
116
+ i.validated-status {
117
+ display: block;
118
+ }
119
+
120
+ &:first-child::after, &:nth-child(2)::after {
121
+ background-color: $primary;
122
+ }
123
+ }
124
+ }
125
+ &.colored {
126
+ > li {
127
+ background-color: $primary-dark;
128
+ color: white;
129
+
130
+ &:first-child::after, &:nth-child(2)::after {
131
+ background-color: $light-grey;
132
+ }
133
+ }
134
+ }
135
+ }
@@ -1,5 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
2
-
3
1
  body.exercizer {
4
2
  -webkit-text-size-adjust: 100%;
5
3
  -ms-text-size-adjust: 100%;
@@ -92,7 +90,6 @@ body.exercizer {
92
90
 
93
91
  .lightbox > .content h2 {
94
92
  font-size: 1.125rem;
95
- color: $grey-black;
96
93
  }
97
94
 
98
95
  button {
@@ -12,17 +12,18 @@ $formulaire-grey-dark: #5b6472; // from body text color
12
12
  $formulaire-grey: #b1b6bf; // from disabled button
13
13
  $formulaire-grey-light: #c9ced5; // from medium-grey from moodle ?
14
14
  $formulaire-grey-very-light: #e9ebef; // from cancel button
15
+ $formulaire-grey-lighter: #f0f2f4; // from background linear-gradient
15
16
 
16
17
  $formulaire-red: #b50000;
17
18
  $formulaire-green: green;
18
19
 
19
20
  @font-face {
20
- font-family: 'material-icons';
21
- src: url('/formulaire/public/font/material-design/fonts/materialdesignicons-webfont.eot');
22
- src: url('/formulaire/public/font/material-design/fonts/materialdesignicons-webfont.eot') format('embedded-opentype'),
23
- url('/formulaire/public/font/material-design/fonts/materialdesignicons-webfont.woff2') format('woff2'),
24
- url('/formulaire/public/font/material-design/fonts/materialdesignicons-webfont.woff2') format('woff'),
25
- url('/formulaire/public/font/material-design/fonts/materialdesignicons-webfont.ttf') format('truetype');
21
+ font-family: 'formulaire-mdi';
22
+ src: url('/formulaire/public/mdi/materialdesignicons-webfont.eot');
23
+ src: url('/formulaire/public/mdi/materialdesignicons-webfont.eot') format('embedded-opentype'),
24
+ url('/formulaire/public/mdi/materialdesignicons-webfont.woff2') format('woff2'),
25
+ url('/formulaire/public/mdi/materialdesignicons-webfont.woff2') format('woff'),
26
+ url('/formulaire/public/mdi/materialdesignicons-webfont.ttf') format('truetype');
26
27
  font-weight: normal;
27
28
  font-style: normal;
28
29
  }
@@ -37,7 +38,7 @@ body.formulaire section.toggle-buttons {
37
38
  }
38
39
 
39
40
  body.formulaire section.main {
40
- @import "./components/index";
41
+ @import "components/index";
41
42
 
42
43
  .margin-vertical-1 {
43
44
  margin: 1% 0;
@@ -150,6 +151,20 @@ body.formulaire section.main {
150
151
  margin-top: 0;
151
152
  }
152
153
 
154
+ .flex-spaced {
155
+ display: flex;
156
+ justify-content: space-between;
157
+ align-items: baseline;
158
+ }
159
+
160
+ switch.switchoff span {
161
+ background: $formulaire-grey-light !important;
162
+
163
+ &:before {
164
+ background: $formulaire-grey !important;
165
+ }
166
+ }
167
+
153
168
 
154
169
  // Forms-list
155
170
 
@@ -162,6 +177,10 @@ body.formulaire section.main {
162
177
  .table {
163
178
  table-layout: fixed;
164
179
  margin: 10px;
180
+
181
+ thead label input[type=checkbox]:checked+span::before, thead label input[type=checkbox]+span::before{
182
+ border-color: $formulaire-white;
183
+ }
165
184
  }
166
185
 
167
186
  .toaster-right { float: right; }
@@ -289,100 +308,14 @@ body.formulaire section.main {
289
308
  }
290
309
  }
291
310
 
292
- // Prop-form
293
-
294
- .prop-form {
311
+ .public_link {
295
312
  display: flex;
296
- justify-content: center;
313
+ align-items: center;
297
314
 
298
- .item {
299
- width: 60%;
300
- @media screen and (max-width: $formulaire-screen-laptop) { width: 100%; }
301
-
302
- .domino {
303
- .picture {
304
- &:hover {
305
- cursor: pointer;
306
- }
307
-
308
- image-select {
309
- width: 100%;
310
- }
311
- }
312
-
313
- .data {
314
- padding: 10px 20px;
315
-
316
- &-text {
317
- .title {
318
- font-weight: bold;
319
- margin: 10px 0 5px 0;
320
- }
321
-
322
- .interval {
323
- font-size: 12px;
324
- @media screen and (max-width: $formulaire-screen-mobile) {
325
- margin-left: 5px;
326
- }
327
-
328
- .opening { margin-right: 10px; }
329
-
330
- input {
331
- text-align: center;
332
- @media screen and (max-width: $formulaire-screen-mobile) {
333
- font-size: 10px;
334
- }
335
- }
336
- }
337
-
338
- .multiple, .editable, .anonymous, .notified {
339
- height: 24px;
340
- }
341
-
342
- .multiple, .editable, .anonymous, .notified, .collectData {
343
- font-size: 12px;
344
- display: flex;
345
- align-items: baseline;
346
- margin-bottom: 1%;
347
-
348
- .text {
349
- display: flex;
350
- flex-direction: column;
351
- margin-left: 5px;
352
- }
353
- }
354
-
355
- .collectData {
356
- &-inputs{
357
- margin: 2% 2% 2% 25px;
358
-
359
- .goal input {
360
- margin: 0;
361
- font-size: 12px;
362
- }
363
- }
364
-
365
- &-description {
366
- border: solid 1px $formulaire-grey;
367
- padding: 2%;
368
- }
369
- }
370
- }
371
-
372
- &-bottom {
373
- display: flex;
374
- justify-content: flex-end;
375
- align-items: flex-end;
376
- @media screen and (max-width: $formulaire-screen-mobile) {
377
- margin-top: 5%;
378
- }
379
-
380
- &.date {
381
- justify-content: space-between;
382
- }
383
- }
384
- }
385
- }
315
+ .text {
316
+ font-size: 14px;
317
+ font-style: italic;
318
+ margin-right: 1%;
386
319
  }
387
320
  }
388
321
 
@@ -395,4 +328,8 @@ body.formulaire section.main {
395
328
  .notResponded {
396
329
  color: $formulaire-red;
397
330
  }
331
+ }
332
+
333
+ popover {
334
+ z-index: 2;
398
335
  }
@@ -29,13 +29,20 @@
29
29
  align-items: center;
30
30
  justify-content: center;
31
31
  background: $formulaire-white;
32
- &.empty { background: $formulaire-blue; }
32
+
33
+ &.empty {
34
+ background: $formulaire-blue;
35
+ }
36
+
37
+ img {
38
+ max-height: 135px;
39
+ }
33
40
  }
34
41
 
35
42
  .data {
36
43
  display: flex;
37
44
  flex-direction: column;
38
- height: 100%;
45
+ min-height: 135px;
39
46
 
40
47
  &-text {
41
48
  padding: 10px;
@@ -4,6 +4,25 @@
4
4
  @media screen and (max-width: $formulaire-screen-mobile) {
5
5
  padding: 8px 8px 8px;
6
6
  }
7
+
8
+ margin-top: 10px;
9
+ }
10
+
11
+ .header {
12
+ &-fixed {
13
+ position: sticky;
14
+ background: linear-gradient(to bottom right, $formulaire-grey-lighter, $formulaire-grey-very-light) fixed;
15
+ z-index: 3;
16
+ top: 64px;
17
+
18
+ @media screen and (max-width: $formulaire-screen-tablet) {
19
+ top: 49px;
20
+ }
21
+ }
22
+
23
+ &-title {
24
+ margin-top: 10px;
25
+ }
7
26
  }
8
27
 
9
28
  .edit-form {
@@ -11,12 +30,9 @@
11
30
  flex-direction: column;
12
31
  align-content: space-between;
13
32
 
14
- [sortable-element] {
15
- cursor: default;
16
-
17
- :not(.disabled) .grab {
18
- cursor: grab;
19
- }
33
+ .question-item .domino:not(.disabled) > .grab,
34
+ .section-top:not(.disabled) > .grab {
35
+ cursor: grab;
20
36
  }
21
37
 
22
38
  .elements {
@@ -27,6 +43,7 @@
27
43
 
28
44
  .question-item, .section-item {
29
45
  margin: auto;
46
+ cursor: default;
30
47
 
31
48
  .domino, .question-item .domino {
32
49
  display: flex;
@@ -76,6 +93,10 @@
76
93
  margin-top: 7px;
77
94
  }
78
95
 
96
+ .flex-spaced {
97
+ flex-wrap: wrap-reverse;
98
+ }
99
+
79
100
  .empty {
80
101
  font-weight: normal;
81
102
  font-style: italic;
@@ -86,6 +107,10 @@
86
107
  .question-type {
87
108
  font-size: 12px;
88
109
 
110
+ h4 {
111
+ font-size: 16px;
112
+ }
113
+
89
114
  .choice {
90
115
  display: flex;
91
116
  align-items: center;
@@ -94,6 +119,16 @@
94
119
  margin-left: 6%;
95
120
  }
96
121
 
122
+ .width95 {
123
+ @media screen and (min-width: $formulaire-screen-tablet) {
124
+ width: 95%;
125
+ }
126
+
127
+ &-always {
128
+ width: 95%;
129
+ }
130
+ }
131
+
97
132
  i.i-cancel {
98
133
  margin: auto 1%;
99
134
  }
@@ -110,6 +145,7 @@
110
145
  .question-bottom, .section-bottom {
111
146
  display: flex;
112
147
  justify-content: flex-end;
148
+ margin-top: 1%;
113
149
 
114
150
  .mandatory, .conditional {
115
151
  margin-right: 2%;
@@ -119,6 +155,11 @@
119
155
  }
120
156
  }
121
157
 
158
+ // This one is for DragAndDrop ghost preview
159
+ .childSection.sortable-ghost {
160
+ width: 75% !important;
161
+ }
162
+
122
163
  .section-item {
123
164
  margin: auto;
124
165
  align-items: center;
@@ -151,14 +192,13 @@
151
192
  margin-left: 5%;
152
193
  }
153
194
 
154
- .flex-spaced {
195
+ .icons-section{
196
+ margin-left: 2%;
155
197
  display: flex;
156
- justify-content: space-between;
157
- align-items: baseline;
158
198
  }
159
199
  }
160
200
 
161
- i::before, h4, input, input::placeholder {
201
+ i:not(.disabled)::before, h4, input, input::placeholder {
162
202
  color: white !important;
163
203
  }
164
204
  }
@@ -179,6 +219,16 @@
179
219
  display: flex;
180
220
  flex-direction: column;
181
221
  padding: 0 5%;
222
+ min-height: 50px;
223
+
224
+ // This one is for DragAndDrop ghost preview
225
+ .sortable-ghost {
226
+ width: 100% !important;
227
+
228
+ .question-item {
229
+ width: 100% !important;
230
+ }
231
+ }
182
232
  }
183
233
 
184
234
  .addQuestion {
@@ -207,8 +257,11 @@
207
257
  height: auto;
208
258
  padding: 0;
209
259
 
210
- .hidden {
211
- visibility: hidden;
260
+ // This one is for DragAndDrop ghost preview in pop-up
261
+ ul {
262
+ .sortable-ghost {
263
+ margin-left: 5%;
264
+ }
212
265
  }
213
266
 
214
267
  .row-shadow-effect {
@@ -221,6 +274,19 @@
221
274
  cursor: grab;
222
275
  margin: 1%;
223
276
  width: auto;
277
+
278
+ &.sectionChild {
279
+ margin-left: 5%;
280
+ }
281
+ }
282
+
283
+ .section-orga .row-shadow-effect {
284
+ background-color: $formulaire-blue;
285
+ color: white;
286
+
287
+ .top .dots i::before {
288
+ color: white !important;
289
+ }
224
290
  }
225
291
 
226
292
  .top {
@@ -250,11 +316,26 @@
250
316
  text-overflow: ellipsis;
251
317
  white-space: nowrap;
252
318
  }
253
-
254
- .container-arrow {
255
- display: flex;
256
- justify-content: space-around;
257
- }
258
319
  }
259
320
  }
321
+ }
322
+
323
+
324
+ .hidden {
325
+ visibility: hidden;
326
+ }
327
+
328
+ .container-arrow {
329
+ display: flex;
330
+ justify-content: space-around;
331
+ }
332
+
333
+ .preview-recap {
334
+ display: flex;
335
+ flex-direction: column;
336
+ align-items: center;
337
+ margin: 5%;
338
+ padding: 2% 3% 2% 3%;
339
+ background: $formulaire-white;
340
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
260
341
  }
@@ -89,128 +89,133 @@ i {
89
89
  }
90
90
 
91
91
  &.i-bell::before {
92
- font-family: 'material-icons';
92
+ font-family: 'formulaire-mdi';
93
93
  content: "\F09C";
94
94
  }
95
95
 
96
96
  &.i-cancel::before {
97
- font-family: 'material-icons';
97
+ font-family: 'formulaire-mdi';
98
98
  content: "\F156";
99
99
  }
100
100
 
101
101
  &.i-chevron-down::before {
102
- font-family: 'material-icons';
102
+ font-family: 'formulaire-mdi';
103
103
  content: "\F140";
104
104
  }
105
105
 
106
106
  &.i-chevron-left::before {
107
- font-family: 'material-icons';
107
+ font-family: 'formulaire-mdi';
108
108
  content: "\F141";
109
109
  }
110
110
 
111
111
  &.i-chevron-right::before {
112
- font-family: 'material-icons';
112
+ font-family: 'formulaire-mdi';
113
113
  content: "\F142";
114
114
  }
115
115
 
116
116
  &.i-chevron-up::before {
117
- font-family: 'material-icons';
117
+ font-family: 'formulaire-mdi';
118
118
  content: "\F143";
119
119
  }
120
120
 
121
121
  &.i-clock::before {
122
- font-family: 'material-icons';
122
+ font-family: 'formulaire-mdi';
123
123
  content: "\F150";
124
124
  color: $formulaire-grey-dark;
125
125
  }
126
126
 
127
127
  &.i-delete::before {
128
- font-family: 'material-icons';
128
+ font-family: 'formulaire-mdi';
129
129
  content: "\F1C0";
130
130
  }
131
131
 
132
132
  &.i-download::before {
133
- font-family: 'material-icons';
133
+ font-family: 'formulaire-mdi';
134
134
  content: "\F1DA";
135
135
  color: $formulaire-grey-dark;
136
136
  }
137
137
 
138
138
  &.i-drag::before {
139
- font-family: 'material-icons';
139
+ font-family: 'formulaire-mdi';
140
140
  content: "\F1D8";
141
141
  color: $formulaire-grey;
142
142
  }
143
143
 
144
144
  &.i-duplicate::before {
145
- font-family: 'material-icons';
145
+ font-family: 'formulaire-mdi';
146
146
  content: "\F18F";
147
147
  }
148
148
 
149
149
  &.i-validate::before {
150
- font-family: 'material-icons';
150
+ font-family: 'formulaire-mdi';
151
151
  content: "\F12C";
152
152
  }
153
153
 
154
154
  &.i-plus-circle::before {
155
- font-family: 'material-icons';
155
+ font-family: 'formulaire-mdi';
156
156
  content: "\F417";
157
157
  }
158
158
 
159
159
  &.i-send::before {
160
- font-family: 'material-icons';
160
+ font-family: 'formulaire-mdi';
161
161
  content: "\F0108";
162
162
  color: $formulaire-grey-dark;
163
163
  }
164
164
 
165
165
  &.i-share::before {
166
- font-family: 'material-icons';
166
+ font-family: 'formulaire-mdi';
167
167
  content: "\F497";
168
168
  color: $formulaire-grey-dark;
169
169
  }
170
170
 
171
171
  &.i-view-cards::before {
172
- font-family: 'material-icons';
172
+ font-family: 'formulaire-mdi';
173
173
  content: "\FE4D";
174
174
  color: $formulaire-grey-light;
175
175
  }
176
176
 
177
177
  &.i-view-tab::before {
178
- font-family: 'material-icons';
178
+ font-family: 'formulaire-mdi';
179
179
  content: "\F572";
180
180
  color: $formulaire-grey-light;
181
181
  }
182
182
 
183
183
  &.i-undo::before {
184
- font-family: 'material-icons';
184
+ font-family: 'formulaire-mdi';
185
185
  content: "\F54C";
186
186
  }
187
187
 
188
188
  &.i-folder::before {
189
- font-family: 'material-icons';
189
+ font-family: 'formulaire-mdi';
190
190
  content: "\F24B";
191
191
  color: $formulaire-blue;
192
192
  }
193
193
 
194
194
  &.i-eye::before {
195
- font-family: 'material-icons';
195
+ font-family: 'formulaire-mdi';
196
196
  content: "\F208";
197
197
  color: $formulaire-blue;
198
198
  }
199
199
 
200
200
  &.i-eye:hover::before {
201
- font-family: 'material-icons';
201
+ font-family: 'formulaire-mdi';
202
202
  content: "\F208";
203
203
  color: $formulaire-orange;
204
204
  }
205
205
 
206
206
  &.i-info::before {
207
- font-family: 'material-icons';
207
+ font-family: 'formulaire-mdi';
208
208
  content: "\F2FD";
209
209
  color: $formulaire-blue;
210
210
  }
211
211
 
212
212
  &.i-edit::before {
213
- font-family: 'material-icons';
213
+ font-family: 'formulaire-mdi';
214
214
  content: "\F3EB";
215
215
  }
216
+
217
+ &.i-reload::before {
218
+ font-family: 'formulaire-mdi';
219
+ content: "\F453";
220
+ }
216
221
  }