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,61 @@
|
|
|
1
|
+
.sniplet-massmailing {
|
|
2
|
+
.massmailing {
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
|
|
6
|
+
&-editor {
|
|
7
|
+
width: 100%;
|
|
8
|
+
margin-right: 32px;
|
|
9
|
+
flex: 2;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
align-items: flex-end;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
|
|
15
|
+
button {
|
|
16
|
+
margin: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
editor {
|
|
20
|
+
flex: 1 1 auto;
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
|
|
24
|
+
popover + div {
|
|
25
|
+
flex: 1;
|
|
26
|
+
|
|
27
|
+
.drawing-zone {
|
|
28
|
+
height: 100%;
|
|
29
|
+
flex: 1;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&-textarea {
|
|
35
|
+
width: 100%;
|
|
36
|
+
flex: 1 1 auto;
|
|
37
|
+
margin-bottom: 20px;
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
|
|
41
|
+
textarea {
|
|
42
|
+
flex: 1;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&-codes {
|
|
48
|
+
flex: 1;
|
|
49
|
+
font-size: 15px;
|
|
50
|
+
|
|
51
|
+
.content {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.massmailing-type-content {
|
|
58
|
+
padding-bottom: 8px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
$presences-body: #F9F9F9;
|
|
2
|
+
$presences-main: #ffb600;
|
|
3
|
+
$presences-orange: #FF8500;
|
|
4
|
+
$presences-red: #e61610;
|
|
5
|
+
$presences-pink: #ff8a84;
|
|
6
|
+
$presences-heavy-pink: #e76b69;
|
|
7
|
+
$presences-beige-light: #fff8eb;
|
|
8
|
+
$presences-light-purple: #f2c9fb;
|
|
9
|
+
$presences-purple: #9c29b7;
|
|
10
|
+
$presences-green: #72bb53;
|
|
11
|
+
$presences-water-green: #b0ead5;
|
|
12
|
+
$presences-light-green: #98dfd6;
|
|
13
|
+
$presences-dark-green: #46bfaf;
|
|
14
|
+
$presences-blue: #2a9cc8;
|
|
15
|
+
$presences-remark: #2f5be0;
|
|
16
|
+
$presences-grey: #aaaaaa;
|
|
17
|
+
$presences-grey-average: #7a7a7a;
|
|
18
|
+
$presences-grey-clear: #eeeeee;
|
|
19
|
+
$presences-grey-incident: #d6d6d6;
|
|
20
|
+
$presences-grey-light: #f0f0f0;
|
|
21
|
+
$presences-grey-smoke: #f7f7f7;
|
|
22
|
+
$presences-white: #ffffff;
|
|
23
|
+
$presences-transparent-white: #e9ebef;
|
|
24
|
+
$presences-middle-grey: #929292;
|
|
25
|
+
$presences-grey-heavy-light: #7a7a7a;
|
|
26
|
+
$presences-heavy-black: #000000;
|
|
27
|
+
$presences-black: rgba(68, 68, 68, .87);
|
|
28
|
+
$presences-black-light: #555555;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
$portal-header-height: 64px;
|
|
32
|
+
$responsive-portal-header-height: 50px;
|
|
33
|
+
$navbar-width: 80px;
|
|
34
|
+
$navbar-width-removed: -80px;
|
|
35
|
+
|
|
36
|
+
$box-shadow: 0 5px 5px rgba(0, 0, 0, 0.21);
|
|
37
|
+
$box-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
38
|
+
$box-shadow-2: 0 3px 3px rgba(0, 0, 0, 0.1);
|
|
39
|
+
|
|
40
|
+
@mixin mobile {
|
|
41
|
+
@media (max-width: 768px) {
|
|
42
|
+
@content;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@mixin mobileMini {
|
|
47
|
+
@media (max-width: 350px) {
|
|
48
|
+
@content;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.toasts .warning {
|
|
53
|
+
text-align: left !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.memento {
|
|
57
|
+
@import "memento/index";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sniplet.presences.presences-manage.navigation {
|
|
61
|
+
background-color: $white;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
body.presences, .sniplet.presences {
|
|
65
|
+
@import "generic/index";
|
|
66
|
+
@import "components/index";
|
|
67
|
+
@import "../presences-common/common";
|
|
68
|
+
|
|
69
|
+
color: $presences-black;
|
|
70
|
+
|
|
71
|
+
textarea {
|
|
72
|
+
font-family: "Roboto", sans-serif;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.close-lightbox .close-2x::before {
|
|
76
|
+
font-family: 'material-icons';
|
|
77
|
+
content: "\F156";
|
|
78
|
+
font-size: 24px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.toasts {
|
|
82
|
+
z-index: 100001;
|
|
83
|
+
|
|
84
|
+
.toast-content {
|
|
85
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.uppercase {
|
|
90
|
+
text-transform: uppercase !important;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.lowercase {
|
|
94
|
+
text-transform: lowercase;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.forbidden {
|
|
98
|
+
cursor: not-allowed;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.font-bold {
|
|
102
|
+
font-weight: bold;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.left-magnet {
|
|
106
|
+
float: left;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.height-100 {
|
|
110
|
+
height: 100%;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.presences-flex {
|
|
114
|
+
display: flex;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
container[template="main"] {
|
|
118
|
+
display: block;
|
|
119
|
+
width: calc(100% - #{$navbar-width});
|
|
120
|
+
margin-left: $navbar-width;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.ellipsis {
|
|
124
|
+
text-overflow: ellipsis;
|
|
125
|
+
overflow: hidden;
|
|
126
|
+
white-space: nowrap;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.text-center {
|
|
130
|
+
text-align: center !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.justify-center {
|
|
134
|
+
justify-content: center !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.radius {
|
|
138
|
+
border-radius: 5px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
h1 {
|
|
142
|
+
font-size: 28px;
|
|
143
|
+
line-height: 40px;
|
|
144
|
+
color: $black;
|
|
145
|
+
font-weight: bold;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.presences-content {
|
|
149
|
+
padding: 0 10px;
|
|
150
|
+
margin: 0 5px;
|
|
151
|
+
background-color: $presences-body;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
textarea:focus {
|
|
155
|
+
outline: none;
|
|
156
|
+
border: 2px solid $presences-main;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
label.checkbox {
|
|
160
|
+
input[type=checkbox] {
|
|
161
|
+
+ span:before {
|
|
162
|
+
@include fonticon();
|
|
163
|
+
border: 2px solid $presences-main;
|
|
164
|
+
border-radius: 3px;
|
|
165
|
+
color: $white;
|
|
166
|
+
height: 20px;
|
|
167
|
+
width: 20px;
|
|
168
|
+
margin-top: 0;
|
|
169
|
+
font-size: 12px;
|
|
170
|
+
text-align: center;
|
|
171
|
+
line-height: 16px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&:checked + span::before {
|
|
175
|
+
content: "\e871";
|
|
176
|
+
transform: rotate(0deg);
|
|
177
|
+
border-color: $presences-main;
|
|
178
|
+
background-color: $presences-main;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&:disabled:checked + span::before {
|
|
182
|
+
content: "\e871";
|
|
183
|
+
transform: rotate(0deg);
|
|
184
|
+
background-color: $presences-grey-incident;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&.half input[type="checkbox"] + span:before {
|
|
189
|
+
font-family: 'material-icons';
|
|
190
|
+
content: "\F374";
|
|
191
|
+
transform: rotate(0deg);
|
|
192
|
+
border-color: $presences-main;
|
|
193
|
+
background-color: $presences-main;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.capitalized {
|
|
198
|
+
text-transform: capitalize;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.top20 {
|
|
202
|
+
margin-top: 20px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.top5 {
|
|
206
|
+
margin-top: 5px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.paddingRight {
|
|
210
|
+
padding-right: 15px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.paddingLeft {
|
|
214
|
+
padding-left: 15px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.no-vertical-padding {
|
|
218
|
+
padding-top: 0 !important;
|
|
219
|
+
padding-bottom: 0 !important;;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.vertical-spacing {
|
|
223
|
+
margin-top: 20px !important;
|
|
224
|
+
margin-bottom: 20px !important;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.search-input {
|
|
228
|
+
background: $presences-white;
|
|
229
|
+
padding: 7px;
|
|
230
|
+
vertical-align: middle;
|
|
231
|
+
|
|
232
|
+
input {
|
|
233
|
+
margin: auto;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
&.small {
|
|
237
|
+
margin-right: 15px;
|
|
238
|
+
|
|
239
|
+
input {
|
|
240
|
+
max-width: 75px;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
ul.search-input-ul {
|
|
246
|
+
padding: 5px;
|
|
247
|
+
margin: 0;
|
|
248
|
+
font-weight: bold;
|
|
249
|
+
|
|
250
|
+
li {
|
|
251
|
+
display: inline;
|
|
252
|
+
margin: 0 5px;
|
|
253
|
+
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.lightbox-form {
|
|
258
|
+
select {
|
|
259
|
+
border: none;
|
|
260
|
+
border-bottom: solid 1px $presences-grey;
|
|
261
|
+
|
|
262
|
+
&:disabled {
|
|
263
|
+
color: $presences-grey;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.row.spacing {
|
|
268
|
+
.cell.twelve {
|
|
269
|
+
padding: 10px 20px;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.purple-bar {
|
|
275
|
+
display: block;
|
|
276
|
+
width: 50px;
|
|
277
|
+
height: 10px;
|
|
278
|
+
background: $presences-purple;
|
|
279
|
+
border-radius: 5px;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.yellow-bar {
|
|
283
|
+
display: block;
|
|
284
|
+
width: 50px;
|
|
285
|
+
height: 10px;
|
|
286
|
+
background: $presences-main;
|
|
287
|
+
border-radius: 5px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.red-bar {
|
|
291
|
+
display: block;
|
|
292
|
+
width: 50px;
|
|
293
|
+
height: 10px;
|
|
294
|
+
background: $presences-red;
|
|
295
|
+
border-radius: 5px;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.legends {
|
|
299
|
+
width: 17px;
|
|
300
|
+
height: 17px;
|
|
301
|
+
display: inline-block;
|
|
302
|
+
border-radius: 50%;
|
|
303
|
+
|
|
304
|
+
&.absence-no-reason {
|
|
305
|
+
background-color: $presences-red;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
&.absence-unregularized {
|
|
309
|
+
background-color: $presences-pink;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
&.absence-regularized {
|
|
313
|
+
background-color: $presences-green;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
&.absence-followed {
|
|
317
|
+
background-color: $presences-heavy-black;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
&.lateness {
|
|
321
|
+
background-color: $presences-purple;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
&.departure {
|
|
325
|
+
background-color: $presences-light-purple;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
&.remark {
|
|
329
|
+
background-color: $presences-remark;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
&.incident {
|
|
333
|
+
background-color: $presences-grey;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
&.forgotten-notebook {
|
|
337
|
+
background-color: $presences-water-green;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.flex-row {
|
|
342
|
+
flex-direction: row !important;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
i.filter {
|
|
346
|
+
font-size: 26px;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.max-height-40 {
|
|
350
|
+
max-height: 40px;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/* ----------------------------
|
|
354
|
+
Spacing Margin
|
|
355
|
+
---------------------------- */
|
|
356
|
+
.margin-top-md {
|
|
357
|
+
margin-top: 10px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.margin-top-sm {
|
|
361
|
+
margin-top: 5px;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.margin-top-lg {
|
|
365
|
+
margin-top: 24px;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.margin-bottom-md {
|
|
369
|
+
margin-bottom: 10px;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.margin-bottom-xmd {
|
|
373
|
+
margin-bottom: 16px;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.margin-bottom-lg {
|
|
377
|
+
margin-bottom: 24px;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.margin-right-lg {
|
|
381
|
+
margin-right: 24px;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.margin-right-sm {
|
|
385
|
+
margin-right: 5px;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.margin-left-lg {
|
|
389
|
+
margin-left: 24px;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.margin-left-md {
|
|
393
|
+
margin-left: 10px;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.margin-left-sm {
|
|
397
|
+
margin-left: 5px;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
app-title, .application-title {
|
|
2
|
+
width: auto;
|
|
3
|
+
/* Remove move-right custom */
|
|
4
|
+
&.move-right {
|
|
5
|
+
padding-left: 0;
|
|
6
|
+
margin-left: 30px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
img {
|
|
10
|
+
height: 40px;
|
|
11
|
+
max-width: none;
|
|
12
|
+
margin-right: 10px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
i18n {
|
|
16
|
+
@include mobile {
|
|
17
|
+
font-size: 5vw;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.arrow-up {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
width: 0;
|
|
4
|
+
height: 0;
|
|
5
|
+
border-left: 6px solid transparent;
|
|
6
|
+
border-right: 6px solid transparent;
|
|
7
|
+
border-bottom: 10px solid #aaa;
|
|
8
|
+
margin-left: 5px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.arrow-down {
|
|
12
|
+
display: inline-block;
|
|
13
|
+
width: 0;
|
|
14
|
+
height: 0;
|
|
15
|
+
border-left: 6px solid transparent;
|
|
16
|
+
border-right: 6px solid transparent;
|
|
17
|
+
border-top: 10px solid #aaa;
|
|
18
|
+
margin-left: 5px;
|
|
19
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
$card-width: 150px;
|
|
2
|
+
$card-height: 85px;
|
|
3
|
+
|
|
4
|
+
.card-slider {
|
|
5
|
+
|
|
6
|
+
.black {
|
|
7
|
+
color: $presences-black;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.card {
|
|
11
|
+
width: $card-width;
|
|
12
|
+
height: $card-height;
|
|
13
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
14
|
+
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
|
|
15
|
+
background-color: $white;
|
|
16
|
+
color: $black;
|
|
17
|
+
margin: 10px 10px 10px 0;
|
|
18
|
+
padding: 5px;
|
|
19
|
+
position: relative;
|
|
20
|
+
border-radius: 7px;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: space-between;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
|
|
26
|
+
&.disabled {
|
|
27
|
+
background-color: $grey;
|
|
28
|
+
cursor: not-allowed;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
32
|
+
background-color: $grey;
|
|
33
|
+
color: $black;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&:hover {
|
|
38
|
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&:first-child {
|
|
42
|
+
margin-left: 0 !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.notify-bell {
|
|
46
|
+
font-size: 20px;
|
|
47
|
+
line-height: 20px;
|
|
48
|
+
color: $presences-grey;
|
|
49
|
+
|
|
50
|
+
&.active {
|
|
51
|
+
color: $presences-main;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.personnel-icon {
|
|
56
|
+
&:hover .register-tooltip{
|
|
57
|
+
@include tooltipVisible();
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.register-tooltip {
|
|
61
|
+
@include tooltipTemplate();
|
|
62
|
+
max-width: 115px;
|
|
63
|
+
padding: 5px !important;
|
|
64
|
+
width: 100px;
|
|
65
|
+
bottom: 32px;
|
|
66
|
+
margin-left: -32px;
|
|
67
|
+
line-height: 16px;
|
|
68
|
+
@-moz-document url-prefix() {
|
|
69
|
+
margin-left: -12px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&:after {
|
|
73
|
+
@include tooltipBottomArrow();
|
|
74
|
+
top: 100%;
|
|
75
|
+
left: 15%;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.clipboard-alert-outline {
|
|
81
|
+
font-size: 20px;
|
|
82
|
+
line-height: 20px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.hour {
|
|
86
|
+
font-weight: bold;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.classes, .subject {
|
|
90
|
+
text-align: center;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.classes {
|
|
94
|
+
font-size: 20px;
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
white-space: nowrap;
|
|
97
|
+
text-overflow: ellipsis;
|
|
98
|
+
|
|
99
|
+
> span {
|
|
100
|
+
&:after {
|
|
101
|
+
content: ' - ';
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&:last-child:after {
|
|
105
|
+
content: ''
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.markedStudents {
|
|
111
|
+
margin-top: auto;
|
|
112
|
+
text-align: end;
|
|
113
|
+
font-size: 12px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.has-search-right {
|
|
117
|
+
line-height: normal;
|
|
118
|
+
display: flex;
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
align-items: flex-start;
|
|
121
|
+
justify-content: flex-start;
|
|
122
|
+
height: 100%;
|
|
123
|
+
|
|
124
|
+
.classes {
|
|
125
|
+
align-self: flex-end;
|
|
126
|
+
margin-top: auto;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.teachers {
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
text-overflow: ellipsis;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.subject {
|
|
137
|
+
font-size: 12px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&:hover, &.active {
|
|
141
|
+
background-color: $presences-main;
|
|
142
|
+
color: $white;
|
|
143
|
+
|
|
144
|
+
.notify-bell {
|
|
145
|
+
color: $presences-white;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.empty-content {
|
|
2
|
+
margin: 0 auto;
|
|
3
|
+
display: flex;
|
|
4
|
+
|
|
5
|
+
.description {
|
|
6
|
+
height: 300px;
|
|
7
|
+
font-size: 18px;
|
|
8
|
+
color: $presences-middle-grey;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-self: flex-start;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.empty-content-vertical {
|
|
17
|
+
margin: 32px auto;
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
align-items: center;
|
|
21
|
+
|
|
22
|
+
.description {
|
|
23
|
+
height: 70px;
|
|
24
|
+
font-size: 18px;
|
|
25
|
+
color: $presences-middle-grey;
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: baseline;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
text-align: center;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.bar {
|
|
34
|
+
&:first-child {
|
|
35
|
+
margin-right: 20px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:last-child {
|
|
39
|
+
margin-left: 20px;
|
|
40
|
+
}
|
|
41
|
+
}
|