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,192 @@
|
|
|
1
|
+
@mixin listStyleSquare() {
|
|
2
|
+
content: "■";
|
|
3
|
+
font-weight: bold;
|
|
4
|
+
display: inline-block;
|
|
5
|
+
width: 2em;
|
|
6
|
+
margin-left: -1.2em;
|
|
7
|
+
position: absolute;
|
|
8
|
+
border-bottom: 1px solid $presences-grey-light;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.events-card {
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
border-radius: 7px;
|
|
14
|
+
background-color: $presences-white;
|
|
15
|
+
box-shadow: $box-shadow;
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
|
|
19
|
+
&-content {
|
|
20
|
+
padding: 8px 16px;
|
|
21
|
+
|
|
22
|
+
&-title {
|
|
23
|
+
color: $presences-grey-average;
|
|
24
|
+
margin-bottom: 8px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&-inside {
|
|
28
|
+
display: flex;
|
|
29
|
+
|
|
30
|
+
&-side {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
text-align: center;
|
|
34
|
+
width: 80px;
|
|
35
|
+
|
|
36
|
+
&-eventCount {
|
|
37
|
+
font-size: 48px;
|
|
38
|
+
min-height: 48px;
|
|
39
|
+
font-weight: bold;
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&-eventOption {
|
|
46
|
+
margin-top: 8px;
|
|
47
|
+
color: $presences-grey-average;
|
|
48
|
+
font-size: 11px;
|
|
49
|
+
white-space: nowrap;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&-list {
|
|
54
|
+
width: 100%;
|
|
55
|
+
margin: 0;
|
|
56
|
+
@include mobile {
|
|
57
|
+
font-size: 10px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
li {
|
|
61
|
+
display: flex;
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
border-bottom: 1px solid $presences-grey-light;
|
|
64
|
+
line-height: 32px;
|
|
65
|
+
margin-bottom: 8px;
|
|
66
|
+
|
|
67
|
+
&.red-event::before {
|
|
68
|
+
@include listStyleSquare();
|
|
69
|
+
color: $presences-red;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.pink-event::before {
|
|
73
|
+
@include listStyleSquare();
|
|
74
|
+
color: $presences-pink;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.purple-event::before {
|
|
78
|
+
@include listStyleSquare();
|
|
79
|
+
color: $presences-purple;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.yellow-event::before {
|
|
83
|
+
@include listStyleSquare();
|
|
84
|
+
color: $presences-main;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&.turquoise-event::before {
|
|
88
|
+
@include listStyleSquare();
|
|
89
|
+
color: $presences-water-green;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&.lightpurple-event::before {
|
|
93
|
+
@include listStyleSquare();
|
|
94
|
+
color: $presences-light-purple;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&.green-event::before {
|
|
98
|
+
@include listStyleSquare();
|
|
99
|
+
color: $presences-green;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&.grey-event::before {
|
|
103
|
+
@include listStyleSquare();
|
|
104
|
+
color: $presences-grey-incident;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&-first {
|
|
109
|
+
li {
|
|
110
|
+
&:last-child {
|
|
111
|
+
border-bottom: 0;
|
|
112
|
+
margin: 0;
|
|
113
|
+
|
|
114
|
+
&:before {
|
|
115
|
+
border-bottom: 0;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.collapsed {
|
|
121
|
+
li {
|
|
122
|
+
&:last-child {
|
|
123
|
+
border-bottom: 1px solid $presences-grey-light;
|
|
124
|
+
margin-bottom: 8px;
|
|
125
|
+
|
|
126
|
+
&:before {
|
|
127
|
+
border-bottom: 1px solid $presences-grey-light;
|
|
128
|
+
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&-full {
|
|
136
|
+
li {
|
|
137
|
+
&:last-child {
|
|
138
|
+
border-bottom: 0;
|
|
139
|
+
margin: 0;
|
|
140
|
+
|
|
141
|
+
&:before {
|
|
142
|
+
border-bottom: 0;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&-toggle {
|
|
152
|
+
display: flex;
|
|
153
|
+
flex-direction: column;
|
|
154
|
+
text-align: center;
|
|
155
|
+
color: $presences-white;
|
|
156
|
+
border-bottom-left-radius: 7px;
|
|
157
|
+
border-bottom-right-radius: 7px;
|
|
158
|
+
height: 23px;
|
|
159
|
+
|
|
160
|
+
&.red-event {
|
|
161
|
+
background-color: $presences-red;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&.pink-event {
|
|
165
|
+
background-color: $presences-pink;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&.purple-event {
|
|
169
|
+
background-color: $presences-purple;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
&.yellow-event {
|
|
173
|
+
background-color: $presences-main;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.turquoise-event {
|
|
177
|
+
background-color: $presences-water-green;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
&.lightpurple-event {
|
|
181
|
+
background-color: $presences-light-purple;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&.green-event {
|
|
185
|
+
background-color: $presences-green;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&.grey-event {
|
|
189
|
+
background-color: $presences-grey-incident;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
.event-legend {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
float: left;
|
|
4
|
+
display: block;
|
|
5
|
+
position: relative;
|
|
6
|
+
border-radius: 5px;
|
|
7
|
+
background: $white;
|
|
8
|
+
box-shadow: $box-shadow-1;
|
|
9
|
+
font-size: 14px;
|
|
10
|
+
margin-left: 5px;
|
|
11
|
+
padding-right: 5px;
|
|
12
|
+
height: fit-content;
|
|
13
|
+
|
|
14
|
+
ul {
|
|
15
|
+
list-style-type: none;
|
|
16
|
+
display: flex;
|
|
17
|
+
padding: 0;
|
|
18
|
+
margin-top: 10px;
|
|
19
|
+
margin-bottom: 10px;
|
|
20
|
+
|
|
21
|
+
> li {
|
|
22
|
+
padding-left: 30px;
|
|
23
|
+
position: relative;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
|
|
26
|
+
&.absence-no-reason:before {
|
|
27
|
+
background-color: $presences-red;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.absence-not-regularized:before {
|
|
31
|
+
background-color: $presences-pink;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.absence-followed:before {
|
|
35
|
+
background-color: $presences-heavy-black;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.absence-regularized:before {
|
|
39
|
+
background-color: $presences-green;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.lateness:before {
|
|
43
|
+
background-color: $presences-purple;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.departure:before {
|
|
47
|
+
background-color: $presences-light-purple;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.remark:before {
|
|
51
|
+
background-color: $presences-remark;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.incident:before {
|
|
55
|
+
background-color: $presences-grey;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.last-absent {
|
|
59
|
+
display: inline-flex;
|
|
60
|
+
padding-left: 8px;
|
|
61
|
+
|
|
62
|
+
i {
|
|
63
|
+
font-size: 20px;
|
|
64
|
+
padding-right: 4px;
|
|
65
|
+
|
|
66
|
+
&:before {
|
|
67
|
+
color: $presences-red;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&.forgotten-notebook {
|
|
73
|
+
display: inline-flex;
|
|
74
|
+
padding-left: 8px;
|
|
75
|
+
|
|
76
|
+
i {
|
|
77
|
+
font-size: 20px;
|
|
78
|
+
padding-right: 4px;
|
|
79
|
+
|
|
80
|
+
&:before {
|
|
81
|
+
color: $presences-water-green;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&:before {
|
|
87
|
+
content: ' ';
|
|
88
|
+
width: 17px;
|
|
89
|
+
height: 17px;
|
|
90
|
+
display: inline-block;
|
|
91
|
+
border-radius: 50%;
|
|
92
|
+
position: absolute;
|
|
93
|
+
margin-top: -9px;
|
|
94
|
+
top: 50%;
|
|
95
|
+
margin-left: -24px;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.events-legend-event-list {
|
|
102
|
+
width: 52%;
|
|
103
|
+
display: flex;
|
|
104
|
+
justify-content: flex-end;
|
|
105
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
.events-table-component {
|
|
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
|
+
.planned-absences-legend {
|
|
23
|
+
&-day-students {
|
|
24
|
+
padding-left: 0 !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
i:before {
|
|
28
|
+
font-size: 20px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&-list {
|
|
33
|
+
|
|
34
|
+
&-head {
|
|
35
|
+
&-calendar, &-followed, &-action, &-regularized {
|
|
36
|
+
max-width: 5%;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.flex-col {
|
|
41
|
+
flex: 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-item {
|
|
45
|
+
.flag:before {
|
|
46
|
+
font-size: 25px;
|
|
47
|
+
color: $presences-main;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.flag-outline:before {
|
|
51
|
+
font-size: 25px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&-student {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: row;
|
|
57
|
+
|
|
58
|
+
&-item {
|
|
59
|
+
|
|
60
|
+
background-color: transparent !important;
|
|
61
|
+
box-shadow: none !important;
|
|
62
|
+
|
|
63
|
+
&-picture {
|
|
64
|
+
max-width: 20%;
|
|
65
|
+
align-self: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
&-name {
|
|
69
|
+
display: flex;
|
|
70
|
+
flex-direction: column;
|
|
71
|
+
align-items: flex-start !important;
|
|
72
|
+
|
|
73
|
+
&-audience {
|
|
74
|
+
color: $presences-grey;
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
span {
|
|
80
|
+
align-self: flex-start;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.table-reason {
|
|
86
|
+
label::after {
|
|
87
|
+
top: 12px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&-calendar, &-followed, &-action, &-regularized {
|
|
92
|
+
max-width: 5%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
i {
|
|
2
|
+
&.presence-home::before {
|
|
3
|
+
font-family: 'material-icons';
|
|
4
|
+
content: "\F56E";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
&.register::before {
|
|
8
|
+
font-family: 'material-icons';
|
|
9
|
+
content: "\F0E6";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.absence::before {
|
|
13
|
+
font-family: 'material-icons';
|
|
14
|
+
content: "\F413";
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.lateness::before {
|
|
18
|
+
font-family: 'material-icons';
|
|
19
|
+
content: "\F413";
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.presence:before {
|
|
23
|
+
font-family: 'material-icons';
|
|
24
|
+
content: "\F5C7";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.events:before {
|
|
28
|
+
font-family: 'material-icons';
|
|
29
|
+
content: "\F005";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.calendar-remove:before {
|
|
33
|
+
font-family: 'material-icons';
|
|
34
|
+
content: "\F0F4";
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.uncolored-time-picker:before {
|
|
38
|
+
content: "\F017";
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.collective-absences::before {
|
|
42
|
+
font-family: 'material-icons';
|
|
43
|
+
content: "\e7fb";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.permission::before {
|
|
47
|
+
font-family: 'material-icons';
|
|
48
|
+
content: "\f02f";
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.incident::before {
|
|
52
|
+
font-family: 'material-icons';
|
|
53
|
+
content: "\F026";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&.punishment::before {
|
|
57
|
+
font-family: 'material-icons';
|
|
58
|
+
content: "\F6D4";
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&.sanction::before {
|
|
62
|
+
font-family: 'material-icons';
|
|
63
|
+
content: "\f29b";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.mass-mailing::before {
|
|
67
|
+
font-family: 'material-icons';
|
|
68
|
+
content: "\fab8";
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.statistics-presences::before {
|
|
72
|
+
font-family: 'material-icons';
|
|
73
|
+
content: "\f128";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&.testimony::before {
|
|
77
|
+
font-family: 'material-icons';
|
|
78
|
+
content: "\f362";
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.collective-absences::before {
|
|
82
|
+
font-family: 'material-icons';
|
|
83
|
+
content: "\fb34";
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&.split-view::before {
|
|
87
|
+
font-family: 'material-icons';
|
|
88
|
+
content: "\f575";
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&.show-list::before {
|
|
92
|
+
font-family: 'material-icons';
|
|
93
|
+
content: "\F279";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&.notify-bell::before {
|
|
97
|
+
font-family: 'material-icons';
|
|
98
|
+
content: "\F09E";
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.notify-bell.active::before {
|
|
102
|
+
font-family: 'material-icons';
|
|
103
|
+
content: "\F09F";
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.attach:before {
|
|
107
|
+
font-family: 'material-icons';
|
|
108
|
+
content: '\F066';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&.add:before {
|
|
112
|
+
font-family: 'material-icons';
|
|
113
|
+
content: '\F416';
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.addMultiple:before {
|
|
117
|
+
font-family: 'material-icons';
|
|
118
|
+
content: '\F334';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&.account:before {
|
|
122
|
+
font-family: 'material-icons';
|
|
123
|
+
content: "\F004";
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.account-outline:before {
|
|
127
|
+
font-family: 'material-icons';
|
|
128
|
+
content: "\F013";
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&.table-edit:before {
|
|
132
|
+
font-family: 'material-icons';
|
|
133
|
+
content: "\F4F0";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.alertes:before {
|
|
137
|
+
font-family: 'material-icons';
|
|
138
|
+
content: "\F149";
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&.punishment-active:before {
|
|
142
|
+
font-family: 'material-icons';
|
|
143
|
+
content: "\F241";
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.publipostage:before {
|
|
147
|
+
font-family: 'material-icons';
|
|
148
|
+
content: "\F214";
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&.presences-statistics:before {
|
|
152
|
+
font-family: 'material-icons';
|
|
153
|
+
content: "\F128";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&.file-checked:before {
|
|
157
|
+
font-family: 'material-icons';
|
|
158
|
+
content: "\F216";
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&.visible:before {
|
|
162
|
+
font-family: 'material-icons';
|
|
163
|
+
content: "\F208";
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
&.invisible:before {
|
|
167
|
+
font-family: 'material-icons';
|
|
168
|
+
content: "\F6D0";
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.delete:before {
|
|
172
|
+
font-family: 'material-icons';
|
|
173
|
+
content: "\F5AD";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.presence-edit:before {
|
|
177
|
+
font-family: 'material-icons';
|
|
178
|
+
content: '\F3EB';
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&.filter:before {
|
|
182
|
+
font-family: 'material-icons';
|
|
183
|
+
content: '\F236';
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&.percent:before {
|
|
187
|
+
font-family: 'material-icons';
|
|
188
|
+
content: '\F3f0';
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
&.last-absent:before {
|
|
192
|
+
font-family: 'material-icons';
|
|
193
|
+
content: '\F99A';
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&.forgotten-notebook:before {
|
|
197
|
+
font-family: 'material-icons';
|
|
198
|
+
content: '\F0C6';
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&.close-xs:before {
|
|
202
|
+
font-family: 'material-icons';
|
|
203
|
+
content: '\F156';
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&.help:before {
|
|
207
|
+
font-family: 'material-icons';
|
|
208
|
+
content: '\F2D7';
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&.plus-sign:before {
|
|
212
|
+
font-family: 'material-icons';
|
|
213
|
+
content: '\F415';
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
&.minus-sign:before {
|
|
217
|
+
font-family: 'material-icons';
|
|
218
|
+
content: '\F374';
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
&.disciplines:before {
|
|
222
|
+
font-family: 'material-icons';
|
|
223
|
+
content: '\F5C7';
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
&.circle:before {
|
|
227
|
+
font-family: 'material-icons';
|
|
228
|
+
content: '\F9DD';
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&.comments:before {
|
|
232
|
+
font-family: 'material-icons';
|
|
233
|
+
content: '\F188';
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
&.phone-android:before {
|
|
237
|
+
font-family: 'material-icons';
|
|
238
|
+
content: '\F11D';
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
&.presences-email:before {
|
|
242
|
+
font-family: 'material-icons';
|
|
243
|
+
content: '\F1EE';
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
&.pdf:before {
|
|
247
|
+
font-family: 'material-icons';
|
|
248
|
+
content: '\F225';
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
&.arrow-right:before {
|
|
252
|
+
font-family: 'material-icons';
|
|
253
|
+
content: '\F054';
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
&.open-in-new:before {
|
|
257
|
+
font-family: 'material-icons';
|
|
258
|
+
content: '\F3CC';
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
&.check-circle:before {
|
|
262
|
+
font-family: 'material-icons';
|
|
263
|
+
content: '\F5E0';
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
&.cross-circle:before {
|
|
267
|
+
font-family: 'material-icons';
|
|
268
|
+
content: '\F15A';
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
&.chevron-right:before {
|
|
272
|
+
font-family: 'material-icons';
|
|
273
|
+
content: '\F142';
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
&.chevron-left:before {
|
|
277
|
+
font-family: 'material-icons';
|
|
278
|
+
content: '\F141';
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
&.chevron-up:before {
|
|
282
|
+
font-family: 'material-icons';
|
|
283
|
+
content: '\F143';
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
&.chevron-down:before {
|
|
287
|
+
font-family: 'material-icons';
|
|
288
|
+
content: '\F140';
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
&.alert-octagon:before {
|
|
292
|
+
font-family: 'material-icons';
|
|
293
|
+
content: '\F029';
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
&.presences-table:before {
|
|
297
|
+
font-family: 'material-icons';
|
|
298
|
+
content: '\f4eb';
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
&.clipboard-alert-outline:before {
|
|
302
|
+
font-family: 'material-icons';
|
|
303
|
+
content: '\fcd3';
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
&.flag:before {
|
|
307
|
+
font-family: 'material-icons';
|
|
308
|
+
content: '\f23b';
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
&.flag-outline:before {
|
|
312
|
+
font-family: 'material-icons';
|
|
313
|
+
content: '\f23d';
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
&.silverware:before {
|
|
317
|
+
font-family: 'material-icons';
|
|
318
|
+
content: '\f4a3';
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
&.hotel:before {
|
|
322
|
+
font-family: 'material-icons';
|
|
323
|
+
content: '\f2e3';
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
}
|