ode-csslib 4.0.0 → 4.0.1

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 (139) hide show
  1. package/assets/fonts/generic-icons/generic-icons.svg +2 -0
  2. package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
  3. package/assets/fonts/generic-icons/generic-icons.woff +0 -0
  4. package/dist/fonts/generic-icons/generic-icons.svg +2 -0
  5. package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
  6. package/dist/fonts/generic-icons/generic-icons.woff +0 -0
  7. package/dist/index.css +1 -1
  8. package/dist/index.css.map +1 -1
  9. package/dist/version.txt +1 -1
  10. package/package.json +1 -1
  11. package/scss/specifics/_.scss +4 -0
  12. package/scss/specifics/incidents/_incidents.scss +30 -0
  13. package/scss/specifics/incidents/components/_arrow-triangle.scss +19 -0
  14. package/scss/specifics/incidents/components/_index.scss +6 -0
  15. package/scss/specifics/incidents/components/_mixins.scss +56 -0
  16. package/scss/specifics/incidents/components/_seriousness.scss +116 -0
  17. package/scss/specifics/incidents/components/incidents/_content.scss +97 -0
  18. package/scss/specifics/incidents/components/incidents/_filters.scss +12 -0
  19. package/scss/specifics/incidents/components/incidents/_index.scss +4 -0
  20. package/scss/specifics/incidents/components/incidents/_lightbox.scss +179 -0
  21. package/scss/specifics/incidents/components/incidents/_sniplets.scss +30 -0
  22. package/scss/specifics/incidents/components/punishments/_board.scss +23 -0
  23. package/scss/specifics/incidents/components/punishments/_index.scss +4 -0
  24. package/scss/specifics/incidents/components/punishments/_punishment-form.scss +87 -0
  25. package/scss/specifics/incidents/components/punishments/_type.scss +14 -0
  26. package/scss/specifics/incidents/components/punishments/form/_index.scss +3 -0
  27. package/scss/specifics/incidents/components/punishments/form/_punishment-detention-form.scss +38 -0
  28. package/scss/specifics/incidents/components/punishments/form/_punishment-duty-form.scss +14 -0
  29. package/scss/specifics/incidents/components/punishments/form/_punishment-exclude-form.scss +55 -0
  30. package/scss/specifics/incidents/memento/_incidents.scss +77 -0
  31. package/scss/specifics/massmailing/_massmailing.scss +105 -0
  32. package/scss/specifics/massmailing/_variables.scss +34 -0
  33. package/scss/specifics/massmailing/components/_anomalies.scss +6 -0
  34. package/scss/specifics/massmailing/components/_card.scss +106 -0
  35. package/scss/specifics/massmailing/components/_index.scss +6 -0
  36. package/scss/specifics/massmailing/components/_prefetch.scss +65 -0
  37. package/scss/specifics/massmailing/components/_status.scss +48 -0
  38. package/scss/specifics/massmailing/components/history/_header.scss +11 -0
  39. package/scss/specifics/massmailing/components/history/_history-lightbox.scss +15 -0
  40. package/scss/specifics/massmailing/components/history/_history-list.scss +66 -0
  41. package/scss/specifics/massmailing/components/history/_index.scss +3 -0
  42. package/scss/specifics/massmailing/components/sniplets/_index.scss +1 -0
  43. package/scss/specifics/massmailing/components/sniplets/_massmailing-manage.scss +61 -0
  44. package/scss/specifics/presences/_presences.scss +399 -0
  45. package/scss/specifics/presences/components/_app-title.scss +20 -0
  46. package/scss/specifics/presences/components/_arrow-triangle.scss +19 -0
  47. package/scss/specifics/presences/components/_buttons.scss +14 -0
  48. package/scss/specifics/presences/components/_card-slider.scss +149 -0
  49. package/scss/specifics/presences/components/_chips.scss +13 -0
  50. package/scss/specifics/presences/components/_editor.scss +7 -0
  51. package/scss/specifics/presences/components/_empty-content.scss +41 -0
  52. package/scss/specifics/presences/components/_events-card.scss +192 -0
  53. package/scss/specifics/presences/components/_events-legend.scss +105 -0
  54. package/scss/specifics/presences/components/_events-table.scss +98 -0
  55. package/scss/specifics/presences/components/_icons.scss +326 -0
  56. package/scss/specifics/presences/components/_index.scss +25 -0
  57. package/scss/specifics/presences/components/_lightbox.scss +26 -0
  58. package/scss/specifics/presences/components/_loader.scss +55 -0
  59. package/scss/specifics/presences/components/_navbar.scss +161 -0
  60. package/scss/specifics/presences/components/_panel.scss +143 -0
  61. package/scss/specifics/presences/components/_picker.scss +83 -0
  62. package/scss/specifics/presences/components/_side-widget.scss +86 -0
  63. package/scss/specifics/presences/components/_statements-absence-form.scss +162 -0
  64. package/scss/specifics/presences/components/_table.scss +74 -0
  65. package/scss/specifics/presences/components/_user-card.scss +106 -0
  66. package/scss/specifics/presences/components/containers/_calendar.scss +612 -0
  67. package/scss/specifics/presences/components/containers/_exemptions.scss +80 -0
  68. package/scss/specifics/presences/components/containers/_index.scss +8 -0
  69. package/scss/specifics/presences/components/containers/_register.scss +349 -0
  70. package/scss/specifics/presences/components/containers/collective-absences/_content.scss +12 -0
  71. package/scss/specifics/presences/components/containers/collective-absences/_index.scss +1 -0
  72. package/scss/specifics/presences/components/containers/dashboard/_dashboard-student.scss +32 -0
  73. package/scss/specifics/presences/components/containers/dashboard/_dashboard.scss +134 -0
  74. package/scss/specifics/presences/components/containers/dashboard/_index.scss +2 -0
  75. package/scss/specifics/presences/components/containers/events/_action-lightbox.scss +67 -0
  76. package/scss/specifics/presences/components/containers/events/_bar-history.scss +94 -0
  77. package/scss/specifics/presences/components/containers/events/_content.scss +26 -0
  78. package/scss/specifics/presences/components/containers/events/_event-form-sniplet-lightbox.scss +110 -0
  79. package/scss/specifics/presences/components/containers/events/_filter-lightbox.scss +8 -0
  80. package/scss/specifics/presences/components/containers/events/_index.scss +7 -0
  81. package/scss/specifics/presences/components/containers/events/_planned-absences.scss +29 -0
  82. package/scss/specifics/presences/components/containers/events/_table.scss +234 -0
  83. package/scss/specifics/presences/components/containers/registry/_event-card.scss +63 -0
  84. package/scss/specifics/presences/components/containers/registry/_header.scss +33 -0
  85. package/scss/specifics/presences/components/containers/registry/_index.scss +3 -0
  86. package/scss/specifics/presences/components/containers/registry/_table.scss +160 -0
  87. package/scss/specifics/presences/components/containers/statement-absence/_content.scss +56 -0
  88. package/scss/specifics/presences/components/containers/statement-absence/_index.scss +1 -0
  89. package/scss/specifics/presences/components/material/_index.scss +1 -0
  90. package/scss/specifics/presences/components/material/_radio.scss +59 -0
  91. package/scss/specifics/presences/components/sniplets/_collective-absence-form.scss +195 -0
  92. package/scss/specifics/presences/components/sniplets/_forgotten-notebook-form.scss +65 -0
  93. package/scss/specifics/presences/components/sniplets/_index.scss +10 -0
  94. package/scss/specifics/presences/components/sniplets/_presence-form.scss +167 -0
  95. package/scss/specifics/presences/components/sniplets/_presences-manage-absence.scss +291 -0
  96. package/scss/specifics/presences/components/sniplets/_presences-manage-action.scss +7 -0
  97. package/scss/specifics/presences/components/sniplets/_presences-manage-alert.scss +45 -0
  98. package/scss/specifics/presences/components/sniplets/_presences-manage-multiple-slots.scss +22 -0
  99. package/scss/specifics/presences/components/sniplets/_presences-manage-punishment.scss +17 -0
  100. package/scss/specifics/presences/components/sniplets/_presences-manage.scss +30 -0
  101. package/scss/specifics/presences/components/sniplets/_presences-statistics-manage.scss +11 -0
  102. package/scss/specifics/presences/components/widgets/_absences.scss +68 -0
  103. package/scss/specifics/presences/components/widgets/_alerts.scss +133 -0
  104. package/scss/specifics/presences/components/widgets/_forgotten_register.scss +60 -0
  105. package/scss/specifics/presences/components/widgets/_index.scss +7 -0
  106. package/scss/specifics/presences/components/widgets/_presences.scss +24 -0
  107. package/scss/specifics/presences/components/widgets/_register.scss +89 -0
  108. package/scss/specifics/presences/components/widgets/_remarks.scss +23 -0
  109. package/scss/specifics/presences/components/widgets/_statements.scss +81 -0
  110. package/scss/specifics/presences/generic/_async-autocomplete.scss +60 -0
  111. package/scss/specifics/presences/generic/_ellipsis.scss +23 -0
  112. package/scss/specifics/presences/generic/_flex.scss +92 -0
  113. package/scss/specifics/presences/generic/_index.scss +7 -0
  114. package/scss/specifics/presences/generic/_select-timeslots.scss +29 -0
  115. package/scss/specifics/presences/generic/_switch.scss +58 -0
  116. package/scss/specifics/presences/generic/_toasts.scss +102 -0
  117. package/scss/specifics/presences/generic/_tooltip.scss +36 -0
  118. package/scss/specifics/presences/memento/_absences.scss +83 -0
  119. package/scss/specifics/presences/memento/_index.scss +1 -0
  120. package/scss/specifics/presences-common/common.scss +16 -0
  121. package/scss/specifics/presences-common/components/_export-form.scss +5 -0
  122. package/scss/specifics/presences-common/components/_menu.scss +36 -0
  123. package/scss/specifics/presences-common/components/_pagination.scss +66 -0
  124. package/scss/specifics/presences-common/components/_presences-nav-bar.scss +33 -0
  125. package/scss/specifics/presences-common/components/_select-children.scss +7 -0
  126. package/scss/specifics/presences-common/components/_select.scss +3 -0
  127. package/scss/specifics/presences-common/components/index.scss +6 -0
  128. package/scss/specifics/statistics-presences/_statistics-presences.scss +18 -0
  129. package/scss/specifics/statistics-presences/components/_chart-statistics.scss +103 -0
  130. package/scss/specifics/statistics-presences/components/_display-statistics-mode.scss +19 -0
  131. package/scss/specifics/statistics-presences/components/_export-csv-lightbox.scss +19 -0
  132. package/scss/specifics/statistics-presences/components/_filters.scss +57 -0
  133. package/scss/specifics/statistics-presences/components/_index.scss +7 -0
  134. package/scss/specifics/statistics-presences/components/_monthly-table.scss +72 -0
  135. package/scss/specifics/statistics-presences/components/_tooltip.scss +36 -0
  136. package/scss/specifics/statistics-presences/components/containers/_calendar.scss +66 -0
  137. package/scss/specifics/statistics-presences/components/containers/_index.scss +1 -0
  138. package/scss/specifics/statistics-presences/indicators/_global.scss +63 -0
  139. package/scss/specifics/statistics-presences/indicators/_index.scss +1 -0
@@ -0,0 +1,612 @@
1
+ $calendar-item-color: rgba(247, 246, 246, 1);
2
+ $calendar-item-pink-colored: #CC6F6A;
3
+ $calendar-item-red-colored: #B7120B;
4
+ $calendar-item-color-opacity: rgba(247, 247, 246, 0.34);
5
+ $calendar-exemption-color: #c0c0c0;
6
+ $calendar-item-border-color: rgba(96, 96, 96, 0.15);
7
+ $calendar-item-border-radius: 5px;
8
+ $calendar-user-card-height: 56px;
9
+
10
+ .calendar {
11
+ sniplet {
12
+ .incident-lightbox-footer-protagonist {
13
+ box-shadow: none !important;
14
+ }
15
+ }
16
+
17
+ > h1 {
18
+ margin-bottom: 10px;
19
+ }
20
+
21
+ .search-toolbar {
22
+ margin-bottom: 7px;
23
+
24
+ .cell.eight {
25
+ height: 55px;
26
+ line-height: 55px;
27
+ display: flex;
28
+ align-items: center;
29
+ flex-direction: row;
30
+ justify-content: flex-end;
31
+
32
+ .right-magnet {
33
+ > button, sniplet > div > button {
34
+ float: unset !important;
35
+ display: inline-block;
36
+ }
37
+
38
+ sniplet > div {
39
+ display: inline-block;
40
+ }
41
+ }
42
+ }
43
+
44
+ .search-input {
45
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
46
+ }
47
+ }
48
+
49
+
50
+ .calendar-container {
51
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
52
+ background-color: $white;
53
+ position: relative;
54
+ user-select: none;
55
+
56
+ loader {
57
+ position: absolute;
58
+ top: 0px;
59
+ height: 100%;
60
+ width: 100%;
61
+ z-index: 1000;
62
+ background-color: $white;
63
+ }
64
+ }
65
+
66
+ calendar {
67
+ .calendarFiltersButtons .displayModeButtons {
68
+ display: none;
69
+ }
70
+
71
+ .calendar-current-week {
72
+ background: $white !important;
73
+ padding-right: 0;
74
+
75
+ span[ng-if="display.mode === 'week'"] {
76
+ color: $white;
77
+ background: $presences-main;
78
+ height: 100%;
79
+ display: inline-block;
80
+ padding: 0 10px;
81
+ }
82
+ }
83
+
84
+ .schedule {
85
+
86
+ .forgotten-notebook-legends {
87
+ background-color: $presences-water-green;
88
+
89
+ &::before {
90
+ font-family: 'material-icons';
91
+ content: '\F0C6';
92
+ position: absolute;
93
+ font-size: 24px;
94
+ right: 0;
95
+ width: 60px;
96
+ top: 0;
97
+ bottom: 0;
98
+ display: flex;
99
+ text-align: center;
100
+ align-items: center;
101
+ justify-content: center;
102
+ }
103
+ }
104
+
105
+ legend.timeslots {
106
+ background: $white !important;
107
+ color: $black !important;
108
+ }
109
+
110
+ .next-timeslots, .previous-timeslots {
111
+ margin-bottom: 0;
112
+ z-index: 500 !important;
113
+
114
+ &::before {
115
+ @include fonticon();
116
+ content: "\e841";
117
+ background: transparent;
118
+ position: absolute;
119
+ top: 0;
120
+ line-height: 17px;
121
+ left: unset;
122
+ }
123
+
124
+ &:disabled {
125
+ background: #e6e6e6;
126
+
127
+ &:hover {
128
+ background: #e6e6e6;
129
+ }
130
+
131
+ &::before {
132
+ content: " ";
133
+ }
134
+ }
135
+ }
136
+
137
+ .previous-timeslots {
138
+ transform: rotate(180deg);
139
+ }
140
+
141
+ .days {
142
+ height: auto;
143
+
144
+ .day {
145
+ legend {
146
+ background: $white !important;
147
+ color: $black !important;
148
+ }
149
+
150
+ .timeslots {
151
+ display: flex;
152
+ flex-direction: column;
153
+ justify-content: space-between;
154
+
155
+ .timeslot {
156
+ background: $white !important;
157
+ display: flex;
158
+ flex-direction: column;
159
+ justify-content: space-around;
160
+
161
+ &.action-drag-absence {
162
+ background: $presences-red !important;
163
+ z-index: 999;
164
+ opacity: 60%;
165
+ }
166
+ }
167
+ }
168
+ }
169
+ }
170
+
171
+ .timeslot {
172
+ height: 47px;
173
+ line-height: 47px;
174
+ }
175
+
176
+ .schedule-item {
177
+ overflow: visible;
178
+
179
+ div[ng-include="templateContainer"], div[ng-include="templateContainer"] .course-item {
180
+ height: 100%;
181
+ box-sizing: border-box;
182
+ }
183
+
184
+ &.schedule-globalAbsence, &.schedule-globalAbsenceReason {
185
+ width: 99% !important;
186
+ left: 0 !important;
187
+ z-index: 1 !important;
188
+ }
189
+
190
+ &.schedule-course {
191
+ width: 99% !important;
192
+ left: 0 !important;
193
+ z-index: 2 !important;
194
+ }
195
+
196
+ .absence, .exemption, .absenceReason, .globalAbsence, .globalAbsenceReason {
197
+ position: absolute;
198
+ height: 100%;
199
+ width: 100%;
200
+ z-index: -1;
201
+ border-radius: 5px;
202
+ }
203
+
204
+ .absence, .globalAbsence {
205
+ background-color: $presences-red;
206
+ }
207
+
208
+ .absenceReason, .globalAbsenceReason {
209
+ background-color: $presences-pink;
210
+ }
211
+
212
+ .exemption {
213
+ background-color: $calendar-exemption-color;
214
+ display: flex;
215
+ justify-content: flex-end;
216
+ align-items: center;
217
+
218
+ &.absent {
219
+ background-color: $presences-red !important;
220
+ }
221
+
222
+ &.absent-not-regularized {
223
+ background-color: $presences-pink !important;
224
+ }
225
+
226
+ &.absent-regularized {
227
+ background-color: $presences-green !important;
228
+ }
229
+
230
+ &.contains-followed-absence {
231
+ background-color: $presences-black !important;
232
+ }
233
+ }
234
+
235
+ .course-item-container {
236
+ display: flex;
237
+ flex-direction: row;
238
+ width: 100%;
239
+ height: 100%;
240
+
241
+ &-event {
242
+ position: absolute;
243
+ top: 0;
244
+ left: 0;
245
+ width: 100%;
246
+ height: 100%;
247
+ z-index: -1;
248
+ }
249
+ }
250
+
251
+ .right-side {
252
+ width: 30%;
253
+ display: flex;
254
+ align-items: center;
255
+ justify-content: center;
256
+
257
+ .exemption-label {
258
+ text-align: center;
259
+ font-size: 24px;
260
+ font-weight: bold;
261
+ color: $white;
262
+ width: 100%;
263
+ height: 100%;
264
+ display: flex;
265
+ align-items: center;
266
+ justify-content: center;
267
+ }
268
+ }
269
+
270
+ .course-item {
271
+ font-size: 11px;
272
+ display: flex;
273
+ width: 70%;
274
+ background-color: $calendar-item-color;
275
+ border: solid 1px $calendar-item-border-color;
276
+ border-radius: $calendar-item-border-radius;
277
+ flex-direction: column;
278
+ justify-content: space-between;
279
+
280
+ .data {
281
+ .subject {
282
+ max-width: 80%;
283
+ }
284
+ }
285
+
286
+ &.isAbsent {
287
+ background-color: $calendar-item-red-colored;
288
+ color: $presences-white;
289
+ }
290
+
291
+ &.isJustifiedAbsent {
292
+ background-color: $calendar-item-pink-colored;
293
+ color: $presences-white;
294
+ }
295
+
296
+ .data > em.metadata {
297
+ margin-right: 4px;
298
+ }
299
+
300
+ &.contains-absence, &.contains-absenceReason {
301
+ background-color: rgba(0, 0, 0, 0.2) !important;
302
+ color: $white !important;
303
+ }
304
+
305
+ &.contains-followed-absence {
306
+ background-color: $presences-black !important;
307
+ color: $white !important;
308
+ }
309
+
310
+ &.contains-globalAbsence {
311
+ background-color: $presences-red;
312
+ border: none;
313
+ }
314
+
315
+ &.contains-globalAbsenceReason {
316
+ background-color: $presences-pink;
317
+ border: none;
318
+ }
319
+
320
+ &.contains-events {
321
+ background-color: $calendar-item-color-opacity;
322
+ }
323
+
324
+ .subject {
325
+ text-indent: 3px;
326
+ }
327
+
328
+ .events {
329
+ display: flex;
330
+ flex-direction: row;
331
+ justify-content: flex-end;
332
+ align-items: center;
333
+ align-self: flex-end;
334
+ padding: 0 0 2px 0;
335
+ width: 100%;
336
+
337
+ i.incident {
338
+ margin-right: 3px;
339
+
340
+ &:before {
341
+ font-size: 20px;
342
+ color: $presences-pink;
343
+ }
344
+ }
345
+
346
+ i.punishment-calendar {
347
+ margin-right: 3px;
348
+
349
+ &:before {
350
+ font-size: 20px;
351
+ color: $presences-main;
352
+ }
353
+ }
354
+
355
+ > div {
356
+ &:hover .tooltip-top {
357
+ @include tooltipVisible();
358
+ }
359
+
360
+ .tooltip-top {
361
+ @include tooltipTemplate();
362
+ max-width: 115px;
363
+ padding: 5px !important;
364
+ width: 100px;
365
+ bottom: 30px;
366
+ margin-left: -33px;
367
+ line-height: 16px;
368
+ @-moz-document url-prefix() {
369
+ margin-left: -12px;
370
+ }
371
+
372
+ &:after {
373
+ @include tooltipBottomArrow();
374
+ top: 100%;
375
+ left: 15%;
376
+ }
377
+ }
378
+
379
+ &.event {
380
+ width: 20%;
381
+ height: 12px;
382
+ border-radius: 6px;
383
+ margin-right: 3px;
384
+
385
+ .tooltip-top {
386
+ min-width: 90px;
387
+ max-width: 450px;
388
+ width: fit-content;
389
+ bottom: 21px;
390
+ margin-left: -4px;
391
+ }
392
+
393
+ &.event-type {
394
+ &-1 {
395
+ display: none;
396
+ }
397
+
398
+ &-2 {
399
+ background-color: $presences-purple;
400
+ }
401
+
402
+ &-3 {
403
+ background-color: $presences-light-purple;
404
+ }
405
+
406
+ &-4 {
407
+ background-color: $presences-remark;
408
+ }
409
+ }
410
+ }
411
+ }
412
+ }
413
+ }
414
+ }
415
+ }
416
+ }
417
+
418
+ .calendar-user-card {
419
+ position: fixed;
420
+ top: $portal-header-height;
421
+ right: 0;
422
+ z-index: 1001;
423
+
424
+ &-container {
425
+ display: flex;
426
+ }
427
+
428
+ .user-cards {
429
+ position: relative;
430
+ right: unset;
431
+ top: unset;
432
+ z-index: unset;
433
+
434
+ .user-card {
435
+ height: $calendar-user-card-height;
436
+ box-sizing: border-box;
437
+
438
+ .avatar {
439
+ width: 46px;
440
+ height: 46px;
441
+ }
442
+ }
443
+
444
+ + .user-cards-student-list {
445
+ background-color: $white;
446
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
447
+ top: $calendar-user-card-height;
448
+ transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
449
+
450
+ .user-cards-student-list-show-button {
451
+ height: 56px;
452
+ display: flex;
453
+ flex-direction: column;
454
+ align-items: center;
455
+ justify-content: center;
456
+ text-align: right;
457
+ padding: 0 10px;
458
+ box-sizing: border-box;
459
+ font-size: 14px;
460
+
461
+ &::after {
462
+ @include fonticon();
463
+ content: "\e87b";
464
+ margin-left: 5px;
465
+ font-size: 16px;
466
+ transform: rotate(-90deg);
467
+ }
468
+ }
469
+
470
+ + .list {
471
+ overflow-y: hidden;
472
+ height: 0;
473
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
474
+ position: absolute;
475
+ top: 56px;
476
+ right: 0;
477
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
478
+
479
+ .student {
480
+ height: 50px;
481
+ line-height: 50px;
482
+ padding: 0 5px;
483
+ border-top: solid 2px rgba(170, 170, 170, 0.3);
484
+ background-color: $white;
485
+ white-space: nowrap;
486
+ overflow: hidden;
487
+ text-overflow: ellipsis;
488
+ border-bottom: solid 2px $white;
489
+ transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
490
+
491
+ &:hover {
492
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
493
+ background-color: $presences-main !important;
494
+ color: $white;
495
+ border-color: $presences-main !important;
496
+ transform: scale(1.0);
497
+ }
498
+
499
+ > .avatar {
500
+ width: 40px;
501
+ height: 40px;
502
+ display: inline-block;
503
+ background-size: 100%;
504
+ border-radius: 20px;
505
+ margin-top: 5px;
506
+ background-repeat: no-repeat;
507
+ }
508
+
509
+ > div {
510
+ display: inline-block;
511
+ }
512
+ }
513
+ }
514
+ }
515
+ }
516
+
517
+ &.open {
518
+ height: calc(100% - #{$portal-header-height});
519
+
520
+ .user-cards-student-list {
521
+ height: calc(100% - #{$calendar-user-card-height}) !important;
522
+
523
+ + .list {
524
+ overflow-y: scroll;
525
+ height: calc(100% - #{$calendar-user-card-height}) !important;
526
+ }
527
+ }
528
+
529
+ .user-cards-student-list-show-button::after {
530
+ transform: rotate(90deg) !important;
531
+ display: inline-block;
532
+ }
533
+ }
534
+ }
535
+
536
+ #exemption-hover, #presences-hover, #event-absence-hover {
537
+ width: 180px;
538
+ position: fixed;
539
+ display: none;
540
+ justify-content: center;
541
+ align-items: center;
542
+ background: $white;
543
+ border-radius: 5px;
544
+ padding: 10px;
545
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
546
+ z-index: 800;
547
+ height: 90px;
548
+ box-sizing: border-box;
549
+
550
+ &:after {
551
+ content: ' ';
552
+ width: 0;
553
+ height: 0;
554
+ border-left: 10px solid transparent;
555
+ border-right: 10px solid transparent;
556
+ border-top: 10px solid $white;
557
+ position: absolute;
558
+ top: 100%;
559
+ left: calc(50% - 10px);
560
+ }
561
+ }
562
+
563
+ #exemption-hover {
564
+ z-index: 999;
565
+ }
566
+
567
+ #presences-hover {
568
+ z-index: 999;
569
+ }
570
+
571
+ #event-absence-hover {
572
+ width: auto;
573
+ min-width: 120px;
574
+ max-width: 200px;
575
+ height: auto;
576
+ min-height: 60px;
577
+ max-height: 100px;
578
+ justify-content: normal;
579
+ padding: 5px;
580
+ box-sizing: border-box;
581
+ }
582
+
583
+ container[template="calendarDefaultDisplayOptionsTemplate"] {
584
+ > div {
585
+ float: left;
586
+ width: 100%;
587
+
588
+ h2 {
589
+ background: $presences-main;
590
+ box-sizing: border-box;
591
+ margin: 0;
592
+ padding: 10px 5px;
593
+ color: $white;
594
+ border-top-left-radius: 5px;
595
+ border-top-right-radius: 5px;
596
+ text-indent: 20px;
597
+
598
+ ~ div {
599
+ padding-left: 20px;
600
+
601
+ &:last-child {
602
+ margin-bottom: 20px !important;
603
+ }
604
+
605
+ .quarterHours {
606
+ display: none;
607
+ }
608
+ }
609
+ }
610
+ }
611
+ }
612
+ }
@@ -0,0 +1,80 @@
1
+ .exemptions {
2
+ i {
3
+ text-align: center;
4
+ font-size: 24px;
5
+ line-height: 32px;
6
+
7
+ //&.account:before {
8
+ // content: "\f004";
9
+ //}
10
+
11
+ &.account-outline {
12
+ font-size: 32px;
13
+
14
+ //&:before {
15
+ // content: "\e946";
16
+ //}
17
+ }
18
+
19
+ &.account-little {
20
+ font-size: 17px !important;
21
+ &:before {
22
+ font-family: 'material-icons';
23
+ content: "\F004";
24
+ }
25
+ }
26
+
27
+ &.account-outline-little {
28
+ font-size: 17px !important;
29
+ &:before {
30
+ font-family: 'material-icons';
31
+ content: "\F013";
32
+ }
33
+ }
34
+ }
35
+
36
+ .flex-th {
37
+ display: flex;
38
+ align-items: center;
39
+ align-content: center;
40
+
41
+ .avatar {
42
+ width: 40px;
43
+ height: 40px;
44
+ display: inline-block;
45
+ background-size: 100%;
46
+ background-position: center center;
47
+ border-radius: 50%;
48
+ margin-right: 15px;
49
+ }
50
+ }
51
+
52
+ .exemptions-content-empty {
53
+ img {
54
+ width: 35%;
55
+ }
56
+ }
57
+ }
58
+
59
+ .exemptions-sniplet {
60
+
61
+ .start-date {
62
+ margin-right: 8px;
63
+ }
64
+
65
+ .type-exemption {
66
+ margin-left: 7px;
67
+ padding: 0;
68
+ }
69
+
70
+ /* Select css */
71
+ .timeslot {
72
+ @include select-timeslot(5px, $box-shadow-2);
73
+ }
74
+
75
+ .exemption-switch {
76
+ display: flex;
77
+ width: 35%;
78
+ place-content: space-between;
79
+ }
80
+ }
@@ -0,0 +1,8 @@
1
+ @import "exemptions";
2
+ @import "register";
3
+ @import "dashboard/index";
4
+ @import "calendar";
5
+ @import "events/index";
6
+ @import "registry/index";
7
+ @import "statement-absence/index";
8
+ @import "collective-absences/index";