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.
- package/assets/fonts/generic-icons/generic-icons.svg +2 -0
- package/assets/fonts/generic-icons/generic-icons.ttf +0 -0
- package/assets/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/fonts/generic-icons/generic-icons.svg +2 -0
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/specifics/_.scss +4 -0
- package/scss/specifics/incidents/_incidents.scss +30 -0
- package/scss/specifics/incidents/components/_arrow-triangle.scss +19 -0
- package/scss/specifics/incidents/components/_index.scss +6 -0
- package/scss/specifics/incidents/components/_mixins.scss +56 -0
- package/scss/specifics/incidents/components/_seriousness.scss +116 -0
- package/scss/specifics/incidents/components/incidents/_content.scss +97 -0
- package/scss/specifics/incidents/components/incidents/_filters.scss +12 -0
- package/scss/specifics/incidents/components/incidents/_index.scss +4 -0
- package/scss/specifics/incidents/components/incidents/_lightbox.scss +179 -0
- package/scss/specifics/incidents/components/incidents/_sniplets.scss +30 -0
- package/scss/specifics/incidents/components/punishments/_board.scss +23 -0
- package/scss/specifics/incidents/components/punishments/_index.scss +4 -0
- package/scss/specifics/incidents/components/punishments/_punishment-form.scss +87 -0
- package/scss/specifics/incidents/components/punishments/_type.scss +14 -0
- package/scss/specifics/incidents/components/punishments/form/_index.scss +3 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-detention-form.scss +38 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-duty-form.scss +14 -0
- package/scss/specifics/incidents/components/punishments/form/_punishment-exclude-form.scss +55 -0
- package/scss/specifics/incidents/memento/_incidents.scss +77 -0
- package/scss/specifics/massmailing/_massmailing.scss +105 -0
- package/scss/specifics/massmailing/_variables.scss +34 -0
- package/scss/specifics/massmailing/components/_anomalies.scss +6 -0
- package/scss/specifics/massmailing/components/_card.scss +106 -0
- package/scss/specifics/massmailing/components/_index.scss +6 -0
- package/scss/specifics/massmailing/components/_prefetch.scss +65 -0
- package/scss/specifics/massmailing/components/_status.scss +48 -0
- package/scss/specifics/massmailing/components/history/_header.scss +11 -0
- package/scss/specifics/massmailing/components/history/_history-lightbox.scss +15 -0
- package/scss/specifics/massmailing/components/history/_history-list.scss +66 -0
- package/scss/specifics/massmailing/components/history/_index.scss +3 -0
- package/scss/specifics/massmailing/components/sniplets/_index.scss +1 -0
- package/scss/specifics/massmailing/components/sniplets/_massmailing-manage.scss +61 -0
- package/scss/specifics/presences/_presences.scss +399 -0
- package/scss/specifics/presences/components/_app-title.scss +20 -0
- package/scss/specifics/presences/components/_arrow-triangle.scss +19 -0
- package/scss/specifics/presences/components/_buttons.scss +14 -0
- package/scss/specifics/presences/components/_card-slider.scss +149 -0
- package/scss/specifics/presences/components/_chips.scss +13 -0
- package/scss/specifics/presences/components/_editor.scss +7 -0
- package/scss/specifics/presences/components/_empty-content.scss +41 -0
- package/scss/specifics/presences/components/_events-card.scss +192 -0
- package/scss/specifics/presences/components/_events-legend.scss +105 -0
- package/scss/specifics/presences/components/_events-table.scss +98 -0
- package/scss/specifics/presences/components/_icons.scss +326 -0
- package/scss/specifics/presences/components/_index.scss +25 -0
- package/scss/specifics/presences/components/_lightbox.scss +26 -0
- package/scss/specifics/presences/components/_loader.scss +55 -0
- package/scss/specifics/presences/components/_navbar.scss +161 -0
- package/scss/specifics/presences/components/_panel.scss +143 -0
- package/scss/specifics/presences/components/_picker.scss +83 -0
- package/scss/specifics/presences/components/_side-widget.scss +86 -0
- package/scss/specifics/presences/components/_statements-absence-form.scss +162 -0
- package/scss/specifics/presences/components/_table.scss +74 -0
- package/scss/specifics/presences/components/_user-card.scss +106 -0
- package/scss/specifics/presences/components/containers/_calendar.scss +612 -0
- package/scss/specifics/presences/components/containers/_exemptions.scss +80 -0
- package/scss/specifics/presences/components/containers/_index.scss +8 -0
- package/scss/specifics/presences/components/containers/_register.scss +349 -0
- package/scss/specifics/presences/components/containers/collective-absences/_content.scss +12 -0
- package/scss/specifics/presences/components/containers/collective-absences/_index.scss +1 -0
- package/scss/specifics/presences/components/containers/dashboard/_dashboard-student.scss +32 -0
- package/scss/specifics/presences/components/containers/dashboard/_dashboard.scss +134 -0
- package/scss/specifics/presences/components/containers/dashboard/_index.scss +2 -0
- package/scss/specifics/presences/components/containers/events/_action-lightbox.scss +67 -0
- package/scss/specifics/presences/components/containers/events/_bar-history.scss +94 -0
- package/scss/specifics/presences/components/containers/events/_content.scss +26 -0
- package/scss/specifics/presences/components/containers/events/_event-form-sniplet-lightbox.scss +110 -0
- package/scss/specifics/presences/components/containers/events/_filter-lightbox.scss +8 -0
- package/scss/specifics/presences/components/containers/events/_index.scss +7 -0
- package/scss/specifics/presences/components/containers/events/_planned-absences.scss +29 -0
- package/scss/specifics/presences/components/containers/events/_table.scss +234 -0
- package/scss/specifics/presences/components/containers/registry/_event-card.scss +63 -0
- package/scss/specifics/presences/components/containers/registry/_header.scss +33 -0
- package/scss/specifics/presences/components/containers/registry/_index.scss +3 -0
- package/scss/specifics/presences/components/containers/registry/_table.scss +160 -0
- package/scss/specifics/presences/components/containers/statement-absence/_content.scss +56 -0
- package/scss/specifics/presences/components/containers/statement-absence/_index.scss +1 -0
- package/scss/specifics/presences/components/material/_index.scss +1 -0
- package/scss/specifics/presences/components/material/_radio.scss +59 -0
- package/scss/specifics/presences/components/sniplets/_collective-absence-form.scss +195 -0
- package/scss/specifics/presences/components/sniplets/_forgotten-notebook-form.scss +65 -0
- package/scss/specifics/presences/components/sniplets/_index.scss +10 -0
- package/scss/specifics/presences/components/sniplets/_presence-form.scss +167 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-absence.scss +291 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-action.scss +7 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-alert.scss +45 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-multiple-slots.scss +22 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage-punishment.scss +17 -0
- package/scss/specifics/presences/components/sniplets/_presences-manage.scss +30 -0
- package/scss/specifics/presences/components/sniplets/_presences-statistics-manage.scss +11 -0
- package/scss/specifics/presences/components/widgets/_absences.scss +68 -0
- package/scss/specifics/presences/components/widgets/_alerts.scss +133 -0
- package/scss/specifics/presences/components/widgets/_forgotten_register.scss +60 -0
- package/scss/specifics/presences/components/widgets/_index.scss +7 -0
- package/scss/specifics/presences/components/widgets/_presences.scss +24 -0
- package/scss/specifics/presences/components/widgets/_register.scss +89 -0
- package/scss/specifics/presences/components/widgets/_remarks.scss +23 -0
- package/scss/specifics/presences/components/widgets/_statements.scss +81 -0
- package/scss/specifics/presences/generic/_async-autocomplete.scss +60 -0
- package/scss/specifics/presences/generic/_ellipsis.scss +23 -0
- package/scss/specifics/presences/generic/_flex.scss +92 -0
- package/scss/specifics/presences/generic/_index.scss +7 -0
- package/scss/specifics/presences/generic/_select-timeslots.scss +29 -0
- package/scss/specifics/presences/generic/_switch.scss +58 -0
- package/scss/specifics/presences/generic/_toasts.scss +102 -0
- package/scss/specifics/presences/generic/_tooltip.scss +36 -0
- package/scss/specifics/presences/memento/_absences.scss +83 -0
- package/scss/specifics/presences/memento/_index.scss +1 -0
- package/scss/specifics/presences-common/common.scss +16 -0
- package/scss/specifics/presences-common/components/_export-form.scss +5 -0
- package/scss/specifics/presences-common/components/_menu.scss +36 -0
- package/scss/specifics/presences-common/components/_pagination.scss +66 -0
- package/scss/specifics/presences-common/components/_presences-nav-bar.scss +33 -0
- package/scss/specifics/presences-common/components/_select-children.scss +7 -0
- package/scss/specifics/presences-common/components/_select.scss +3 -0
- package/scss/specifics/presences-common/components/index.scss +6 -0
- package/scss/specifics/statistics-presences/_statistics-presences.scss +18 -0
- package/scss/specifics/statistics-presences/components/_chart-statistics.scss +103 -0
- package/scss/specifics/statistics-presences/components/_display-statistics-mode.scss +19 -0
- package/scss/specifics/statistics-presences/components/_export-csv-lightbox.scss +19 -0
- package/scss/specifics/statistics-presences/components/_filters.scss +57 -0
- package/scss/specifics/statistics-presences/components/_index.scss +7 -0
- package/scss/specifics/statistics-presences/components/_monthly-table.scss +72 -0
- package/scss/specifics/statistics-presences/components/_tooltip.scss +36 -0
- package/scss/specifics/statistics-presences/components/containers/_calendar.scss +66 -0
- package/scss/specifics/statistics-presences/components/containers/_index.scss +1 -0
- package/scss/specifics/statistics-presences/indicators/_global.scss +63 -0
- package/scss/specifics/statistics-presences/indicators/_index.scss +1 -0
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
$student-height: 40px;
|
|
2
|
+
$absence-button-width: 20px;
|
|
3
|
+
|
|
4
|
+
.register {
|
|
5
|
+
|
|
6
|
+
.card-slider {
|
|
7
|
+
max-width: 100%;
|
|
8
|
+
overflow-x: auto;
|
|
9
|
+
height: 120px;
|
|
10
|
+
overflow-y: hidden;
|
|
11
|
+
display: flex;
|
|
12
|
+
margin-bottom: 10px;
|
|
13
|
+
|
|
14
|
+
.card {
|
|
15
|
+
min-width: 150px;
|
|
16
|
+
flex-basis: 150px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.register-header {
|
|
21
|
+
text-align: center;
|
|
22
|
+
background-color: $white;
|
|
23
|
+
color: $presences-grey;
|
|
24
|
+
padding: 5px 0;
|
|
25
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.settings {
|
|
29
|
+
> div {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
min-height: 40px;
|
|
32
|
+
|
|
33
|
+
&.view-settings {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
min-height: 40px;
|
|
36
|
+
line-height: 40px;
|
|
37
|
+
font-size: 24px;
|
|
38
|
+
text-align: center;
|
|
39
|
+
margin-right: 10px;
|
|
40
|
+
|
|
41
|
+
i {
|
|
42
|
+
float: left;
|
|
43
|
+
height: 40px;
|
|
44
|
+
width: 40px;
|
|
45
|
+
position: relative;
|
|
46
|
+
color: $presences-grey;
|
|
47
|
+
opacity: 1 !important;
|
|
48
|
+
transition: all 0.25s ease;
|
|
49
|
+
|
|
50
|
+
&.split-view::before, &.show-list::before {
|
|
51
|
+
position: absolute;
|
|
52
|
+
//top: -2px;
|
|
53
|
+
left: 0;
|
|
54
|
+
height: 40px;
|
|
55
|
+
width: 100%;
|
|
56
|
+
line-height: 40px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.split-view::before {
|
|
60
|
+
font-size: 30px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.active {
|
|
64
|
+
color: $darkest-grey !important;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.valid-content {
|
|
71
|
+
display: flex !important;
|
|
72
|
+
align-items: flex-end;
|
|
73
|
+
|
|
74
|
+
.check-circle::before {
|
|
75
|
+
color: $presences-green;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.student {
|
|
81
|
+
background-color: $white;
|
|
82
|
+
margin: 4px 0;
|
|
83
|
+
padding: 0 10px;
|
|
84
|
+
height: $student-height;
|
|
85
|
+
line-height: $student-height;
|
|
86
|
+
font-size: 15px;
|
|
87
|
+
display: flex;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
|
|
90
|
+
/* tooltip hover */
|
|
91
|
+
li {
|
|
92
|
+
|
|
93
|
+
&:hover .tooltip-top {
|
|
94
|
+
@include tooltipVisible();
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.tooltip-top {
|
|
98
|
+
@include tooltipTemplate();
|
|
99
|
+
text-align: left;
|
|
100
|
+
max-width: 115px;
|
|
101
|
+
padding: 5px;
|
|
102
|
+
line-height: 20px;
|
|
103
|
+
transform: scale(0.80);
|
|
104
|
+
bottom: 20px;
|
|
105
|
+
margin-left: -23px;
|
|
106
|
+
|
|
107
|
+
&:after {
|
|
108
|
+
@include tooltipBottomArrow();
|
|
109
|
+
top: 100%;
|
|
110
|
+
left: 15%;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
.student-name.last-course-absent {
|
|
117
|
+
color: $presences-red;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.history-container {
|
|
121
|
+
display: flex;
|
|
122
|
+
flex-direction: column;
|
|
123
|
+
align-items: center;
|
|
124
|
+
justify-content: center;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.history {
|
|
128
|
+
margin: 0;
|
|
129
|
+
padding: 0;
|
|
130
|
+
display: flex;
|
|
131
|
+
list-style-type: none;
|
|
132
|
+
justify-content: space-between;
|
|
133
|
+
position: relative;
|
|
134
|
+
width: 100%;
|
|
135
|
+
opacity: 1;
|
|
136
|
+
transition: all 0.25s ease;
|
|
137
|
+
|
|
138
|
+
&.disabled {
|
|
139
|
+
opacity: 0.15;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
&::before {
|
|
143
|
+
content: "";
|
|
144
|
+
position: absolute;
|
|
145
|
+
top: 50%;
|
|
146
|
+
left: 0;
|
|
147
|
+
width: 100%;
|
|
148
|
+
height: 2px;
|
|
149
|
+
background-color: $presences-grey;
|
|
150
|
+
z-index: 0;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
li {
|
|
154
|
+
width: $absence-button-width - 2;
|
|
155
|
+
height: $absence-button-width - 2;
|
|
156
|
+
display: block;
|
|
157
|
+
background-color: $presences-grey;
|
|
158
|
+
border-radius: ($absence-button-width - 2)/2;
|
|
159
|
+
z-index: 1;
|
|
160
|
+
|
|
161
|
+
&.current {
|
|
162
|
+
box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
|
|
163
|
+
transform: scale(1.25);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&.absence {
|
|
167
|
+
background-color: $presences-red;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
&.lateness {
|
|
171
|
+
background-color: $presences-purple;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&.departure {
|
|
175
|
+
background-color: $presences-light-purple;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&.remark {
|
|
179
|
+
background-color: $presences-remark;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&.incident {
|
|
183
|
+
background-color: $presences-grey;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.absence-button {
|
|
189
|
+
width: 26px;
|
|
190
|
+
height: $student-height;
|
|
191
|
+
display: block;
|
|
192
|
+
float: left;
|
|
193
|
+
margin-right: 10px;
|
|
194
|
+
position: relative;
|
|
195
|
+
cursor: pointer;
|
|
196
|
+
|
|
197
|
+
&::before {
|
|
198
|
+
content: " ";
|
|
199
|
+
width: $absence-button-width;
|
|
200
|
+
height: $absence-button-width;
|
|
201
|
+
display: block;
|
|
202
|
+
position: absolute;
|
|
203
|
+
top: 50%;
|
|
204
|
+
margin-top: -(($absence-button-width + 1)/2);
|
|
205
|
+
border-radius: ($absence-button-width/2)+1;
|
|
206
|
+
border: solid 1px #929292;
|
|
207
|
+
transition: all 0.3s ease;
|
|
208
|
+
background-color: $white;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&.active::before {
|
|
212
|
+
background-color: $presences-red;
|
|
213
|
+
border-color: $presences-red;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
&.disabled::before {
|
|
218
|
+
background-color: $presences-grey !important;
|
|
219
|
+
border-color: $presences-grey !important;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.absence-student {
|
|
224
|
+
display: flex;
|
|
225
|
+
|
|
226
|
+
.last-absent {
|
|
227
|
+
padding-left: 8px;
|
|
228
|
+
|
|
229
|
+
&:before {
|
|
230
|
+
font-size: 17px;
|
|
231
|
+
color: $presences-red;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.forgotten-notebook {
|
|
236
|
+
padding-left: 8px;
|
|
237
|
+
|
|
238
|
+
&:before {
|
|
239
|
+
font-size: 17px;
|
|
240
|
+
color: $presences-water-green;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.register-event-status {
|
|
246
|
+
display: flex;
|
|
247
|
+
flex-direction: column;
|
|
248
|
+
justify-content: space-around;
|
|
249
|
+
align-items: center;
|
|
250
|
+
height: 100%;
|
|
251
|
+
|
|
252
|
+
> div {
|
|
253
|
+
width: 44px;
|
|
254
|
+
height: $student-height/3;
|
|
255
|
+
background-color: pink;
|
|
256
|
+
border-radius: $student-height/5;
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
&.absence {
|
|
260
|
+
background-color: $presences-red;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&.lateness {
|
|
264
|
+
background-color: $presences-purple;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
&.departure {
|
|
268
|
+
background-color: $presences-light-purple;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
&.remark {
|
|
272
|
+
background-color: $presences-remark;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&.incident {
|
|
276
|
+
background-color: $presences-grey;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.registers {
|
|
284
|
+
h2 {
|
|
285
|
+
color: $presences-black;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/* Button declare absence */
|
|
290
|
+
.register-absence-button {
|
|
291
|
+
width: 26px;
|
|
292
|
+
height: 40px;
|
|
293
|
+
display: block;
|
|
294
|
+
float: left;
|
|
295
|
+
margin-right: 10px;
|
|
296
|
+
position: relative;
|
|
297
|
+
cursor: pointer;
|
|
298
|
+
|
|
299
|
+
&::before {
|
|
300
|
+
content: " ";
|
|
301
|
+
width: $absence-button-width;
|
|
302
|
+
height: $absence-button-width;
|
|
303
|
+
display: block;
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 50%;
|
|
306
|
+
margin-top: -(($absence-button-width + 1)/2);
|
|
307
|
+
border-radius: ($absence-button-width/2)+1;
|
|
308
|
+
border: solid 1px #929292;
|
|
309
|
+
transition: all 0.3s ease;
|
|
310
|
+
background-color: $white;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
&.active::before {
|
|
314
|
+
background-color: $presences-red;
|
|
315
|
+
border-color: $presences-red;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
&.disabled::before {
|
|
319
|
+
background-color: $presences-grey !important;
|
|
320
|
+
border-color: $presences-grey !important;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/* State color */
|
|
325
|
+
.state {
|
|
326
|
+
width: 44px;
|
|
327
|
+
height: $student-height / 3;
|
|
328
|
+
border-radius: $student-height / 5;
|
|
329
|
+
|
|
330
|
+
&.absence {
|
|
331
|
+
background-color: $presences-red;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
&.lateness {
|
|
335
|
+
background-color: $presences-purple;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
&.departure {
|
|
339
|
+
background-color: $presences-light-purple;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
&.remark {
|
|
343
|
+
background-color: $presences-remark;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
&.incident {
|
|
347
|
+
background-color: $presences-grey;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'content';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.dashboard-student {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Remove navbar spacing
|
|
5
|
+
*/
|
|
6
|
+
margin-left: $navbar-width-removed;
|
|
7
|
+
|
|
8
|
+
&-main {
|
|
9
|
+
flex: 1;
|
|
10
|
+
|
|
11
|
+
&-header {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
|
|
15
|
+
&-title {
|
|
16
|
+
display: flex;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
h1 {
|
|
20
|
+
margin: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&-statementAbsence {
|
|
26
|
+
width: 350px;
|
|
27
|
+
@include mobile {
|
|
28
|
+
width: stretch;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
.dashboard {
|
|
2
|
+
h2 {
|
|
3
|
+
color: $black;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.empty-title {
|
|
7
|
+
color: $presences-middle-grey;
|
|
8
|
+
font-size: 18px;
|
|
9
|
+
width: 80%;
|
|
10
|
+
text-align: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.tick-color {
|
|
14
|
+
min-width: 50px;
|
|
15
|
+
height: 16px;
|
|
16
|
+
border-radius: 8px;
|
|
17
|
+
display: inline-block;
|
|
18
|
+
|
|
19
|
+
&.purple {
|
|
20
|
+
background: $presences-purple;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.red {
|
|
24
|
+
background: $presences-red;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.yellow {
|
|
28
|
+
background: $presences-main;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.presences-title {
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
|
|
36
|
+
img {
|
|
37
|
+
height: 60px;
|
|
38
|
+
max-width: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
h1 {
|
|
42
|
+
font-size: 36px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.structure {
|
|
46
|
+
min-width: 300px;
|
|
47
|
+
font-size: 18px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&-search-row {
|
|
52
|
+
|
|
53
|
+
&-searchs {
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: space-evenly;
|
|
56
|
+
|
|
57
|
+
.row {
|
|
58
|
+
width: 547px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.search-registry {
|
|
62
|
+
.input-async-autocomplete {
|
|
63
|
+
&::before {
|
|
64
|
+
@include fonticon();
|
|
65
|
+
content: "\e812";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
input[type="text"] {
|
|
69
|
+
border: solid 3px $presences-grey;
|
|
70
|
+
|
|
71
|
+
&:focus {
|
|
72
|
+
border-bottom: solid 3px $presences-grey !important;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.input-async-autocomplete {
|
|
80
|
+
line-height: 48px;
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
&::before {
|
|
84
|
+
@include fonticon();
|
|
85
|
+
content: "\e930";
|
|
86
|
+
font-size: 24px;
|
|
87
|
+
position: absolute;
|
|
88
|
+
z-index: 10;
|
|
89
|
+
margin-left: 10px;
|
|
90
|
+
left: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
input[type="text"] {
|
|
94
|
+
background-color: $white;
|
|
95
|
+
height: 48px;
|
|
96
|
+
line-height: 48px;
|
|
97
|
+
border: solid 3px $presences-main;
|
|
98
|
+
border-radius: 30px;
|
|
99
|
+
text-indent: 35px;
|
|
100
|
+
box-shadow: 0 1px 5px rgba(189, 189, 189, 0.75);
|
|
101
|
+
|
|
102
|
+
&:focus {
|
|
103
|
+
border-bottom: solid 3px $presences-main !important;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&-absences-counts {
|
|
110
|
+
display: flex;
|
|
111
|
+
|
|
112
|
+
.card {
|
|
113
|
+
margin-right: 6px;
|
|
114
|
+
padding: 3px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.current-date {
|
|
119
|
+
text-transform: capitalize;
|
|
120
|
+
color: $black;
|
|
121
|
+
font-size: 20px;
|
|
122
|
+
font-weight: bold;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.sidebar-widgets {
|
|
126
|
+
position: fixed;
|
|
127
|
+
top: 64px;
|
|
128
|
+
right: 0;
|
|
129
|
+
height: calc(100% - 64px);
|
|
130
|
+
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
|
|
131
|
+
z-index: 1001;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
.actionLightbox {
|
|
2
|
+
i {
|
|
3
|
+
position: relative;
|
|
4
|
+
|
|
5
|
+
&:hover .tooltip-top {
|
|
6
|
+
@include tooltipVisible();
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.tooltip-top {
|
|
10
|
+
@include tooltipTemplate();
|
|
11
|
+
bottom: 30px;
|
|
12
|
+
margin-left: -43px;
|
|
13
|
+
|
|
14
|
+
&:after {
|
|
15
|
+
@include tooltipBottomArrow();
|
|
16
|
+
top: 100%;
|
|
17
|
+
left: 15%;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.select-action {
|
|
23
|
+
label {
|
|
24
|
+
position: relative;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
label::after {
|
|
28
|
+
content: '';
|
|
29
|
+
border-color: $presences-main transparent transparent;
|
|
30
|
+
background: $presences-white;
|
|
31
|
+
border-width: 11px;
|
|
32
|
+
border-style: solid;
|
|
33
|
+
|
|
34
|
+
pointer-events: none;
|
|
35
|
+
position: absolute;
|
|
36
|
+
right: 10px;
|
|
37
|
+
top: 3px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
select {
|
|
41
|
+
/* Remove default arrow */
|
|
42
|
+
-webkit-appearance: none;
|
|
43
|
+
-moz-appearance: none;
|
|
44
|
+
|
|
45
|
+
width: 208px;
|
|
46
|
+
padding: 0 14px;
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
border: solid 1px $presences-grey-light;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.margin-top-sm {
|
|
53
|
+
margin-top: 5px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.margin-top-md {
|
|
57
|
+
margin-top: 10px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.margin-top-xlg {
|
|
61
|
+
margin-top: 50px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.text-underline {
|
|
65
|
+
text-decoration: underline;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/* ----------------------------
|
|
2
|
+
Period bar history
|
|
3
|
+
---------------------------- */
|
|
4
|
+
|
|
5
|
+
.period li {
|
|
6
|
+
list-style: none;
|
|
7
|
+
float: left;
|
|
8
|
+
width: 2%;
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.period li:before {
|
|
13
|
+
content: '';
|
|
14
|
+
width: 12px;
|
|
15
|
+
height: 12px;
|
|
16
|
+
border: 2px solid $presences-grey;
|
|
17
|
+
display: block;
|
|
18
|
+
z-index: 1;
|
|
19
|
+
position: relative;
|
|
20
|
+
border-radius: 50%;
|
|
21
|
+
background: $presences-grey;
|
|
22
|
+
color: $presences-grey;
|
|
23
|
+
text-align: center;
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
top: 2px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.period li:nth-child(4):after {
|
|
29
|
+
width: 64px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.period li:after {
|
|
33
|
+
content: '';
|
|
34
|
+
position: absolute;
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 3px;
|
|
37
|
+
background: $presences-grey;
|
|
38
|
+
top: 18px;
|
|
39
|
+
left: -50%;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.period li:first-child:after, .period li:last-child:before {
|
|
44
|
+
content: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.tableEdit:after {
|
|
48
|
+
font-family: 'material-icons';
|
|
49
|
+
content: "\F4F0";
|
|
50
|
+
font-size: 25px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.period li:last-child:after {
|
|
54
|
+
width: 25.5px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.period li.empty:before {
|
|
58
|
+
cursor: not-allowed;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.period li.absent-followed:before {
|
|
62
|
+
border-color: $presences-heavy-black;
|
|
63
|
+
background: $presences-heavy-black;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.period li.absent:before, .period li.event-absent:before {
|
|
67
|
+
border-color: $presences-red;
|
|
68
|
+
background: $presences-red;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.period li.no-regularized:before, .period li.absent-no-regularized:before {
|
|
72
|
+
border-color: $presences-pink;
|
|
73
|
+
background: $presences-pink;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.period li.regularized:before, .period li.absent-regularized:before {
|
|
77
|
+
border-color: $presences-green;
|
|
78
|
+
background: $presences-green;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.period li.late:before {
|
|
82
|
+
border-color: $presences-purple;
|
|
83
|
+
background: $presences-purple;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.period li.departure:before {
|
|
87
|
+
border-color: $presences-light-purple;
|
|
88
|
+
background-color: $presences-light-purple;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.period li.action-drag-event:before {
|
|
92
|
+
border-color: $presences-heavy-pink;
|
|
93
|
+
background: $presences-heavy-pink;
|
|
94
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.events-content {
|
|
2
|
+
&-empty {
|
|
3
|
+
text-align: center;
|
|
4
|
+
|
|
5
|
+
&-description {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
padding-bottom: 24px;
|
|
10
|
+
|
|
11
|
+
&-title {
|
|
12
|
+
color: $presences-middle-grey;
|
|
13
|
+
padding: 0 12px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
img {
|
|
18
|
+
width: 25%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&-end {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
}
|
|
26
|
+
}
|